@charset "utf-8";
/* CSS Document */

/* body
-------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #666;
}

body {
	background: url(../../shared/image/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: #999999;
	text-align: left;
	text-indent: 1.5em;
	padding-top: 5px;
	height: 23px;
	background: url(../../shared/image/seo-bg.gif) repeat-x;
}

#siteID {
	height: 60px;
	border-bottom: #725c4e solid 5px;
}

#siteID img {
	padding-top: 5px;
}

ul#globalNav {
	padding: 32px 0 0 0;
	background:url(../image/headerimage.png) right no-repeat;
}

ul#globalNav li {
	list-style: none;
	margin: 0;
	text-indent: -9999px;
	float: right;
}

ul#globalNav li a {
	display: block;
	height: 28px;
}

ul#globalNav li#m0 a {
	width: 88px;
	background: url(../../shared/image/m0.png) no-repeat;
}

ul#globalNav li#m0 a:hover {
	background: url(../../shared/image/m0.png) no-repeat;
	background-position: 0 -28px;
}

ul#globalNav li#m1 a {
	width: 88px;
	background: url(../../shared/image/m1.png) no-repeat;
}

ul#globalNav li#m1 a:hover {
	background: url(../../shared/image/m1.png) no-repeat;
	background-position: 0 -28px;
}

ul#globalNav li#m2 a {
	width: 88px;
	background: url(../../shared/image/m2.png) no-repeat;
}

ul#globalNav li#m2 a:hover {
	background: url(../../shared/image/m2.png) no-repeat;
	background-position: 0 -28px;
}

ul#globalNav li#m3 a {
	width: 88px;
	background: url(../../shared/image/m3.png) no-repeat;
}

ul#globalNav li#m3 a:hover {
	background: url(../../shared/image/m3.png) no-repeat;
	background-position: 0 -28px;
}

ul#globalNav li#m4 a {
	width: 88px;
	background: url(../../shared/image/m4.png) no-repeat;
}

ul#globalNav li#m4 a:hover {
	background: url(../../shared/image/m4.png) no-repeat;
	background-position: 0 -28px;
}

ul#globalNav li#m5 a {
	width: 88px;
	background: url(../../shared/image/m5.png) no-repeat;
}

ul#globalNav li#m5 a:hover {
	background: url(../../shared/image/m5.png) no-repeat;
	background-position: 0 -28px;
}

#copyright {
	clear: both;
	margin: 15px 0;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	border-top: #ccc soli
	d 1px;
}

#copyright a {
	color: #000;
	text-decoration: none;
}


div#maincol .feature-box {
	margin: 15px 0px 15px 0;
	padding: 10px;
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
	border: 1px solid #ccc;
}

div#maincol .feature-box div.entry-header {
	margin: 5px 0;
	padding: 5px 0px 5px 25px;
	font-weight: bold;
	font-size: 16px;
	line-height: 160%;
	color: #410000;
	background: url(../image/checkmark.gif) no-repeat 0px 3px;
}

div#maincol .feature-box div.entry-header span {
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	color: #333;
}

#maincol .pic-right {
	float: right;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #B9B9B9;
}

#maincol .pic-left {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #B9B9B9;
}
