@charset "shift_jis";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 1.5;
	color: #362E2B;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/logo.jpg);
}
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 0px;
}
iframe {
	margin-bottom: 20px;
	margin-top: 10px;
}
.look {
	color: #FFFFFF;
	background: #990000;
}


.waku {
text-align:center;
	background: #f2efee;
	border: 1px dotted #cbc9c8;
	line-height: 1;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
}
.waku a {
	background: #f2efee;
	text-decoration:none;
	padding: 0px;
	font-weight: bold;
	color:#000000;
}
.waku a:hover {
	background: #FFFFFF;
	text-decoration:none;
	padding: 0px;
	font-weight: bold;
	color:#000000;
}


#container {
	text-align: left;
	width: 810px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	background: url(images/header_bg.gif) no-repeat left top;
	height: 112px;
	position: relative;
}
#header h1 {
	font-size: 12px;
	position: absolute;
	left: 20px;
	top: -22px;
	font-weight: normal;
}



#main-img {
	background: url(images/main_img_bg.gif) no-repeat left top;
	height: 200px;
	text-align: center;
}


#contents {
	background: url(images/contents_bg.gif) repeat-y left;
}


#menu {
	float: left;
	width: 242px;
	text-align: center;
}
#menu a {
	float: left;
	width: 227px;
	text-align: center;
	background-color:#FFFF99;
	color:#000000;
	margin:5px 0px 5px 9px;
	padding:8px 0 4px;
	text-decoration:none;
	font-size:12px;
}
#menu a:hover {
	float: left;
	width: 242px;
	text-align: center;
	background-color:#000000;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	margin:5px 0 5px 0;


}

h2 {background-image:url(images/midashi_00.gif);
background-repeat:no-repeat;
padding:5px 0 0 60px;
font-size:15px;
height:36px;
}


#main {
	float: right;
	width: 510px;
	display: inline;
	margin-right: 40px;
	margin-bottom:20px;
}
#main p {
	margin-right: 40px;
	margin-bottom:20px;
}
#main a {
line-height:normal;
	
}

#footer {
	background: url(images/footer_bg.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; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
