@charset "utf-8";

/*
 総TOP　ボディ pagebody [
----------------------------------------------------------- */
#pagebody{
	width:960px;
	padding:0 1px 0 1px;
}
/*
 総TOP ボディインナー pagebody-innner [
----------------------------------------------------------- */
#pagebody-innner{
	width:100%;
	float: left;
}
.bg-nomal{
	background-image:url(/image/common/bg_beta.gif);
	background-position:198px top;
	background-repeat:no-repeat;
}
.bg-long{
	background-image:url(/image/common/bg_beta_long.gif);
	background-position:198px top;
	background-repeat:no-repeat;
}
/*
 中央）サイトマップ beta[
----------------------------------------------------------- */
#beta{
	width:564px;
	float:left;
}
#beta-inner{
	width:514px;
	float:left;
	padding: 0 25px 0 25px;
}
#beta h2{
	width:100%;
	padding:25px 0 40px; 0;
}
div.left-area{
	width:250px;
	float:left;
	padding-right: 14px;
}
div.right-area{
	width:250px;
	float:right;
}
div.sitemap-box{
	width:250px;
	padding-bottom:15px;
	float: left;
}
ul.sitemap-list{
	width:250px;
	list-style:none;
	padding-top: 5px;
}
ul.sitemap-list li{
	width:228px;
	background-image: url(../image/common/icn_btn_small_right.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left:22px;
	font-size:12px;
	line-height:170%;
	color:#333333;
}
ul.sitemap-list li.nest{
	width:212px;
	background-image: url(../image/common/icn_btn_small_right.gif);
	background-repeat: no-repeat;
	background-position: 23px center;
	padding-left:38px;
	font-size:12px;
	line-height:160%;
	color:#333333;
}
#beta h3{
	width:225px;
	background-color:#A72A2A;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:160%;
	background-image: url(../image/common/icn_btn_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left:25px;
}
#beta h4{
	width:242px;
	font-size:12px;
	font-weight:bold;
	line-height:120%;
	color:#333333;
	padding:12px 0 0 8px;
}
/*
 中央）サイトマップリンク色
----------------------------------------------------------- */
#beta h3 a{
	color:#FFFFFF;
	text-decoration:none;
}
#beta h3 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	clear: both;
}
#beta ul.sitemap-list li a{
	color:#333333;
	text-decoration:none;
}
#beta ul.sitemap-list li a:hover{
	color:#A72A2A;
	text-decoration:underline;
	clear: both;
}
