@charset "utf-8";
body {
	font-size:10px;
	line-height: 1.7em;
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
		color:#333;
		background-image:url(../images/bg.jpg);
		background-repeat:repeat-x;
		background-position:top;
}



h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd,table,form,pre,object,embed{
	margin: 0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd{
	font-size:1.2em;
}
img{border:none;}
li{list-style-type: none;}
table{border-collapse:collapse;}
label{cursor:pointer;}
.clear{clear:both}
.clearfix:after{
		content:".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	
.clearfix{ display:inline-table; }
/* Mac OS版IEには適用しない \*/
* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix{ display: block; }
/**/



a:link{color:#666;text-decoration:underline;}
a:visited{color:#666;text-decoration:underline;}
a:hover{color:#333;text-decoration:none;}
a:active{color:#000;text-decoration:none;}




/*--------------------
bg
----------------------*/

#bg{

}



/*--------------------
head
----------------------*/

#head{
	margin: auto;
	position: relative;
}


#head{
	position: relative;
	width:1000px;
	left: 50%;
	margin-left:-500px;
}


#navi_sub{
	width:133px;
	height: 31px;
	float: right;
	padding:0px 59px 0px 0px;
	position: relative;
	z-index: 10;
}
	



/*------------------
navilist
--------------------*/

#navilist{
	padding:0px 0px 22px 22px;
}
#navilist .section{
	width:211px;
	float: left;
	padding:0px 12px 0px 0px;
}
#navilist h3{
	background: #999;
	color:#fff;
	line-height: 1em;
	font-size: 1em;
	padding:5px 12px;
	margin:0px 0px 6px 0px;
}
#navilist h3 a{
	color:#fff;
	text-decoration: none;
}

#navilist ul{
	padding:0px 0px 0px 5px;
}
#navilist li{
	padding:0px 0px 0px 10px;
	margin:0px 0px 5px 0px;
	background-image:url(../images/icon_navilist.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;
	font-size: 1em;
	line-height: 1em;

}
#navilist a{
	color:#999;
}




/*--------------------
pagetoplink
----------------------*/
#pagetoplink{
	clear: both;
	margin:0px;
	position: relative;
	text-align: right;
	height: 0px;
}
#pagetoplink a{
	position: absolute;
	height:28px;
	right:3px;
	top:-34px;
}


/*--------------------
foot
----------------------*/




#foot{
	width:auto;
	margin:auto;
}


#foot address{
	padding:49px;
	text-align: center;
}

/*foot位置固定*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -111px; /* the bottom margin is the negative value of the footer's height */
}
#foot_bg, .push {
	height: 111px; /* .push must be the same height as .footer */
}

#foot_bg{
	background-image: url(../images/foot_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}



/*------------------
print
--------------------*/

.printitem{
	display: none;
}