/* インクルード
----------------------------------------------------------------------------- */
@import url("layout.css");


/* タイトル
----------------------------------------------------------------------------- */

#contents h2{
	background-image:url(../green/img/title.jpg);
	height:137px;
	background-position: 0px 10px;
}

#contents h4 {
margin-bottom:20px;
}


/* メインと詳細
----------------------------------------------------------------------------- */

#contents #left{
	float: left;
	width: 315px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 15px;
}

#contents #right{
	float: left;
	width: 315px;
	margin-right: 14px;
}

#contents #saitemap {
	font-size: 92%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 15px;
}

#contents #saitemap_bottom {
	font-size: 92%;
	padding-top: 20px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#contents #saitemap ul{
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents #saitemap li{
	padding-left: 15px;
}

#contents #saitemap li.top{
	background-image: url(../img/arrow_blue.gif);
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 250px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 3px center;
	font-weight: bold;
	font-size: 100%;
}

#contents #left ul,#contents #right ul{
	float: left;
	padding-left: 10px;
}

#contents #left li,#contents #right li{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 270px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
}

#contents #left ul.naiyou,#contents #right ul.naiyou{
	float: left;
	padding-left: 20px;
}

#contents #left ul.naiyou li,#contents #right ul.naiyou li{
	background-image: url(../img/arrow_blue.gif);
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	border-top-style: none;
	border-right-style: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: 3px center;
	border-left-style: none;
}

#contents #left ul.naiyou_gray li,#contents #right ul.naiyou_gray li{
	background-image: url(../img/arrow_gray.gif);
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: 3px center;
	border-left-style: none;
}

#contents #left ul.syousai,#contents #right ul.syousai{
	float: left;
	padding-left: 40px;
}

#contents #left ul.syousai li,#contents #right ul.syousai li{
	background-image: url(../img/aroow_orengr.gif);
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 210px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: 3px center;
	border-left-style: none;
}

#contents #saitemap a,#saitemap_bottom a{
	color: #666666;
	text-decoration: none;
}

#contents #saitemap a:hover,#saitemap_bottom a:hover{
	color: #0066CC;
	text-decoration: underline;
}

