<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------
	header
  ---------------------------------------------*/
#headerC {
	width: 950px;
	margin: 0 auto;
}
h1 {
	float: left;
	text-align: center;
	margin-left: 20px;
}
h1 a {
	background: url(../images/common/logo_bg.png) no-repeat;
	width: 181px;
	height: 199px;
	display: block;
	padding-top: 30px;
}
header #headerNav {
	background: url(../images/common/head_menu_bg.png) no-repeat;
	float: right;
	width: 288px;
	height: 39px;
	padding: 0 30px;
}
header #headerNav li {
	float: left;
}

/*---------------------------------------------
	navbar
  ---------------------------------------------*/
nav {
	background: url(../images/common/nav_bg.png) repeat-x;
	height: 50px;	
}
nav ul {
	width: 950px;
	margin: 0 auto;
}
nav ul li {
	float: left;
}

/*---------------------------------------------
	content
  ---------------------------------------------*/
#content {
	width: 950px;
	margin: 20px auto;
	font-size: 12px;
}
.mTop15 {
	margin-top:15px;
}
.mTop20 {
	margin-top:20px;
}
.mBtm20 {
	margin-bottom:20px;
}

/*---------------------------------------------
	leftSide
  ---------------------------------------------*/
#sidebar {
	width: 229px;
	float: left;
}
#calenderArea {
	border: #bcbcbc 1px solid;
	width: 217px;
	padding: 0 10px 10px 0px;
	font-family: "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
}
#calenderTitle {
	text-align: center;
	font-size: 15px;
	margin: 10px 0 0 20px;
}
#calenderArea table tr th {
	height: 25px;
	vertical-align: middle;
	text-align: center;
}
#calenderArea table tr td {
	text-align: center;
	height: 2px;
	padding: 1px 9px;
}
#calenderArea table a {
	color: #FFF;
	background: #7FC4F5;
	padding: 3px;
}
.saturday {
	color: #3fb4eb;
}
.sunday {
	color: #ec3f4d;
}
#sideButtonArea li {
	margin: 15px 0;
}
#sideLoginArea {
	width: 650px;
	background: #f5f5f5;
	border: 1px solid #d3d3d3;
}
#sideLoginTitle {
	margin: 15px 0 0 15px;
}
#sideloginButton input {
	border: none;
}
#sideLoginArea form {
	width: 550px;
	margin: 5px 30px;
}
#sideLoginArea label {
	margin: -20px 5px 20px 25px;
/*	float: left; */
}
.mTop-20{
	margin-top: -20px;
}
.inputArea {
	text-align: center;
}
.inputID {
	margin: 10px 0 20px 5px;
	float: left;
}
.inputPW {
	margin: 10px 0 20px 5px;
	float: right;
}
.loginText {
	margin: 5px 0 5px 5px;
	border-radius: 4px;
	border: #d5d4d4 1px solid;
	border-radius: 4px;
	height: 22px;
	width: 170px;
}
#sideLoginArea .inputArea img {
	margin: 0;
	padding: 0;
	line-height:100%;
	vertical-align: baseline;
/*	float: left; */
}
#sideloginButton {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

/*---------------------------------------------
  contents
  ---------------------------------------------*/
#contents {
	width: 700px;
	float:left;
	margin-left: 20px;
}




/*---------------------------------------------
	footer
  ---------------------------------------------*/
footer {
	background: #555555;
	clear: both;
}
#footerC {
	margin: 0 auto;
	width: 950px;
	height: 60px;
	padding-top: 25px;
}
footer #footerC ul{
	float: left;
	color: #FFF;
	font-size: 11px;
}
footer #footerC ul li {
	display: inline;
	margin-right:12px;
}
footer #footerC ul li a {
	color: #FFF;
}
#copyright {
	float: right;
}
#copyright img {
	vertical-align: middle;
}

</pre></body></html>