/* CSS Document */

body {
	background:#F8F7EF;
	font-size:12px;
	color:#4d4d4d;
	line-height:1.6;
	background:#F8F7EF url(../img/back.jpg) repeat-y center top;
}

.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;
}

.center {
	text-align:center;
}

/*	wrapper
------------------------------------------------------------ */
#wrapper {
	width:1000px;
	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;
	position:relative;
	zoom:1;
}

#pointBox {
	text-align:center;
	margin:20px 0;
}
#camBox {
	text-align:center;
	margin:20px 0;
}
#camBoxNext {
	text-align:center;
	margin:15px 0 20px;
}
.bnBox {
	text-align:center;
	margin:20px 0;
}


/* ログアウトボタン　20131031追加 */
/*#logout {
    position: absolute;
	left: 870px;
    top: 65px;
}
#logout a {
    display: block;
    height: 20px;
    width: 80px;
	background: url("/image/h_logout.jpg") no-repeat scroll left top;
	text-indent: -9999px;
}*/


/*	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;
}


/* +++++++++++++++++++++++
		Footer
+++++++++++++++++++++++ */
#footer{
	clear:both;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-width:1000px;
}

#footer .inner{
	width:900px;
	margin:0 auto 0;
	padding:40px 0 0 0;
}

#footer #area{
	width:830px;
	background-color: #F8F6F3;
	border: 1px solid #AD9E53;
	padding:20px 0 20px 40px;
	margin:20px auto 0;
}

#footer #area dl{
	width:135px;
	float:left;
}

#footer #area dl dt{
	font-size:13px;
	margin:0 0 5px 0;
}

#footer #area dl dd{
}

#footer #area dl dd a{
	color:#1C452A;
}

#footer #area dl dd a:hover{
	color:#1C452A;
	text-decoration: underline;
}

#pageTop{
	width:870px;
	text-align:right;
	margin:30px 0 15px 0;
}
#pageTop span{
	width:10px;
	margin:0 0 0 -10px;
}

#footer #fNav{
	height:50px;
	width:780px;
	margin:0 auto;
}

#footer #fNav li{
	float:left;
	width:195px;
	text-align:center;
}



#footerBottom{
	color:#ffffff;
	height:50px;
	padding:40px 0 0 0;
}

#footerBottom a{
	color:#ffffff;
}

#footerBottom a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#footerBottom ul{
	float:left;
}

#footerBottom li{
	background-image: url(../img/icon05.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 10px;
	float:left;
	display:inline;
	margin:0 25px 0 0;
}

#footerBottom address{
	float:right;
}
#footerBottom #cInfo {
	float:right;
	margin-top:-1.6em;
}
	#footerBottom #cInfo address {
		float:none;
	}


/* 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 */

.amazon {
	font-family:Verdana;
}
.amazon .jap {
	font-family:"EE EゴシチE", "MS PGothic", sans-serif;
}
.recruitbutton{position:absolute;
right:51px;
top:52px;}