@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */


/* --------------------
   --------------------
   
サイトマップページ用ＣＳＳ

------------------------
------------------------ */

/* -------------------------
サイトマップページのメイン写真
---------------------------- */
#mainphoto {background-image:url(../image/sitemap_img/mainphoto2.jpg); background-repeat:no-repeat; background-position:center top;}


/* -------------------------
コンテンツの位置変更（トップページと下層ページ）
---------------------------- */
#maincontents_container {float:right;}
#sidecontents_container {float:left;}

/* --------------------
サイトマップのフォント指定
------------------------ */

.access_box h2 {font-size:14px; font-weight:bold; padding-left:60px; padding-right:60px}
.access_box h3 {font-size:13px; padding-left:50px; padding-right:50px;}


/* --------------------
サイトマップのcontents内の内容
------------------------ */
.box {padding-left:25px; padding-right:25px;}
.box img {margin-top:60px;}
.sitemap_box { width:616px; padding-bottom:20px; font-size:12px;}

.sitemap_box .i_60 {padding-left:60px;}

.sitemap_box dl {width:500px; height:auto; margin-left:auto; margin-right:auto; margin-top:20px;}
.sitemap_box dl dt {font-size:15px; font-weight:bold; margin-top:15px; padding-top:8px;padding-bottom:4px; border-left:4px #b99e4e solid; border-bottom:1px dashed #b99e4e;}
.sitemap_box dl dt dd {font-size:14px; padding-top:6px; padding-bottom:4px; margin-left:10px;}

.sitemap_box a{
	color:#997e2e;
	text-decoration:none;
}
.sitemap_box a:hover{
	color:#b99e4e;
}

