@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #5a5a5a;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 900px;
	padding: 0 40px;
	margin: 0 auto;
	background-image: url(../images/conBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pageContent {
	background-image: url(../images/page_BGTOP.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.rightBook{
	border: 4px solid #67b0da;
}
.w01 {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.w02 {
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
.color01{
	color:#FFCC00;
	font-size: 13px;
	font-weight: bold;
}
.color02{
	color:#c8e6ff;
}
.title01{
	font-size: 16px;
	color: #ffdd47;
	font-weight: bold;
	line-height: 36px;
}
.title02{
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
}
.line{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6ebeff;
	margin:20px 0;
}
