body {
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	font-size: 95%;
	line-height: 140%;
	color: #1F1F2D;
	min-width: 1000px;
}
img {
	border: none;
	vertical-align:bottom;
}
div, p, ul, ol, li, h1, h2, h3, h4, h5, dl, dt, dd {
	display:block;
	margin: 0;
	padding: 0;
	list-style:none;
	background-image:url(image);
}
a:link { color:#06F; outline:none; }
a:visited { color:#06F;}
a:hover { color: #666;}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#wrapper { padding:0 50px; }
#base { width:900px; margin: 0 auto; }

/*====================================================================================================

  HEADER

====================================================================================================*/

#header { clear:both; width:100%; padding-top:20px;}
#header:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

/*** LOGO ******************************************************************/

#header h1 {
	margin:0 auto 10px;
	width:365px;
	height:87px;
}
#header h1 a {
	display: block;
	width:365px;
	height:87px;
	text-indent: -9999px;
	background: url(../image/logo.gif) no-repeat
}

/*** NAVI-MENU *************************************************************/

.Navi2 {
	clear:both;
	width:100%;
	height:95px;
	overflow:hidden;
}
.Navi2 ul {
	clear:both;
	width:924px;
	height:95px;
	background: url(../image/navi2.gif) no-repeat;
}
.Navi2 ul:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.Navi2 ul li {
	float:left;
	margin-right:25px;
	width:107px;
	height:95px;
}
.Navi2 ul li a {
	display: block;
	width:107px;
	height:95px;
	text-indent: -9999px;
}
.Navi2 ul li#navi01 a:hover {background: url(../image/navi2.gif) no-repeat left bottom;}
.Navi2 ul li#navi02 a:hover {background: url(../image/navi2.gif) no-repeat -132px bottom;}
.Navi2 ul li#navi03 a:hover {background: url(../image/navi2.gif) no-repeat -264px bottom;}
.Navi2 ul li#navi04 a:hover {background: url(../image/navi2.gif) no-repeat -396px bottom;}
.Navi2 ul li#navi05 a:hover {background: url(../image/navi2.gif) no-repeat -528px bottom;}
.Navi2 ul li#navi06 a:hover {background: url(../image/navi2.gif) no-repeat -660px bottom;}
.Navi2 ul li#navi07 a:hover {background: url(../image/navi2.gif) no-repeat -792px bottom;}
.Navi2 ul li#navi08 a:hover {background: url(../image/navi2.gif) no-repeat right bottom;}


/*====================================================================================================

  CONTENT

====================================================================================================*/

#content {
	clear:both;
	width:100%;
	padding:40px 0;
}
#content:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

/*** PAGE ******************************************************************/

#page { text-align:right; padding:20px 2% 0; font-size:80%;}
#page a { color:#666;}

/*====================================================================================================

  FOOTER

====================================================================================================*/

#footer {
	clear:both;
	width:100%;
	padding:15px 0;
	font-size:12px;
	border-top:1px solid #EEE;
}
#footer:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#footer a {color: #1F1F2D; text-decoration:none;}
#footer .f-menu { float:left; }
#footer .copy { float:right; }