/* CSS Document */


/* 全体設定 */
div#contents_sitemap{
	width:1000px;
	height:100%;
	margin:auto;
	text-align:left;
	background:#fff;
	}

div#contents_sitemap_left{
	width:680px;
	background-color:#ffffff;
	float:left;
	}
li.sub_menu_sitemap{
	height:auto;
	padding-left:16px;
	margin-left:19px;
	background:url(../images/common/sub_menu_list_img.gif) no-repeat 0px center;
	}

/* タイトル */
h2.sitemap_title{
	width:656px;
	height:21px;
	margin-top:51px;
	line-height:23px;
	background:url(../images/help/sitemap_title.gif) top right no-repeat;
	}
div.sitemap_contents_bg{
	width:656px;
	height:auto;
	padding-top:75px;
	position:relative;
	border-top:1px solid #1f1f1f;
	display:inline;
	overflow:hidden;
	float:left;
	}



/* メインコンテンツ */
div.sitemap_contents {
	margin: 0 0 0 25px;
	font-size: 80%;
	}
div.sitemap_contents .range {
	width:315px;
	margin:0 auto;
	float:left;
	}
div.sitemap_contents .layer {
	width:275px;
	margin:0 0 70px 20px;
	}
div.sitemap_contents .main_page {
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #333333;
	}
div.sitemap_contents ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
div.sitemap_contents li {
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	background:url(../images/common/right_ic01.gif) center left no-repeat;
	}
div.sitemap_contents li a {
	color:#1f1f1f;
	}
div.sitemap_contents li a:hover {
	color:#888;
	}


	
	
	/*--------------------------------見出しタグ-----------------------------------*/

h3.sitemap,
h4.sitemap,
h5.sitemap{
	display:none;
	margin:0px;
	padding:0px;
	}
