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

img {border:none;}

body {
	font-size: 1em;
	line-height: 150%;
	background-color: #CACCB3;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #header {
	height: 60px;
	background-color: #091333;
}
#top #wrap #header {
	background-image: url(images/top-img.jpg);
	background-repeat: no-repeat;
	height: 400px;
}
#wrap #contents {
	background-image: url(images/pageback.jpg);
	height: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-right: 170px;
	padding-left: 170px;
	text-align: left;
}
#top #wrap #contents {
	height: 175px;
	margin: 0px;
	padding: 0px;
}
#wrap #menu {
	background-image: url(images/menu-back.png);
	height: 25px;
	margin: 0px;
	padding: 0px;
	line-height: 80%;
	text-align: center;
	overflow: hidden;
}
#wrap #menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	width: 510px;
	text-align: center;
	overflow: hidden;
	background-color: #666666;
}
#wrap #menu li {
	float: left;
	height: 25px;
	width: 125px;
	padding: 0px;
	margin: 0px;
	margin-left:1px;
}
#info #wrap #contents {
	padding-right: 180px;
	padding-left: 180px;
}
#info #wrap #contents h2 {
	font-size: 16px;
	line-height: 180%;
}
#menu #wrap #contents h2 {
	font-size: 16px;
	color: #333300;
	margin-top: 3em;
	margin-bottom: 1em;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
}
#wrap #footer {
	font-size: 9px;
	color: #333333;
	background-color: #999999;
	height: 9px;
	line-height: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
}
#wrap #contents .txtS {
	font-size: 0.9em;
}
