@charset "Shift_JIS";

/* index.css トップページのみ */


/*イメージボックス w742px*/
#box_main_image{
	background:#DBDBBD url(../img_top/bg_box_main_image.jpg) no-repeat;
	margin:0 10px 10px 8px;
	padding:7px 10px 3px 460px;
}
#box_main_image h2{
	font-size:125%;
	color:#435DAF;
	font-weight:bold;
}
#box_main_image p{
	background:url(../img_common/line_dot.gif) no-repeat bottom;
	margin:0 0 5px 0;
}
#box_main_image div{
	margin:0 0 5px 0;
}
#box_main_image div a{
	background:url(../img_top/icon01.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
}

/*真ん中の2つのボックス*/
.box_middle{
	background:url(../img_top/bg_box_middle.gif) repeat-y;
	margin:0 0 15px 0;
}
.box_middle02{
	background:url(../img_top/bg_box_middle02.gif) no-repeat bottom;
}
.box_middle02_l{
	float:left;
	width:380px;
}
.box_middle02_r{
	float:right;
	width:380px;
}
/*左の箱*/
.box_middle02_l02{
	margin:0 10px 0 20px;
}
.box_middle02_l02 h3{
	padding:0 0 0 90px;
}
.box_middle02_l02 p{
	background:url(../img_common/line_dot.gif) no-repeat bottom;
	padding:5px 0 5px 90px;
	line-height:1.6;
}
.box_middle02_l02 div{
	margin:3px 10px 3px 0;
}
.box_middle02_l02 div a{
	background:url(../img_top/icon01.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
}
/*右の箱*/
.box_middle02_r02{
	margin:0 20px 0 10px;
}
.box_middle02_r02 h3{
	padding:0 0 0 85px;
}
.box_middle02_r02 p{
	background:url(../img_common/line_dot.gif) no-repeat bottom;
	padding:5px 0 5px 85px;
	line-height:1.6;
}
.box_middle02_r02 div{
	margin:3px 10px 3px 0;
}
.box_middle02_r02 div a{
	background:url(../img_top/icon01.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
}
/*画像*/
#box_a{
	background:url(../img_top/photo_box01.jpg) no-repeat 5px 0;
}
#box_b{
	background:url(../img_top/photo_box02.jpg) no-repeat 5px 0;
}
#box_c{
	background:url(../img_top/photo_box03.jpg) no-repeat 5px 0;
}
#box_d{
	background:url(../img_top/photo_box04.jpg) no-repeat 5px 0;
}

/*リンクのアンダーライン*/
#box_main_image div a:link,
#box_main_image div a:visited,

.box_middle02_l02 div a:link,
.box_middle02_l02 div a:visited,

.box_middle02_r02 div a:link,
.box_middle02_r02 div a:visited
{text-decoration: none;}

#box_main_image div a:hover,
#box_main_image div a:active,
.box_middle02_l02 div a:hover,
.box_middle02_l02 div a:active,

.box_middle02_r02 div a:hover,
.box_middle02_r02 div a:active
{text-decoration: underline;}

/*バナーテーブル*/
#bnr_table{
	background:#eee;
	margin:0 20px 10px 20px;
	width:720px;
}
#bnr_table td{
	width:180px;
	text-align:center;
}
#bnr_table td img{
	margin:8px 0;
}