@charset "shift_jis";

/* メインイメージ 
--------------------------*/

#main_img_block{
	width:950px;
	height:316px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	background-color:#000;
}


.main_img{
	width:950px;
	height:310px;
	display: block;
	overflow:hidden;
}
.main_img a{
	width:950px;
	height:0px;
	_height:310px;
	display: block;
	overflow:hidden;
	padding-top:310px;
}
.main_img{
	background:url(../images/02.jpg) no-repeat 0px 0px;
}
.main_img a:hover,
.main_img a:active{
	background:url(../images/02.jpg) no-repeat 0px 0px;
	background-position: 0px -310px;
}

