@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;}





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

#head{
	width:780px;
	margin: auto;
	position: relative;
}

#logo{
	float: left;
	padding:0px 0px 11px 7px;
	width:370px;
}
*:first-child+html #logo{
	padding:0px 0px 15px 7px;
}


#keyvisual{
	text-align: center;
}

#navi_sub{
	width:115px;
	float: right;
	padding:16px 12px 0px 0px;
}

#navi{
	height: 30px;
	padding:0px 0px 0px 9px;
	overflow: hidden;
	margin:auto;
}
#navi li{
	float: left;
}

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

#foot{
	width:auto;
	margin:auto;
	height: 51px;
}


#foot address{
	padding:17px 0px 0px 0px;
	text-align: center;
	color:#fff;
	font-style: normal;
	font-size: 1.2em;
}

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

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


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

.printitem{
	display: none;
}