/*　共通設定　*/
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	margin:0px auto;
	background-color:#000000;
	/*background-color:#656565;*/
	line-height: 1.5em;
	position: relative;
}
a{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
a img{
	border:none;
}
img {
	border:none;
}
.clear{
	clear:both;
}
strong{
	font-weight: normal;
}

/*　----------------------- background -----------------------　*/

#bg_left{
	width:50%;
	height:1135px;
	left: 0;
	background:url(../img/index/bg.jpg) repeat-x;
	background-position:right;
	text-indent:-9999em;
	position: absolute;
}
#bg_right{
	width:50%;
	height:1135px;
	right: 0;
	background:url(../img/index/bg.jpg) repeat-x;
	background-position:left;
	text-indent:-9999em;
	position: absolute;
}
#bg{
	width:960px;
	height:1135px;
	background:url(../img/index/bg_02.jpg);
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


/*　----------------------- H1 -----------------------　*/
.h1_bg{
	width:960;
	height:35px;
}
h1{
	font-size:11px;
	text-align:center;
	font-weight: normal;
	padding:8px 0px 0px 0px;
}
h1 a{
	color:#FFFFFF;
	text-decoration:none;
}
h1 a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

/*　----------------------- menu -----------------------　*/
.index_b{
	width:960px;
	text-align:center;
	margin:0px auto;
}
.index_b ul{
	list-style-type:none;
	padding:261px 0px 0px 480px;
}
.index_b li{
	float:left;
}
.index_b a{
	display:block;
	width:170px;
	height:55px;
	text-indent:-1000em;
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
}
.index_b a:hover{
	background-position:left top;
}
.index_b a.ib01{
	background-image: url(../img/index/b01.jpg);
	margin:0px 74px 0px 0px;
}
.index_b a.ib02{
	background-image: url(../img/index/b02.jpg);
}


#footer{
	width:960px;
}
.footer00{
	padding:70px 30px 7px 0px;
	text-align:center;
}
.footer01{
	padding:0px 30px 0px 0px;
	font-size:11px;
	line-height: 1.3em;
	text-align:center;
}


