/* ------ 基本設定 ------ */
*{
	margin:0;
	padding:0;
}
body {
	text-align: center;
	margin: 0px auto;
	font-size:14px;
	line-height:140%;
	background:#FBFBE3 url(../img/bg.jpg) repeat-x center top;
}
img{
	border:0;
}
a{
	text-decoration:none;
	color:#0099CC;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}
address{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}
.sp{
	clear:both;
}
object,embed {  
	vertical-align: top;  
} 
#wrap{
	width:810px;
	margin:auto;
	background-image:url(../img/waku_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	clear:both;
}
* html #wrap{
	background-image:url(../img/waku_bg_ie6.gif);
} /*IE6以下*/

#container{
	width:800px;
	margin:auto;
	clear:both;
}
#s_container{
	width:780px;
	margin:auto;
	clear:both;
}
#header{
	width:800px;
	height:80px;
	clear: both;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer{
	width:810px;
	margin:auto;
	font-size:12px;
	clear:both;
}
#kojya_link{
	margin:auto;
	padding-top:3px;
	padding-bottom:3px;
	clear:both;
}
#kojya_link img{
	padding-right:5px;
	padding-left:5px;
}
* html #kojya_link img{
	margin-right:5px;
	margin-left:5px;
} /*IE6以下*/
#pagetop{
	width:810px;
	height:50px;
	margin:auto;
	background:url(../img/pt_bg.jpg) no-repeat center top;
	font-size:12px;
	clear:both;
}
#pagetop p{
	float:right;
	text-align:left;
	margin-right:20px;
	background-image:url(../img/pt_arrow.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-top:6px;
	font-size:12px;
	color:#0099CC;
}
#pagetop .linkp{
	float:right;
	text-align:left;
	margin-right:20px;
	background-image:url(../img/link_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	margin-top:6px;
	font-size:12px;
	color:#0099CC;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.ft_b{
	color:#003399;
}
.ft_rb{
	color:#CC3300;
}
.ft_r_b{
	color:#FF0000;
	font-weight:bold;
}