@charset "utf-8";
/* CSS Document */

html {
    overflow-y:scroll;
}

*{
	border:none;
	font-size:14px;
	line-height:1.3em;
}

* a{
	font-size:12px;
	line-height:1.3em;
	color:#666666;
}

body.megu{
	margin:0 auto 0 auto;
	background-image:url(../img/style/bg.gif);
	background-repeat:repeat-x;
}
body{
	margin:0 auto 0 auto;
	background-image:url(../img/style/con_bg.gif);
	background-repeat:repeat-x;
}

.base{
	margin:0 auto 0 auto;
	width:1000px;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
}
.header{
	width:1000px;
	height:350px;
	background:url(../img/style/header.png) no-repeat;
}
.con_header{
	width:1000px;
	height:70px;
	background:url(../img/style/con_header.png) no-repeat;
}





/*-------メインここから---------*/


.top{
	padding:20px 0 30px 20px;
	float:left;
	width:490px;
}
.main{
	padding:20px 0 30px 20px;
	float:left;
	width:710px;
}
.box2{
	padding:10px 0 10px 0;
	border-bottom:#666666 1px dotted;
}
.up{
	color:#fb7e7e;
	font-weight:bold;
	padding:0 0 0 20px;
}


.cd{
	border:#666666 1px solid;
	margin:0 0 20px 0;
}

.cd td{
	width:520px;
	padding:0 10px 0 20px;
}
.cd_top{
	border:#666666 1px solid;
	text-align:center;
	float:left;
	padding:5px;
	margin:0 5px 0 0;
}

/*-------サイドここから---------*/


.side{
	padding:20px 20px 30px 0;
	float:right;
	width:210px;
}
.side p{
	font-size:12px;
}




/*-------フッターここから---------*/





.footer{
	padding:20px;
	width:960px;
	clear:both;
	height:50px;
	border-top:#000000 1px solid;
	font-size:12px;
}
.footer ul{
	margin:0 0 0 -50px;
}
.footer li{
	list-style:none;
	float:left;
	margin:0 11px 0 11px;
	font-size:12px;
}
.footer li a{
	font-size:12px;
}
