/* ======SETTEING==================== */
body{
color:#333333;
}

.contents {
	margin: 0 auto;
	overflow: hidden;
	width: 768px;
	position: relative;
}

form{margin:0}

br{letter-spacing:normal}

.line{background-color:#CBCBE0 }

.bannerspace{background-color:#9E9EBF }

.background1{background-color:#F6F6F9 }
.background2{background-color:#EEEEF4 }
.background3{background-color:#D6D5E5 }
.background4{background-color:#474790 }
.background5{background-color:#E4E4EE }

.cell1{
	border: 2px solid #D6D5E5;
	border-radius: 8px;
	margin: 12px 24px;
	padding: 12px;
}
.cell1 strong{
	color:#474790;
}



.fs11{font-size:11px}
.fs12{font-size:12px}
.fs14{font-size:14px}
.fs11c{font-size:11px}
.fs12c{font-size:12px}
.fs14c{font-size:14px}
.fs11w{font-size:11px}
.fs12w{font-size:12px}
.fs14w{font-size:14px}
.txt11{font-size:11px; line-height:1.4em}
.txt12{font-size:12px; line-height:1.5em}
.txt14{font-size:14px; line-height:1.7em}
.txt11u{font-size:10px; line-height:1.6em}
.txt11c{font-size:11px; line-height:1.4em}
.txt12c{font-size:12px; line-height:1.5em}
.txt14c{font-size:14px; line-height:1.7em}
.txt11w{font-size:11px; line-height:1.4em}
.txt12w{font-size:12px; line-height:1.5em}
.txt14w{font-size:14px; line-height:1.7em}

.fs13{font-size:13px}
.fs16{font-size:16px}
.txt13{font-size:13px; line-height:1.6em}
.txt13b{font-size:13px; line-height:1.6em; font-weight: bold;}
.txt16{font-size:16px; line-height:1.8em}
.txt16b{font-size:16px; line-height:1.8em; font-weight: bold;}

/* ======LINK[standard]==================== */
a:link,a:visited {
	color: #333333;
	text-decoration: underline
}

a:hover {
	color: #7979AE;
	text-decoration: none
}

a.w:link,a.w:visited {
	color: #FFFFFF;
	text-decoration: none
}

a.c:link {
	color: #474790;
	text-decoration: underline
}

#sidebar {
	background-color:#F6F6F9;
	width:190px;
	overflow:hidden;
	position: absolute;
	top: 0;
	right: 0;
}