@charset "utf-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}


/*------------Footerのスタイル------------------------------------------------
--------------*/
body{
	background: url(../img/bg.png);}
}



/*------------Globalのスタイル---------------------------------------------------------------*/
div#global {
height:80px;
width:980px;
margin:0px auto;
}

p#bd {
	overflow:hidden;
	text-indent:-99999;
	background: url(../img/bd.gif) repeat-x;
}

div#global ul {
margin:0px auto;
	width: 980px;
	height: 80px;
	list-style: none;
	overflow: hidden;
}
div#global ul li {
		float: left;
}
div#global ul li a {
	display: block;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

div#global ul li a:hover {
	background-position: left bottom;
}
div#global ul li#GMBtn01 a {
	width:196px;
	background-image: url("../img/logo.gif");
}
div#global ul li#GMBtn02 a {
	width:196px;
	background-image: url("../img/top.gif");
}
div#global ul li#GMBtn03 a {
		width:196px;
	background-image: url("../img/menu.gif");
}
div#global ul li#GMBtn04 a {
	width:196px;
	background-image: url("../img/item.gif");
}
div#global ul li#GMBtn05 a {
	width:196px;
	background-image: url("../img/access.gif");
	background-position: left bottom;
}
/*------------Globalのスタイル---------------------------------------------------------------*/
h2{
	margin:30px auto;
	background-image: url("../img/access.png");
	height:50px;
	width:400px;
}

div#menu{
	margin:30px auto;
	width: 980px;
	height: 700px;
	text-indent: -99999px;
}

div#mein{
	width: 980px;
	height: 600px;
	}



p#fa {
	background-image:url("../img/map.png");
	width: 490px;
	height: 600px;
	text-indent: -99999px;
	float:left;
}

p#gg{
	background-image:url("../img/info.gif");
	width: 490px;
	height: 600px;
	text-indent: -99999px;
	float:right;
}

div#footer {
	clear:both;
	margin: 0px auto;
	height: 60px;
	width: 980px;
	color: #9b800d;
}
p#left{
	width: 620px;
	height: 60px;
	float:left;
	font-size:30px;
}

p#right{
	width: 360px;
	height: 60px;
	float: right;
}
