@charset "utf-8";

html{overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p{margin:0;padding:0;}
body{
border-top:5px #C40018 solid;
	color:#333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:80%;
	margin:0;
	padding: 0;
	text-align:center;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
p {}
ol,ul{
	list-style-type:none;
}
fieldset,img{ border:0; }
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
caption,th {}
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; }

/*ul,li,img{vertical-align:bottom;}*/

a:link{
   text-decoration:underline;
}
a:visited{
   text-decoration:underline;
}
a:hover{
   text-decoration:none;
}
a:active{
   text-decoration:underline;
}
/* float clear! */
.clear{clear:both}
/*clearfix*/
.clearfix:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}

/*clearfix End*/
/* float clear!_End*/

.f_left{float:left;}
.f_right{float:right;}

/* hide */
.hide{display:none;}

/* rollover */
.btn{/* このクラス名は使用しないでください */}

/* header
----------------------------------------------------------------------------------------------------*/

div#header{
	height:55px;
	margin:0 auto;
	width:940px;
	z-index:auto;
}

div#header div{
	float:right;
	text-align:right;
}

/* logo */
	
	div#header #logo{
		padding-top:13px;
		float:left;
	}
	
/* navi(sub) */

	div#header ul{
		margin-bottom:8px;
	}
	div#header ul li{
		background:#C40018;
		border-left:1px #FFFFFF solid;
		display:inline;
		font-size:90%;
	}
	div#header ul li a{
		background:#C40018;
		color:#FFFFFF;
		display:inline-block;
		padding:0.5em;
		padding-top:0;
	}
	div#header ul li:first-child{
		border:none;
	}
	div#header ul li.first a{
		background:url(../img/common/back_navisub-left.gif) no-repeat left bottom #C40018; 
	}
	div#header ul li.last a{
		background:url(../img/common/back_navisub-right.gif) no-repeat right bottom #C40018; 
	}

/* search */

	div#form_search{
		background:url(../img/common/back_search.gif) no-repeat left center;
		float:none;
		height:22px;
		line-height:1;
		position:relative;
		text-align:left;
		width:200px;
	}
	div#form_search h2{
		display:none;
	}
	div#form_search #keyword{
		background:none !important;
		background:#FFFFFF !important;
		border:none !important;
		height:12px;
		position:absolute;
		left:2px;
		top:2px;
		width:140px;
	}
	div#form_search #search{
		height:22px;
		width:50px;
	}

/* contact */

div#contact{
	clear:both /* for IE6*/; 
	margin-left:105px;
	position:absolute;
	top:2.65em;
	left:50%;
	width:156px;
}

/* navimain
----------------------------------------------------------------------------------------------------*/

div#navimain{
	background:url(../img/common/back_navi.gif) repeat-x;
	clear:both;
	height:55px;
	width:100%;
}
div#navimain ul{
	margin:0 auto;
	padding-top:5px;
	width:950px;
}
div#navimain li{
	display:inline;
}

/* footer
----------------------------------------------------------------------------------------------------*/

div#footer{
	clear:both;
	position:relative;
	width:100%;
}

div#footer a{
	color:#333333;
}
div#footer a:visited{
	color:#999999;
}

	/* navifooter,navifooterlast common style */
	
		div#footer ul{
			margin:0 auto;
			position:relative;
			width:940px;
			text-align:left;
		}
		div#footer ul li:first-child,
		div#footer ul li.first{
			border-left:none;
			margin-left:0;
			padding-left:0;
		}
		div#footer ul li{
			border-left:1px #333333 solid;
			display:inline;
			font-size:90%;
			margin-left:0.5em;
			padding-left:0.5em;
		}

	/* navifooter */
	
		div#navifooter{
			background:#EEEEEE;
			padding:10px 0;
			width:100%;
		}
	
	/* navifooterlast */
	
		div#navifooterlast{
			background:url(../img/common/back_footer.gif) repeat-x bottom;
			border-top:1px #CCCCCC solid;
			padding:10px 0 20px;
		}

	/* copyarea */
	
		div#footer div#copyarea{
			margin:0 auto;
			width:940px;
		}
		div#footer div#copyarea p#copy{
			background:url(../img/common/copy.gif) no-repeat left center;
			float:left;
			height:40px;
			display: block;
			text-indent:-9877em;
			overflow: hidden;
			width:600px;
		}
		div#footer div#copyarea p#com{
			float:right;
			height:40px;
			text-align:right;
			width:340px;
		}
		div#footer div#copyarea p#com a{
			background:url(../img/common/footer_fuji.gif) no-repeat right center;
			display:inline-block;
			height:40px;
			width:95px;
		}

	/* gopagetop(フッター共通ページ先頭へボタン) */
	
		div#footer p#gopagetop{
			border:1px #CCCCCC solid;
			border-width:0 1px;
			background:url(../img/common/btn_pagetop.gif) repeat-y;
			display: block;
			font-size:90%;
			height:auto;
			margin-left:370px;
			position:absolute;
			top:0;
			left:50%;
			width:100px;
		}
		div#footer p#gopagetop:hover{
			background:url(../img/common/btn_pagetop_on.gif) repeat-y;
			width:100px;
	}
		div#footer p#gopagetop a{
			background:url(../img/common/pagetop.gif) no-repeat center;
			display: block;
			padding:10px 0;
			text-indent:-9877em;
			overflow: hidden;
			width:100px;
		}

