﻿/* ===== 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-color: #fdf9f0;
	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;
}

.page_change {
	page-break-before: always;
}


/* ===== Body Area ===== */

#container {
	width: 750px;
	margin: 0 auto;
	background-image: url(../image/common/page_back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0 10px;
}


/* ===== Header Area ===== */

#header {
	width: 750px;
	text-align: left;
}

#header .space {
	width: 720px;
	margin: 15px 15px 0 15px;
}
#header .space:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#header h1 {
	color: #333;
	font-size: 10px;
}
#header h2 img.img-logo-index {
	padding-top: 10px;
}
#header .space .space-left {
	float: left;
	width: 420px;
	height: 30px;
	margin-top: 5px;
	display: inline;
}
#header .space .space-left-index {
	margin-top: 5px;
	height: 65px;
}
#header .space .space-right {
	float: left;
	width: 300px;
	height: 30px;
	margin-top: 14px;
	display: inline;
	text-align: right;
}
#header .space .space-right-index {
	margin-top: 0;
	height: 75px;
}
#header .space .space-right img.button-contact {
	float: right;
}
#header .space .space-right img.button-contact-index {
	margin-top: 5px;
}
#header img.button-guide {
	float: right;
	margin-right: 10px;
}
#header img.button-guide-index {
	margin-top: 5px;
}


/* ===== Gnavi Area ===== */

#gnavi {
	float: left;
	width: 750px;
	height: 30px;
	margin-top: 15px;
	border-top: #725c4d solid 1px;
}

#gnavi li {
	float: left;
	height: 30px;
}


/* ===== Location Area ===== */

#location {
	width: 720px;
	margin: 0 15px 0 15px;
	border-bottom: #999 dashed 1px;
	text-align: left;
}

#location p {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333;
	font-size: 65%;
	line-height: 150%;
}

#location p span {
	color: #b66f2a;
}

#location p a:link,
#location p a:visited {
	color: #333;
}

#location p a:active,
#location p a:hover {
	color: #333;
	text-decoration: underline;
}

#location p span a:link,
#location p span a:visited {
	color: #b66f2a;
}

#location p span a:active,
#location p span a:hover {
	color: #b66f2a;
	text-decoration: underline;
}


/* ===== Contents Area ===== */

#contents {
	width: 750px;
	height: 100%;
}


/* ===== Back Button Area ===== */

#back-button {
	clear: both;
	width: 750px;
	margin-top: 10px;
	text-align: right;
}

#back-button img.button {
	margin-right: 15px;
}

#back-button img.line {
	margin-right: 15px;
}

#link-top {
	font-size: 0px;
	height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#link1 {
	font-size: 0px;
	height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#link2 {
	font-size: 0px;
	height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}


/* ===== Snavi ===== */

#snavi {
	clear: both;
	width: 720px;
	margin: 10px auto 0 auto;
	text-align: center;
}

#snavi ul {
	list-style-type: none;
	margin-right: 10px;
	text-align: center;
}
#snavi li {
	margin-top: 5px;
	color: #333;
	font-size: 65%;
	display: inline;
}
#snavi li a:link,
#snavi li a:visited {
	color: #333;
}
#snavi li a:active,
#snavi li a:hover {
	color: #333;
	text-decoration: underline;
}



/* ===== Footer Area ===== */

#footer {
	clear: both;
	width: 750px;
	height: 40px;
	margin-top: 20px;
	padding-top: 9px;
	border-top: #cc993f solid 1px;
	text-align: center;
}

#footer p {
	margin-top: 5px;
	color : #333;
	font-size: 75%;
	line-height: 150%;
}


#footer-banner {
	width: 750px;
	height: 13px;
	margin-top: 5px;
	text-align: left;
	padding-bottom: 10px;
}

#footer-banner img.banner {
	float: left;
	margin-left: 10px;
}
