@charset "shift_jis";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 1.5em;
	color: #362E2B;
	text-align: center;
	background: #FFFFFF url(images/kabe2.gif);
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
p{
	padding: 0px 1em 1em;
}
iframe {
	margin-bottom: 20px;
	margin-top: 10px;
}
.look {
	color: #FFFFFF;
	background: #990000;
}



.waku {
	background: #ff9900;
	border: 1px dotted #cbc9c8;
	line-height: 1;
	margin-bottom: 5px;
	padding: 5px 10px;
	font-weight: bold;
}



#container {
	text-align: left;
	width: 810px;
	padding-top:10px;
	margin:auto;
}



#header {
	background: url(images/header_bg.gif) no-repeat left top;
	height: 122px;
	position: relative;
	width: 810px;
}
#header h1 {
	font-size: 11px;
	position: absolute;
	left: 1px;
	top: -19px;
	font-weight: normal;
	width: 810px;
	height: 12px;
}



#sub-menu {
	height: 54px;
	width: 185px;
	position: absolute;
	top: 15px;
	right: 7px;
}



#main-img {
	background: url(images/main_img_bg.gif) no-repeat left top;
	width:810px;
	height: 332px;
	text-align: center;
}
#sub-img {
	background: url(images/main_img_bg.gif) no-repeat left bottom;
	height: 212px;
	text-align: center;
}



#contents {
	background: url(images/contents_bg.gif) repeat-y left;
}



#menu {
	float: left;
	width: 242px;
	
}
.opt {
width:220px;
float:left;
padding-left:10px;
line-height:normal;
}

.opt a {
font-size:12px;
color:#FF0000;
text-decoration:none;
}
.opt a:hover{
color:#fff;
}


#menu img {
	margin-bottom: 5px;
}



#main {
	float: right;
	width: 510px;
	display: inline;
	margin-right: 40px;
}



#footer {
	background: url(images/footer_bg.gif) no-repeat left top;
	height: 42px;
	width:810px;
	text-align: center;
	padding-top: 50px;
	clear: both;
}



#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }


*html #contents { height: 1%; }
#contents { display: block; }
