@charset "UTF-8";

/* ====================================================================================================

	トップページ設定用

==================================================================================================== */

/* main_img
-------------------------------------------------- */
#main_img {
	margin:14px auto 0px;
	width:1000px;
}




/* トップページの最初
-------------------------------------------------- */
#lead{
background: url(../images/lead_bg.png) repeat 0 0;
margin-bottom:43px;
padding:15px 22px;
}

/* 2つのボタン説明
-------------------------------------------------- */


.lead_02{
padding:0px 0px 0px 0px ;
margin:0px 0px 40px 0px ;
position:relative;
width:487px;
}

.linkarea{
color:#333;
}

.linkarea a{
display:block;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
text-align:left;
text-indent:-9999px;
}

.linkarea a:hover{
	background:#fff;
	opacity:0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha( opacity=20 )";
}

.lead_03{width:323px;margin:0px 0 40px;}

.lead_04{width:292px;margin:0px 0 40px;}


