@charset "Shift_JIS";


/*パンくずリストCSS---------------------------------------------*/
#pankuzu {
	background-image: url(../img/topicpath.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	padding-left: 80px;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pankuzu li {
	font-size: 80%;
	display: inline;
	line-height: 160%;
	margin-top: -2px;
}

/*コンテンツ枠CSS---------------------------------------------*/
#content {
	width: 780px;
}
#sidemenu {
	float: right;
	width: 195px;
	margin-right: 10px;
	background-color: #ebf1fd;
	text-align: left;
}
#sidemenu ul {
	width: 163px;
	margin-bottom: 20px;
	margin-left: 16px;
	margin-top: 10px;
	line-height: 140%;
}
#sidemenu ul li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	font-size: 85%;
	padding-left: 20px;
}
#sidemenu h2 {
	background-color: #114bae;
	background-image: url(../img/sidemenu_title.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-left: 9px;
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 9px;
}
#sidemenu h2 a:link {
	color: #ffffff;
	text-decoration: none; }
	
#sidemenu h2 a:visited {
	color: #ffffff;
	text-decoration: none; }
	
#sidemenu h2 a:hover {
	color: #ffffff;
	text-decoration: underline; }
#maincontent {
	float: right;
	width: 575px;
	text-align: left;
	padding-bottom: 30px;
}

