/* CSS Document */

/*======================================
		サブメニューの長さ
=======================================*/

div#sub_menu{
height:600px;
}

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

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

/*======================================
		サブメニューのタイトル
=======================================*/

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

/*=====================================
		コンテンツ
======================================*/

li#sitemap{
font-weight:bold;
}

h2{
width:470px;
height:40px;
text-indent:-999px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
margin-top:20px;
background-image:url(img/line_sitemap.jpg);
}

div.sub_con{
width:440px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:30px;
}

/*==============================
		dlを使ったテキスト
===============================*/

dl{
margin-bottom:20px;
}

dl dt{
color:#84a1bf;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
}

dd{
margin-left:20px;
margin-top:5px;
}

dl#left{
width:220px;
float:left;
}

dl#right{
width:220px;
float:left;
}