body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	color: #000000;
	font-weight: normal;
}
a:visited {
	color: #333333;
	font-weight: normal;
}
a:hover {
	color: #666666;
	font-weight: normal;
}
a:active {
	color: #666666;
	font-weight: bold;
}p {
	font-size: small;
	margin: 0px;
	line-height: 140%;
	padding: 0px;
}
h1 {
	font-size: x-large;
	padding: 0px;
}
h2 {
	font-size: large;
	padding: 5px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 1px solid #999999;
}
#header {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#contents {
	width: 800px;
	overflow: hidden;
	height: auto;
	background-image: url(../fw/contents_bk.png);
	background-repeat: repeat-x;
}
#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/**/
#main {
	width: 580px;
	float: right;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
}
#main h1 {
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}
#main h2 {
	background-image: url(../fw/main_h2_bk.png);
	background-repeat: repeat-y;
}

#main li {
	font-size: small;
	list-style-type: none;
	list-style-image: url(../fw/list_btn.png);
	list-style-position: outside;
	line-height: 20px;
}
#menu {
	padding: 10px;
	width: 180px;
	margin: 0px;
	float: left;
	color: #FFFFFF;
}


#menu h2 {
	font-size: large;
	font-weight: bold;
	background-color: #CC9966;
	padding-left: 15px;
}
#menu a {
	color: #FFFFFF;
}
