﻿/* ===== Universal Reset ===== */

*{
	margin: 0;
	padding: 0;
}


/* ===== Basic Style ===== */

h1, h2, h3, h4, h5, h6, p, address, a {
	font-size: 100%;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}

body {
	/*background-image: url(../image/common/body_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	background-color: #fffef8;
	text-align: center;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
	height: 100%;
}

img, a img {
	border: 0;
	vertical-align: bottom;
}

ul,dl,ol{
	list-style-type: none;
	list-style-position: outside;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}


/* ===== Body Area ===== */

#page-wrapper {
	width: 840px;
	margin: 0 auto;
	background-image: url(../image/common/page_wrapper_back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

#container {
	width: 800px;
	margin: 0 auto;
/*	background-image: url(../image/common/page_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;*/
	padding: 0 20px;
}


/* ===== Header Area ===== */

#header {
	width: 800px;
	height: 64px;
	margin: 0 auto;
	text-align: left;
	border-bottom: #ffce0c solid 4px;
}

#header h1 {
	float: left;
	margin: 14px 0 0 10px;
}

#header h2 {
	margin-top: 0px;
	margin-left: 10px;
	display:block;
	float:left;
	color: #277700;
	font-size: 65%;
	line-height: 32px;
}
#header .head-s-navi {
	float: right;
	list-style-type: none;
	height: 68px;
	margin-right: 10px;
}
#header .head-s-navi li {
	float: left;
	margin-top: 15px;
	padding: 0 12px;
	background: url(../image/common/cursol_list2.jpg) 0 0.3em no-repeat;
	color: #444;
	font-size: 65%;
}
#header .head-s-navi li.first {
	padding: 0 0 0 12px;
}
#header .head-s-navi li a:link,
#header .head-s-navi li a:visited {
	color: #444;
}
#header .head-s-navi li a:active,
#header .head-s-navi li a:hover {
	color: #444;
	text-decoration: underline;
}


/* ===== Gnavi Area ===== */

#gnavi {
	float: left;
	width: 800px;
	height: 35px;
}

#gnavi li {
	float: left;
	height: 35px;
}


/* ===== Location Area ===== */

#location {
	float: left;
	width: 800px;
	height: 20px;
	background-color:#f7f7f7;
	border-bottom: #cccccc solid 1px;
	text-align: left;
}

#location p {
	margin-top: 2px;
	margin-left: 10px;
	color: #444;
	font-size: 65%;
	line-height: 150%;
}

#location p a:link,
#location p a:visited {
	color: #444;
}

#location p a:active,
#location p a:hover {
	color: #444;
	text-decoration: underline;
}


/* ===== Contents Area ===== */

#contents {
	width: 800px;
	height: 100%;
}


/* ===== Back Button Area ===== */

#back-button {
	width: 800px;
	height: 10px;
	margin-top: 10px;
	text-align: right;
}

#back-button img {
	float: right;
	margin-right: 20px;
}

#link-top {
	font-size: 0px;
	height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}


/* ===== Footer Area ===== */

#footer {
	width: 800px;
	height: 40px;
	margin-top: 30px;
	padding-top: 9px;
	border-top: #cccccc solid 1px;
	text-align: center;
}

#footer p {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	color : #555;
	font-size: 75%;
	line-height: 150%;
}

#footer .head-s-navi {
	float: right;
	list-style-type: none;
	height: 40px;
	margin-right: 10px;
}
#footer .head-s-navi li {
	float: left;
	margin-top: 5px;
	padding: 0 12px;
	background: url(../image/common/cursol_list.jpg) 0 0.3em no-repeat;
	color: #444;
	font-size: 65%;
}
#footer .head-s-navi li.first {
	padding: 0 0 0 12px;
}
#footer .head-s-navi li a:link,
#footer .head-s-navi li a:visited {
	color: #444;
}
#footer .head-s-navi li a:active,
#footer .head-s-navi li a:hover {
	color: #444;
	text-decoration: underline;
}

#footer-banner {
	width: 800px;
	height: 13px;
	margin-top: 5px;
	text-align: left;
	padding-bottom: 10px;
}

#footer-banner img.banner {
	float: left;
	margin-left: 10px;
}

