@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#FFF;
	}
a{
	text-decoration:none;
	}
img{
	border:0px;
}
#header_ad{
	width:100%;
	padding-top:5px;
	text-align:center;
	height:125px;
	border-bottom:3px solid #666;
	}
#header_ad img{
	margin:0 5px;
	}
#main_bg01{
		width:100%;
	background-color:#fdeeff;
	border-bottom:3px solid #666;
	text-align:center;
	
	}

#main_bg02{
	background-color:#ffffff;
	border-bottom:3px solid #666;
	text-align:center;
	}
#main_bg02bg{
	width:1000px;
	

	margin:0 auto;
	}
#main_bg03{
	width:100%;
	background-color:#000000;
	border-bottom:3px solid #666;
	text-align:center;
	}


#topbg{
	position:relative;
	}
#topjanumber{
	font-size:16px;
	color:#F00;
	font-weight:bold;
	position:absolute;
	top:65px;
	left:75px;
	}
#content{
	padding:20px;
}
#left_con{
	width:230px;
	height:200px;
	background-image:url("./images/titlebg01.gif");
	float:left;
	}
#right_con{
	width:420px;
	height:160px;
	margin-left:10px;
	background-image:url("./images/titlebg02.gif");
	float:left;
	margin-top:-20px;
	padding:30px;
	padding-top:60px;
	font-size:14px;
	font-weight:bold;
}
#right_con span{
	color:#F00;
}
.topjanumberh1{
	font-size:16px;
	}
#right_footer{
	padding-top:30px;
	padding-left:10px;
	font-size:11px;
	text-align:center;
	}
