@charset "utf-8";
/* CSS Document */

/* body
-------------------------------------------------------------------------------------*/
* {margin:0; padding:0;}
body {
	background:url(../common/bg.gif) repeat-y top center #f0f6f9;
	text-align:center;
	font-size:90%;
	color:#666666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}
.right {float:right; margin-right:5px;}
.left {float:left; margin-left:5px;}
a img {border:0;}
p {font-size:12px; line-height:1.7em; color:#666;}
p:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* wrrapper
-------------------------------------------------------------------------------------*/

#wrapper {
width:891px;
margin:auto;
}

/* header
-------------------------------------------------------------------------------------*/
#header {position:relative;}
.seo {
	font-size:0.7em;
	color:#009999;
	text-align:left;
	text-indent:1.5em;
	padding-top:5px;
	height:23px;
	background:url(../common/seo-bg.gif) repeat-x;}
	
#siteID {
	height:60px;
	border-bottom:#725c4e solid 5px;
}
#siteID img {padding-top:10px;}

	
ul#globalNav {
padding:28px 0 0 0;
}

ul#globalNav li {
list-style:none;
margin:0;
text-indent:-9999px;
float:right;
}

ul#globalNav li a {
	display:block;
	height:32px;
}

ul#globalNav li#m0 a {
	width:60px;
	background:url(../common/m0.gif) no-repeat;
}
ul#globalNav li#m0 a:hover {
	background:url(../common/m0.gif) no-repeat;
	background-position: 0 -32px;
}
ul#globalNav li#m1 a {
	width:117px;
	background:url(../common/m4.gif) no-repeat;
}
ul#globalNav li#m1 a:hover {
	background:url(../common/m4.gif) no-repeat;
	background-position: 0 -32px;
}
ul#globalNav li#m2 a {
	width:117px;
	background:url(../common/m3.gif) no-repeat;
}
ul#globalNav li#m2 a:hover {
	background:url(../common/m3.gif) no-repeat;
	background-position: 0 -32px;
}
ul#globalNav li#m3 a {
	width:117px;
	background:url(../common/m2.gif) no-repeat;
}
ul#globalNav li#m3 a:hover {
	background:url(../common/m2.gif) no-repeat;
	background-position: 0 -32px;
}
ul#globalNav li#m4 a {
	width:117px;
	background:url(../common/m1.gif) no-repeat;
}
ul#globalNav li#m4 a:hover {
	background:url(../common/m1.gif) no-repeat;
	background-position: 0 -32px;
}









