html,body {
height: 100%;
}

body {
text-align:center;
}

#doc {
width:100%;margin:auto;text-align:center;background:url(../images/common/back_inner.jpg) repeat-y center;
} 

/*ヘッダ*/
#head {
background-color:#F00;text-align:center;border-bottom:1px #ccc solid;width:100%;
}
#top_navi {
width:803px;height:52px;margin:auto;
}

/*フッタ*/
#foot {
background-color:#F00;text-align:center;border-top:1px #ccc solid;position:relative;bottom:0px;width:100%;
}
#foot_navi {
width:760px;height:60px;margin:0px auto;
}

/*中*/
#main{
text-align:center;
}
#main_main{
margin:0px auto;width:800px;text-align:center;height:100%;
}

/*横スクロール*/
#man_wrap {
margin:0px auto;
position:relative;
width:800px;
height:100%
overflow:visible;
}

#man_rev{
position:absolute;
margin-top:130px;
right:-99px;
}

*:first-child+html p #man_rev{
position:absolute;
margin-top:130px;
right:-93px;
}

* html #man_rev{
position:absolute;
margin-top:130px;
right:-99px;
}

#man{
position:absolute;
margin-top:130px;
right:-99px;
}

*:first-child+html p #man{
position:absolute;
margin-top:130px;
right:-93px;
}

* html #man{
position:absolute;
margin-top:130px;
right:-93px;
}

#logo{
float:left;
margin-top:20px;
margin-left:30px;
}

#title{
float:right;
margin-top:10px;
margin-right:15px;
}

/*中下*/
#mainfoot_wrap{
margin:0px auto;
position:relative;
width:800px;
height:0px;
overflow:visible;
}

#address{
float:left;
clear:left;
position:absolute;
top:-68px;
left:30px;
}

#logo2{
float:right;
clear:right;
position:absolute;
top:-63px;
right:30px;
}

#pagetop{
float:right;
clear:right;
position:absolute;
top:-103px;
right:-20px;
}


/*リンク設定*/
a:link {
   color:#078D00;
   text-decoration:none;
}
a:visited {
   color:#189B12;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#666;
}
/*その他共通*/
.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}

/*ロールオーバー*/
.btn:hover { 
     position: relative;
     top:-3px;
}



#navi{width:224px;}

.b10{margin-bottom:10px;}
.b80{margin-bottom:80px;}


#foot-lead{
	font-size:10px;
	text-align:center;
	color:#666666;
	margin:10px 0 0;
	letter-spacing:-0.1em;}

#foot-lead-w{
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	margin:10px 0 0;
	letter-spacing:-0.1em;}

#foot-link{
	width:760px;
	margin:10px auto;
	text-align:right;}
	
#foot-link li{
	float:right;
	padding:2px 0 2px 10px;
	margin:0 0 0 10px;
	border-left:1px solid #666666;
	}

#foot-link li.last{
	padding:2px 0;
	margin:0;
	border-left:none;
	}

#foot-link li.white{
	border-left:1px solid #FFFFFF;
	}

#foot-link li a:link{
	color:#666666;
	text-decoration:underline;}

#foot-link li a:visited{
	color:#666666;
	text-decoration:underline;}

#foot-link li a:hover{
	color:#666666;
	text-decoration:none;}

#foot-link li.white a:link{
	color:#FFF;
	text-decoration:underline;}

#foot-link li.white a:visited{
	color:#FFF;
	text-decoration:underline;}

#foot-link li.white a:hover{
	color:#FFF;
	text-decoration:none;}

.f-white{
	color:#FFF;}

/* clearfix */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac\*/
*html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}
/*End hide from IE-mac */


html body h1.stext{
	margin:0 10px 0 0;}

