@charset "shift_jis";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #362E2B;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(../images/kabe3.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: center;
	width: 810px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	background: url(../images/header_bg1.gif) no-repeat left top;
	height: 122px;
	position: relative;
}
#header h1 {
	font-size: 11px;
	position: absolute;
	left: 5px;
	top: -22px;
	font-weight: normal;
	width: 810px;
}



#sub-menu {
	height: 54px;
	width: 185px;
	position: absolute;
	top: 26px;
	right: 50px;
}



#main-img {
	background: url(../images/main_img_bg2.gif) no-repeat left top;
	height: 332px;
	text-align: center;
}



#contents {
	background: url(../images/contents_bg2.gif) repeat-y left;
}



#main {
	float: left;
	width: 810px;
	display: inline;
	margin-right: 0px;
}



#footer {
width:810px;
	background: url(../images/footer_bg2.gif) no-repeat left top;
	height: 42px;
	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; }
