@charset "utf-8";


/* BODY Layout ---------------------------------------*/


#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header */
#header {
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 180px;
	text-align:left;
	background:url(/images/guides/icons/bg_head.png) no-repeat;
}

h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 55px;
	background:url(/images/guides/icons/hx.png) 0px 0px;
}
h1 a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 55px;
}
h1 span {
	display: none;
}



/* Contents */
#content {
	margin: 0px;
	padding: 0px;
	width: 950px;
	background:#367bc1 url(/images/guides/icons/bg_body.png) repeat-x 0px -180px;
}



/* Navigation */
#navi {
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 50px;
}

ul.navibtn {
	margin: 0px;
	padding: 0px;
}

.navi_about {
	background: url(/images/guides/icons/navi.png) no-repeat 0px 0px;
	width: 317px;
	height: 50px;
	float:left;
}
.navi_about a:hover {
	background: url(/images/guides/icons/navi.png) no-repeat 0px -50px;
}
.navi_about a {
	display: block;
	width: 317px;
	height: 50px;
	text-indent: -9999px;
}
.navi_start {
	background: url(/images/guides/icons/navi.png) no-repeat -317px 0px;
	width: 316px;
	height: 50px;
	float:left;
}
.navi_start a:hover {
	background: url(/images/guides/icons/navi.png) no-repeat -317px -50px;
}
.navi_start a {
	display: block;
	width: 316px;
	height: 50px;
	text-indent: -9999px;
}
.navi_report {
	background: url(/images/guides/icons/navi.png) no-repeat -633px 0px;
	width: 317px;
	height: 50px;
	float:left;
}
.navi_report a:hover {
	background: url(/images/guides/icons/navi.png) no-repeat -633px -50px;
}
.navi_report a {
	display: block;
	width: 317px;
	height: 50px;
	text-indent: -9999px;
}
.navi_abouton {
	background: url(/images/guides/icons/navi.png) no-repeat 0px -50px;
	width: 317px;
	height: 50px;
	float:left;
}
.navi_abouton a {
	display: block;
	width: 317px;
	height: 50px;
	text-indent: -9999px;
}
.navi_starton {
	background: url(/images/guides/icons/navi.png) no-repeat -317px -50px;
	width: 316px;
	height: 50px;
	float:left;
}
.navi_starton a {
	display: block;
	width: 316px;
	height: 50px;
	text-indent: -9999px;
}
.navi_reporton {
	background: url(/images/guides/icons/navi.png) no-repeat -633px -50px;
	width: 317px;
	height: 50px;
	float:left;
}
.navi_reporton a {
	display: block;
	width: 317px;
	height: 50px;
	text-indent: -9999px;
}


/* footer */
#footer{
	font-size:85%;
	clear:both;
}
#footer .nav{
	padding:7px 10px;
	background:#eeeeee;
	border-top:1px solid #d7d7d7;
	text-align:center;
	margin: 0px;
}
#footer .nav li{
	display:inline-block;
	margin:0 4px;
}
#footer #copyright{
	background:#012050;
	text-align:center;
	color:#ffffff;
}
#footer #copyright p{
	width:950px;
	margin:0 auto;
	padding:5px 0;
}

