@charset "euc-jp";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 140%;
	color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #FCF7BD;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #906;
}
a:hover {
	text-decoration: underline;
	color: #00C;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#container a img {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#container #header {
	margin: 0px;
	width: 900px;
	height: 150px;
	background-image: url(../image/common/header.jpg);
	background-repeat: no-repeat;
	
}

#container #header h1 {
	font-size: 12px;
	font-weight:normal;
	font-style: normal;
	text-align: right;
	color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#container #wrapper #left {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
	display:inline;
}

#container #wrapper #left ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 220px;
}
#container #wrapper #left li {
	height: 35px;
	width: 220px;
	margin-bottom:6px;
	padding:0px;
	list-style:none;
}

#container #wrapper #right {
	width: 640px;
	display: inline;
	float: right;
	margin: 0px;
}

#container #footer {
	width: 900px;
	text-align: center;
	height: 37px;
	background-image: url(../images/common/wrap_footer.jpg);
	background-repeat: no-repeat;
}
.clear {
	clear: both;
	float: none;
}
#container #wrapper_top {
	background-image: url(../images/common/wrap_top.jpg);
	margin: 0px;
	height: 23px;
	width: 900px;
	padding-top: 7px;
}
#container #wrapper_top h2 {
	font-size: 12px;
	color: #963;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-align:right;
	margin-right: 15px;
}
#container #wrapper {
	background-image: url(../images/common/wrap_bg.jpg);
	padding: 10px;
	width: 880px;
}

