/* CSS Document */
/*=====================================
			サイトIDをクリックできるように
======================================*/


h1 a{
margin-left:10px;
display:block;
width:315px;
height:90px;
text-indent:-999px;
overflow:hidden;
background-image:url(../img/site_id.jpg);
}



/*=====================================
			上部イメージ画像
======================================*/

div#head_img{
background-image:url(../img/top_img_servis.jpg);
background-repeat:no-repeat;
}

/*=====================================
		サブメニューとコンテンツの枠
======================================*/
div#wrap{
width:720px;
height:auto;
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
}

div#pan_wrap{
width:720px;
height:30px;
background-color:#f2f2f2;
}

p#pan{
height:15px;
padding-top:5px;
padding-left:10px;
}

div#contents{
width:520px;
float:right;
background-color:#ffffff;
}

div#sub_menu{
width:200px;
background-color:#f3f3f3;
float:left;
}

/*=====================================
		サブメニュー
======================================*/

div#sub_menu h3{
width:200px;
height:60px;
background-image:url(../img/sub_title.jpg);
background-repeat:no-repeat;
text-indent:-999px;
overflow:hidden;
}

div#sub_menu ul{
margin-top:20px;
margin-left:45px;
list-style-image:url(../img/sub_point.jpg);
}

div#sub_menu li{
margin-bottom:10px;
}

div#sub_menu ul{
margin-top:20px;
margin-left:45px;
list-style-image:url(../img/sub_point.jpg);
}

div#sub_menu li{
margin-bottom:10px;
}

