/*==========  初期化 ==========*/
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
margin:0px;
padding:0px;
}
html {
border:none;
}
body {
font-size:12px;
line-height:1.4;
color:#443333;
}
body.iframe {
background:none;
background:#F2E0B0;
margin:0;
}
ul, ol {
list-style:none;
}
img {
margin:0;
border:medium none;
}


/*==========  全体 ==========*/
body {
width:100%;
background:url(../img/bg.jpg) top center #cccccc;

}
#bg {
text-align:left;
}

#wrapper_out {
width:690px;
margin:0 auto;
padding:0;
text-align:center;
}

#wrapper_in {
width:690px;
/*height:622px;*/
height:1000px;

margin:0 auto;
background:url(../img/header.png) top center no-repeat ;
text-align:center;
}


/*==========  header ==========*/
#header {
	
/*height:575px;*/
height:804px;
position:relative;
}

#header .entry { position:absolute; top:681px; left:298px; }

#header .bonus1 { position:absolute; top:555px; left:51px; }
#header .bonus2 { position:absolute; top:555px; left:249px; }
#header .bonus3 { position:absolute; top:555px; left:446px; }

/*==========  header以外のコンテンツ ==========*/


#main_out {
/*position:absolute; top:622px; left:18px;*/
position:absolute; top:802px; left:18px;
width:654px;
background:url(../img/maing_bg.gif) top center repeat-y ;
margin:0;
padding:0;
}

/*==========  footer ==========*/

.footer{
margin:20px 0 0 0 ;
padding:10px 20px;
color:#fff;
background:#482301;
text-align:left;
}

/*==========  content ==========*/



#content_in {
width:654px;
padding-top:22px;
padding-bottom:0px;
position:relative;
}

.section_s {
width:590px;
margin-top:15px;
margin-left:30px;
margin-bottom:30px;
text-align:left;
line-height:1.4;
}

.haifu{
	width:590px;
	margin-top:10px;
}


.haifu td{
	padding:0px;
	text-align:left;
	vertical-align:top;
	line-height:1.5;
}


/*==========  footer ==========*/
#footer {
width:100%;
min-width:1000px;
background:url(../img/footer_bg.jpg) top left repeat-x;
}


/*==========  clearfix ==========*/
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cf {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac */
* html .cf {
height: 1%;
}
.cf {
display: block;
}

