@charset "Shift_JIS";

*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

html{overflow-y: scroll;}
img{border: none;}
li{list-style: none;}
strong{font-weight: bolder;}

body{
	color: #151515;
	font-size: 12px;
	line-height: 1.7;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	background: #fff;
}

*html body{font-size: 75%;}
*:first-child+html{font-size: 75%;}


a:link,
a:visited{
	color: #333;
	text-decoration: underline;
}

a:hover,
a:active{
	color: #9b8638;
	text-decoration: none;
}

/* ------------------------------------------------------*/
/*  */
/* ------------------------------------------------------*/
#container{
	width: 600px;
	margin: 0 auto;
	margin-top: 106px;
	position: relative;
}

/* ------------------------------------------------------*/
/* header */
/* ------------------------------------------------------*/
#header{
	height: 110px;
	text-align: left;
	position: relative;
}

#header h1{
	width: 89px;
	height: 25px;
	margin-left: 5px;
}

/* ------------------------------------------------------*/
/* body */
/* ------------------------------------------------------*/
#body{
	text-align: left;
	display: inline-table;
	zoom:1;
}

	#body:after {
		content:".";
		height:0px;
		clear:both;
		display: block;
		visibility:hidden;
	}
	
	/* Hides from IE-mac ＼*/
	* html #body{height: 1%;}
	#body{display: block;}
	/* End hide from IE-mac */

/* ------------------------------------------------------*/
/* menu */
/* ------------------------------------------------------*/
#menu{
	width: 92px;
	position: absolute;
	top: 10px;
	right: 5px;
	display: inline-table;
	zoom:1;
}

	#menu:after {
		content:".";
		height:0px;
		clear:both;
		display: block;
		visibility:hidden;
	}
	
	/* Hides from IE-mac ＼*/
	* html #menu{height: 1%;}
	#menu{display: block;}
	/* End hide from IE-mac */

#menu li{
	float: left;
	margin-left: 12px;
}

/* ------------------------------------------------------*/
/* footer */
/* ------------------------------------------------------*/
#footer{
	clear: both;
	margin: 90px 0 30px 0;
	text-align: left;
}

/* ------------------------------------------------------*/
/* clearfix huck */
/* ------------------------------------------------------*/
.clearfix{
	display: inline-table;
	zoom:1;
}

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

/* Hides from IE-mac ＼*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
