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

body {
	margin: 0px;
	background: url(../images/back_02.gif) repeat-y center top;
	padding: 0px;
}
*html body {
	margin: 0px;
	background: url(../images/back_02.gif) repeat-y center top;
	padding: 0px;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#head {
	margin: 0px;
	height: 200px;
	background: url(../images/top_03.jpg) no-repeat center top;
	padding: 0px;
}
#head h1, #head p, #head h2 {
	text-indent: -9999px;
}
#inner {
	margin: 0px 0px 10px;
	height: auto;
	padding: 0px;
	width: 750px;
	float: left;
	background: url(../images/top_06.jpg) no-repeat right top;
}
#main_menu {
	margin: 0px;
	width: 130px;
	float: left;
	height: auto;
	background: #9A8EA4 url(../images/sub-back_03.gif) repeat-y center top;
	padding-right: 10px;
	padding-left: 10px;
	overflow: visible;
}
#main_menu ul {
	list-style: none;
	margin: 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.98em;
	margin-top: 0.2em;
	padding-top: 2px;
	padding-left: 4px;
}
/*IE用ハック*/
*html #main_menu  a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #660033;
	margin-bottom: -5px;
	padding-bottom: 2px;
	font-size: 0.85em;
	margin-top: -5px;
	padding-top: 2px;
	padding-left: 4px;
}
#main_menu a:hover {
	color:#CCFFFF
}
#main_menu .active a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px dashed #CCFFFF;
}
#content {
	margin: 0px;
	width: 580px;
	float: left;
	padding: 10px;
	text-indent: -9999px;
}
#container #inner #images img {
	margin-top: 220px;
	margin-left: 20px;
}
#footer {
	margin: 0px;
	float: left;
	height: 30px;
	width: 750px;
	text-align: center;
	padding-top: 10px;
	border-top: 20px double #C68D1A;
	font: 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
#container #footer li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
