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

body {
	margin: 0px;
	background: url(../images/back_02.gif) repeat-y center top;
}
#container {
	height: 100%;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	margin: 0px;
	height: 150px;
	background: url(../images/info_03.jpg) no-repeat center top;
	overflow: hidden;
}
#head h1, #head p, #head h2 {
	text-indent: -9999px;
}
#pan {
	height: 40px;
	width: 550px;
	margin: 0px;
	text-align: right;
	font-size: 0.78em;
	padding-top: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
#inner {
	margin: 0px;
	height: 100%;
	padding: 0px;
	width: 750px;
	float: left;
	background: url(../images/info_06.jpg) no-repeat right top;
}
#main_menu {
	margin: 0px;
	width: 130px;
	float: left;
	height: 320px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: visible;
	background: url(../images/info_05.jpg) no-repeat left top;
}
#main_menu ul {
	list-style: none;
	margin: 170px 0px 0px;
	padding: 0px;
}
#main_menu  a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #660033;
	margin-bottom: 0.2em;
	padding-bottom: 2px;
	font-size: 0.85em;
	margin-top: 0.2em;
	padding-top: 2px;
	padding-left: 4px;
}
#main_menu a:hover {
	color:#006633
}
#main_menu .active a {
	text-decoration: none;
	font-weight: bold;
	color: #CCFFFF;
	border-bottom: 2px solid #CCFFFF;
	background: #660066;
}
#content {
	margin: 170px 0px 0px;
	width: 580px;
	float: left;
	padding: 10px;
}
#footer {
	margin: 0px;
	float: left;
	height: 30px;
	width: 750px;
	text-align: center;
	padding-top: 10px;
	border-top: 20px double #C68D1A;
	font: 10px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #006600;
	text-decoration: underline;
}
#map {
	margin-left:180px;
}
#main_menu ul.ls {
	margin-top:10px;
}

