@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#img_top {
	width: 720px;
	height: 300px;
	background: url(common/images/img_top.jpg) no-repeat;
	position: relative;
	margin-bottom:10px;
}

#img_top h2 {
	text-indent: -999em;
}

#main img {
	margin-bottom: 10px;
}

#main .img01 {
	position: absolute;
	bottom: 35px;
	left: 50px;
}
#main .img02 {
	position: absolute;
	bottom: 35px;
	left: 390px;
}

#main p {
	margin-bottom: 10px;
}

#flash	{
	margin-bottom:10px;
	position:relative;

}

#wrapper{
	position:relative;
}

/*FLASH内ボタン*/


.btn_01{
	width:256px;
	height:60px;
	position:absolute;
	left:50px;
	bottom:5px;
	_left:50px;
	_top:235px;
	background-image:url(common/images/flash_bt01_m.jpg);
	background-repeat:no-repeat;
}

.btn_02{
	width:256px;
	height:60px;
	position:absolute;
	right:50px;
	bottom:5px;
	_right:50px;
	_top:235px;
	background-image:url(common/images/flash_bt02_m.jpg);
	background-repeat:no-repeat;
}

/*.btn_01 a:hover img{
     filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

.btn_02 a:hover img{
     filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}*/

.btn_01 a:hover img{
    filter: alpha(opacity=0); 
    -moz-opacity:0.00;
    opacity:0.00;
}

.btn_02 a:hover img{
    filter: alpha(opacity=0); 
    -moz-opacity:0.00;
    opacity:0.00;
}



