@charset "shift_jis";
/*	Layout
-----------------------------------------------------------------------------*/
/* Body */
body,
#top  {
	margin: 0;
	font-size: 12px;
	line-height: 160%;
	background: #ffffff url(../../img/in_bg.jpg) repeat-x top center;
}

#top {
	background: #ffffff url(../../img/top_bg.jpg) repeat-x top center;
}

/* safari only \*/
html[xmlns*=""] body:last-child { font-size:70%; }

/* Wrapper */
#wrapper {
	width:950px;
	margin:0 auto;
}

/* Header */
#header {
	padding:0 6px;
	height:119px;
}

#header h1 {
	font-size:11px;
	font-weight:normal;
	line-height:21px;
	display:block;
	color:#999999;
}
#header #header_left{
	width:680px;
	float:left;
}

#header #header_left address{
	float:left;
	padding-left:22px;
}


#header #header_right{
	width:207px;
	float:right;
}

#navi{
	text-align:center;
}

#navi li {
	display:inline;
}

/* Footer */
#footer {
	background:url(../../img/footer_back.jpg) repeat-x ;
	padding:27px 0 0 0;
	color:#FFFFFF;
}

#footer_btn{
	text-align:center;
	padding:20px 0;
}

#footer a,
#footer a:visited,
#footer a:hover {
	color:#FFFFFF;
}

#footer #footer_in{
	width:920px;
	margin:0 auto;
}

#footer #footer_in .fl{
	padding-top:15px;
	width:710px;
}
#footer #footer_in .fl span{
	text-align:right;
	margin-left:100px;
	
}


/* Contents */
#contents {
	margin:15px 0 10 0;
	height:100%;
	background:url(../../img/in_naka_waku.jpg) repeat-y center top;
}

#contents #con_waku{
	width:840px;
	margin:0 auto;
}

#contents #con_waku .content{
	width:767px;
	margin:0 auto;
	padding:0 30px 30px 29px;
	border:#E4E4E4 7px solid;
	border-top:none;
}

.page_top{
	display:block;
	padding-bottom:40px;
	text-align:right;
}
.zirei_bak {
	margin:auto;
	width:300px;
}
.zirei_bak a:hover img{
	opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


