/* CSS Document */

body {
	background:#F8F7EF;
	font-size:12px;
	color:#4d4d4d;
	line-height:1.6;
}

.caution {
	color:#f00;
}

.phBox {
	margin-bottom:15px;
}
.phBox img {
	float:right;
	margin:0 10px 10px 10px;
}

a {
	color:#005225;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*	wrapper
------------------------------------------------------------ */
#wrapper {
	width:1000px;
	background:url(../img/back.jpg) repeat-y;
	margin:0 auto;
}

/*	head
------------------------------------------------------------ */
#head {
	width:900px;
	padding:0 50px 15px;
	position:relative;
	background:url(../img/back.jpg) repeat-y;
	border-top:2px solid #005225;
}

h1 {
	padding-top:7px;
}

#g_navi {
	position:absolute;
	left:196px; top:55px;
}
#g_navi li {
	float:left;
	padding-right:20px;
}

#h_navi {
	position:absolute;
	left:196px; top:8px;
}
#h_navi li {
	float:left;
	padding-right:5px;
}

#sh_navi {
	position:absolute;
	right:40px; top:0px;
}
#sh_navi li {
	background:url(../img/h_navi/hs_navi_b.gif) no-repeat left top;
	float:left;
	padding:3px 10px;
}
#sh_navi li a {
	color:#6B6B6B;
	text-decoration:none;
}
#sh_navi li a:hover {
	color:#005225;
}

#imageBox {
	padding:0 50px;
	margin:0 0 30px;
	background:#EAE8D5;
}

#pointBox {
	text-align:center;
	margin:20px 0;
}
.bnBox {
	text-align:center;
	margin:20px 0;
}

/*	cont
------------------------------------------------------------ */
#cont {
	width:900px;
	margin:0 auto 25px;
}

#contBox {
	width:640px;
	float:right;
}
#contBox h2 {
	margin-bottom:10px;
}
#contBox p {
	margin-bottom:15px;
}

.pageNavi {
	text-align:right;
}
.pageNavi a {
	background:url(../img/pagenavi.jpg) no-repeat left center;
	padding-left:14px;
	color:#4d4d4d;
	text-decoration:none;
}
.pageNavi a:hover {
	text-decoration:underline;
}

#sideBox {
	width:222px;
	float:left;
}

.sBox {
	background:url(../img/sbox_cont.jpg) repeat-y;
}
.sBoxInner {
	padding:5px 30px 20px;
	background:url(../img/sbox_btm.jpg) no-repeat left bottom;
	position:relative;
}
* html .sBoxInner {
	zoom:1;
}

/*	foot
------------------------------------------------------------ */
#foot {
	width:900px;
	padding:0 50px;
	background:url(../img/foot_back.gif) repeat-x;
	height:32px;
	line-height:32px;
	margin-top:25px;
	clear:both;
}
#foot ul {
	float:left;
}
#foot ul li {
	display:inline;
	padding-right:10px;
}
#foot address {
	float:right;
}

/* clearfix
---------------------------------------------------- */
.clearfix:after,
.phBox:after,
#cont:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix,
.phBox,
#cont {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix,
* html .phBox,
* html #cont {
	height: 1%;
}
.clearfix,
.phBox,
#cont {
	display: block;
}
/* End hide from IE-mac */

