

/* base ------------------------------ */
* {
	font-size: 12px;
	font-family: "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Verdana, Arial, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif ;
	font-style: normal;
	margin: 0;
	padding: 0;
}

a:link {color: #D7CD99; text-decoration: underline;}
a:hover {background: none;}
a:visited {color: #D7CD99; text-decoration: underline;}

#sLink a:link {font-size:10px;color: #AF892F; text-decoration: underline;}
#sLink a:hover {font-size:10px;background: none;}
#sLink a:visited {font-size:10px;color: #663333; text-decoration: underline;}


body{
	margin: 0;
	padding: 0;
	
	text-align: center;
	background-color: #000;
	background-image:url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #D7CD99;
}

#container {
	margin: 0 auto;
	width: 749px;
	}

	
#header {
	width:749px;
	height:153px;
	background-color:#000;
	margin:2px;
	padding:0px;
	}
*:first-child+html #header {
	margin:0px;
}
* html #header {
	margin:0px;
}
#main {
    margin:0 auto 30px;
	width:749px;
	height:auto;
	background-color:#000;
	overflow:visible;

}

/* hn ------------------------------ */

 h1 { 
	margin-top:-2px;
       font-size:0px;
	text-indent: -2000px;
}
 h2, h3{ 
 font-size:0px;
text-indent: -2000px;
}



/* main ------------------------------ */
.hd01 {
	padding-top:20px;
}


/* footer ------------------------------ */

#footer {
	clear: both;
	width:749px;
	height:56px;
	text-align: center;
	margin-bottom: 15px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:visited {
        font-size:11px;	
        color: #D7CD99;
}

#footer .footer-navi {
	border-top: 1px solid #735500;
	padding-top: 10px;
}
#footer .footer-navi ul {

        height:10px;
	border-right: 1px solid #D7CD99;
	display: inline;
        padding-right:3px;
}
#footer .footer-navi li {
        font-size:10px;
        display: inline;
	border-left: 1px solid #D7CD99;
	padding:0 3px 0 7px;
}
#footer p {
	font-size:11px;
	height:30px;
	background-image:url(../images/back_footer.jpg);
	color: #D7CD99;
	margin-top: 5px;
	padding: 7px 0;
	background-repeat: repeat-x;
	letter-spacing: 1px;
}

.f12b_red {
	font-size:12px;
	font-weight:bold;
	color:#943030;
}
