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

* {
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	background:url(../images/common/bg.jpg) no-repeat;
	text-align:center;
	color:#333333;
	font-size:14px;
	line-height:140%;
}

img{
	border:0;
}

ul,ol,dl{
	list-style:none;
}

h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p{
	margin:0px;
	padding:0px;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.clear{
	clear:both;
}

a{
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

#header{
	width:800px;
	height:65px;
	margin:10px auto 0px auto;
}

#logo a{
	background:url(../images/common/logo.png) no-repeat;
	width:310px;
	height:60px;
	text-indent:-5000px;
	display:block;
	overflow:hidden;
	float:left;
}

#header_right{
	width:250px;
	float:right;
}

#header_link{
	float:right;
}

#header_link li{
	background:url(../images/common/circle.jpg) no-repeat;
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 20px;
}

#header_link li a{
	color:#333;
	text-decoration:none;
}

#header_link li a:hover{
	text-decoration:underline;
}

#navi_bg{
	background:url(../images/common/navi_bg.jpg) repeat-x;
	height:40px;
}

#navi{
	width:798px;
	height:40px;
	margin:0px auto;
}

#navi li{
	float:left;
}

#navi li a{
	text-indent:-5000px;
	overflow:hidden;
	width:114px;
	height:40px;
	display:block;
}

#n1 a{
	background:url(../images/common/n1.jpg) no-repeat;
}

#n1 a:hover{
	background:url(../images/common/n1_o.jpg) no-repeat;
}

#n2 a{
	background:url(../images/common/n2.jpg) no-repeat;
}

#n2 a:hover{
	background:url(../images/common/n2_o.jpg) no-repeat;
}

#n3 a{
	background:url(../images/common/n3.jpg) no-repeat;
}

#n3 a:hover{
	background:url(../images/common/n3_o.jpg) no-repeat;
}

#n4 a{
	background:url(../images/common/n4.jpg) no-repeat;
}

#n4 a:hover{
	background:url(../images/common/n4_o.jpg) no-repeat;
}

#n5 a{
	background:url(../images/common/n5.jpg) no-repeat;
}

#n5 a:hover{
	background:url(../images/common/n5_o.jpg) no-repeat;
}

#n6 a{
	background:url(../images/common/n6.jpg) no-repeat;
}

#n6 a:hover{
	background:url(../images/common/n6_o.jpg) no-repeat;
}

#n7 a{
	background:url(../images/common/n7.jpg) no-repeat;
}

#n7 a:hover{
	background:url(../images/common/n7_o.jpg) no-repeat;
}

#content{
	width:800px;
	text-align:left;
	display:inline-block;
	margin:10px auto 0px auto;
}

#lcontent{
	width:200px;
	float:left;
}

#lcontent #time{
	background:url(../images/common/time_bg.jpg) no-repeat;
	width:180px;
	height:160px;
	margin:0px 0px 10px 0px;
	padding:10px 10px 10px 10px;
}

#lcontent .ad{
	background:url(../images/common/ad_bg.jpg) no-repeat;
	width:180px;
	height:130px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 10px 0px;
}

#mobile{
	font-size:12px;
	float:right;
	width:80px;
	margin:20px 0px 0px 0px;
}

#rcontent{
	width:580px;
	float:right;
}

.blue{
	color:#06F;
}

.pink{
	color:#F3F;
	font-weight:bold;
}

.num{
	list-style:decimal;
	margin:0px 0px 15px 0px;
}

.num li{
 	margin:10px 0px 0px 20px;
}

#footer_navi{
	width:800px;
	color:#D8206B;
	font-size:12px;
	margin:30px auto 10px auto;
}

#footer_navi a{
	margin:0px 5px 0px 5px;
}

#footer_bg{
	background:#D8206B;
	padding:10px 0px 0px 0px;
	height:40px;
}

#footer{
	width:800px;
	margin:0px auto;
	color:#FFF;
	text-align:left;
}

#footer a{
	color:#FFF;
	margin:0px 5px 0px 5px;
	text-decoration:none;
}

#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}

address{
	font-style:normal;
	float:right;
}