@charset "shift_jis";

/*-----　メインの枠　-----*/
#attention{
margin:30px auto 0px;
padding:30px;
background:url(../image/index_top_bg.png) top left no-repeat;
}
#attention_bottom{
margin:0px;
padding:0px;
background:url(../image/index_bottom_bg.png) bottom left no-repeat;
}
.attention_title{
clear:both;
margin:20px 0 15px;
background:url(../image/h2_attention.gif) top right no-repeat;
height:160px;
}
.attention_title p{ text-indent:-9999px; }

#attention_main{
margin:0px auto;
padding:10px;
width:850px;
}

/*-----　右（ご利用案内の内容）　-----*/
#right{
float:right;
width:600px;
}
.attention_box{
margin:0px 0px 20px;
padding:20px;
width:560px;
border:1px solid #a3a3a3;
}

/*-----　左（ご利用案内メニュー）　-----*/
#attention_menu{
float:left;
width:220px;
}
#attention_menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#attention_menu li{
margin-bottom:5px;
width:220px;
height:40px;
background:url(../image/attention_menu_li.gif) top left no-repeat;
}
#attention_menu li a {
text-decoration: none;
display: block;
width:210px;
height: 30px;
padding:10px 0 0 10px;
border-bottom:1px solid #FFFFFF;
}
#attention_menu li a:hover {/*　マウスオーバー　*/
text-decoration: none;
display: block;
width:210px;
height: 30px;
padding:10px 0 0 10px;
background:url(../image/attention_menu_li_on.gif) top left no-repeat;
border-bottom:1px solid #FFFFFF;
color:#fff;
}
/*　目次はリンク無し　*/
#attention_menu li#mokuji{
background:url(../image/mokuji.gif) no-repeat 0 0;
text-indent:-9999px;
}

/*-----　見出し　-----*/
h2{ text-indent:-9999px; }
h3{
margin:0 0 20px;
padding:18px 0 0 60px;
height:32px;
font-size:1.3em;
color:#686868;
}
	.h3_01{ background:url(../image/h3_01.gif)  left center no-repeat; }
	.h3_02{ background:url(../image/h3_02.gif)  left center no-repeat; }
	.h3_03{ background:url(../image/h3_03.gif)  left center no-repeat; }
	.h3_04{ background:url(../image/h3_04.gif)  left center no-repeat; }
h4{
margin:10px 0;
font-size:1.1em;
color:#5291fa;
}

/*-----　段落/リスト/強調/他　-----*/
p{ margin:10px 10px 15px; }
strong{
padding:0 0 2px;
font-weight:normal;
border-bottom:1px solid #888;
color:#d40000;
}
#right ul{ margin:0px;padding:0 0 20px 27px; }
#right ol{ margin:0px;padding:0 0 20px 32px; }
#right li{ padding:0 0 15px; }
