@charset "utf-8";
@import url("./reset_weblayout.css");	 /* リセット用 */

/* ---------------------------------
common.css
各ページのCSS読み込み　および
bodyやheader、footerのCSS設定
------------------------------------ */


/******************* html/body *******************/
html,body{
	height:100%;
}

body {
	background:url(../img/suirenka/bg_body.gif) repeat-y center;
}

#wrapper_offset{
	width:900px;
	height:auto;
	margin: 0 auto;
}

#wrapper{
	float:left;
	display:inline;
	background:url(../img/suirenka/bg_wrapper.gif) repeat-y center;
}

h1{
	font-size: 12px;
	font-weight: normal;
	line-height:26px;
	text-align: right;
	color:#FFFFFF;
	background:#CC0000;
}

#header {
	height:170px;
	padding:0 0 4px 0;
	background:#CC0000;
	
}

#navi{
	float:left;
	display:inline;
	width:180px;
	padding:34px 0 0;
	background:url(../img/suirenka/bg_navi.gif) no-repeat top;
}

#navi ul{
	text-align:center;
}

#navi_banner{
	margin:5px 0 0;
}
#navi_banner li{
	margin:6px 0 0;
}

#navi_banner #bangos{
	border:solid 2px #FFFFFF;
	margin:0 auto;
	background:#FFFFFF;
}

#marq{
	float:right;
	display:inline;
	width:640px;
	height:40px;
	padding:8px 38px;
	color:#FFFFFF;
	background:url(../img/suirenka/bg_marquee.gif) no-repeat right;	
}

.contents{
	float:right;
	display:inline;
	width:700px;
	background:url(../img/suirenka/bg_contents.gif) repeat-y left;
}

.contents_end{
	float:right;
	display:inline;
	width:700px;
	height:12px;
	background:url(../img/suirenka/footer_contents.gif) no-repeat;	
}
/******************* フッター *******************/

#footer{
	clear:both;
	height:220px;
	width:900px;
	padding:45px 0 0 0;
	text-align:center;
	color:#FFFFFF;
	background:url(../img/suirenka/bg_footer.gif) #CC0000 no-repeat;
}

#footer li{
	display: inline;
	padding:0 5px;
	line-height:24px;
	list-style: none;
	border-left: 1px solid #FFFFFF;
}

#footer li.non_line{
	border-left:none;
}

#footer li a{
	text-decoration: none;
	color: #FFFFFF;
}

#footer address{
	margin:80px 0 0;
	line-height:20px;
}

#footer address a{
	color:#FFCC00;
}