@charset "utf-8";
/*------------------common--------------------------*/



body{
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",arial,Sans-Serif;
	/*font:14px/1.5 "小塚明朝 Pro","MeiryoKe_PGothic", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;*/
	font-size: 14px;
	/*font:14px/1.5 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,Verdana,sans-serif;*/
	background:#fff;
	color:#333333;
	line-height:1.5;
	letter-spacing:0.1em;
}

@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
body {
	font-size: 14px;
	/*font-family: "ヒラギノ明朝 Pro W3", serif;*/
}
}


a:link { color: #222222;
}

a:visited {
	color: #777777;
}

a:hover {
	color: #888888;
}

a:active { 
	color: #222222;
}

img {
	border:0;
	}
	
.set_center{
	display:block;
	margin:auto;
	clear:both;
}
	
#contents p {
	padding: 10px 30px;
	overflow: hidden;
}

#contents dl {
	line-height: 2.0;
	}
		
#contents {
	/*font:14px/1.5 "小塚明朝 Pro","MeiryoKe_PGothic", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;*/
	padding: 10px;
	overflow: hidden;
}

/*@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
#contents {
	font: 14px/1.5 "ＭＳ Ｐ明朝", serif;
	}
}*/
	
#main {
	width: 895px;
	margin: 30px auto 0;
	/*position: relative;
	_height: 100%;
	min-height: 100%;*/
	overflow: hidden;
}
/*------------------header--------------------------*/
#header {
	height: 94px;
	margin-bottom: 40px;
}

#header h1 {
	width: 320px;
	height: 94px;
	float: left;
}

#header h1 a {
	height: 94px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	background: url(../images/common/title.jpg) no-repeat;
}


#gnavi {
	margin-top: 30px;
	float: right;
	height: 38px;
}

#gnavi ul {
	overflow: hidden;
}

#gnavi ul li {
	float: left;
	margin-right: 20px;
}

#gnavi ul li a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 38px;
	display: block;
}

#gnavi li.about a {
	background: url(../images/common/gnavi.png) no-repeat;
	background-position: 0 0;
	width: 77px;
}

#gnavi li.map a {
	background: url(../images/common/gnavi.png) no-repeat;
	background-position: -96px 0;
	width: 55px;
}

#gnavi li.menu a {
	background: url(../images/common/gnavi.png) no-repeat;
	background-position: -176px 0;
	width: 60px;
	}

#gnavi li.blog a {
	background: url(../images/common/gnavi.png) no-repeat;
	background-position: -271px 0;
	width: 59px;
}

#gnavi li.online a {
	background: url(../images/common/gnavi.png) no-repeat;
	background-position: -364px 0;
	width: 144px;
}

#gnavi ul li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60); 	/*IE6,7*/
	-ms-filter: "alpha(opacity=60)";	/*IE8*/
	-moz-opacity:0.6;    /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;    /* Safari 1.x */
	zoom: 1;
}


/*------------------footer--------------------------*/


#footer {
	clear: both;
	margin: 20px auto;
	color: #b6c36e;
	/*position: absolute;
	bottom: 0;*/
}

#footer .copyright {
	margin: 0 auto;
	width: 429px;
}

/*-------------------見出し---------------------------*/

h3 {
	font-size: 16px;
	font-weight: normal;
}