@charset "shift_jis";

/*--------------------------------global----------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	text-align:center;
	margin:auto;
	height: 100%;
	font-size: 100%;
	line-height:1.7;
	font-family: sans-serif;
	color: #333333;
	background: url("../images/bk00.gif") center top repeat-y;
}
img {
	vertical-align: bottom;
	border: none;
}

p {
	font-size: 75%;
	text-align: left;
}
/*--------------------------------content----------------------*/
#wrapper {
	width: 800px;
	height:100%;
	margin: 0 auto;
}
#content {
	width: 800px;
	height: auto;
	background: #000 ;
}
#content #Nav {
	width: 800px;
	margin: 20px auto 0;
}
#content #Nav ul {
	padding: 0 58px 0 58px;
	width: auto;
}
#content #Nav li {
	margin: 0 5px 0 5px;
	float:left;
	display: inline;
}
h1 {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}
/*--------------------------------head----------------------*/
#head {
	margin-bottom: 10px;
	width: 800px;
	height: 470px;
	background: #fff ;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #DC0000;
}
#head_left {
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 390px;
	height: 120px;
	padding: 5px 0;
	float: left;
	background: #fff ;
}
#head_right {
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 390px;
	height: 120px;
	padding: 5px 0 ;
	background: #fff ;
}
ul.campaign {
	width: 330px;
	margin: 0 auto;
	text-align: center;
}
/*--------------------------------firstt----------------------*/

#first {
	overflow: hidden;
	width: 730px;
	height: auto;
	margin: 10px auto 0 ;
}
#first_content_left {
	overflow: hidden;
	width: 350px;
	height: 350px;
	padding: 10px 0;
	margin-right: 10px;
	float: left;
	background: #fff ;
}
#first_content_right {
	overflow: hidden;
	width: 350px;
	height: 350px;
	padding: 10px;
	background: #fff ;
}
ul.tuyomi {
	font-size: 90%;
	font-weight: bold;
	color: #3072FF;
	text-align: left;
}
ul.kouka {
	font-size: 75%;
	font-weight: normal;
	text-align: left;
}
/*--------------------------------secondt----------------------*/

#second {
	overflow: hidden;
	width: 730px;
	height: auto;
	margin: 10px auto 0 ;
}
#second_content_left {
	overflow: hidden;
	width: 350px;
	height: 350px;
	padding: 10px 0;
	margin-right: 10px;
	float: left;
	background: #fff ;
}
#second_content_right {
	overflow: hidden;
	width: 350px;
	height: 350px;
	padding: 10px;
	background: #fff ;
}
#spec_cont {
	overflow: hidden;
	width: auto;
	height: 150px;
	margin: 0 auto;
}
ul.spec {
	font-size: 60%;
	font-weight: normal;
	text-align: left;
}
/*--------------------------------third----------------------*/

#third {
	overflow: hidden;
	width: 730px;
	height: auto;
	margin: 10px auto 0 ;
}
#third_content_left {
	overflow: hidden;
	width: 350px;
	height: 270px;
	padding: 10px 0;
	margin-right: 10px;
	float: left;
	background: #fff ;
}
#third_content_right {
	overflow: hidden;
	width: 350px;
	height: 270px;
	padding: 10px;
	background: #fff ;
}
ul.spec2 {
	width: 200px;
	margin: 5px auto 0;
	font-size: 60%;
	font-weight: normal;
	text-align: left;
}
*+html body ul.spec2 {
	font-size: 45%;
}
/*--------------------------------foot----------------------*/

#btn {
	text-align:center;
	margin: 0 auto;
	width:667px;
	padding: 20px;
}

/*--------------------------------utility----------------------*/
a:link {
	color: #708090 ;
	text-decoration: none;
}
a:visited {
	color: #708090 ;
	text-decoration: none;
}
a:hover {
	color: #708090 ;
	text-decoration: none;
}


.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.white {
	color: #fff;
}
.float_left {
	float: left;
}