﻿/* ===== 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;
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',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 h1 {
	color: #333;
	font-size: 65%;
}

#header .space .space-left {
	float: left;
	width: 550px;
	height: 41px;
	margin-top: 5px;
}

#header .space .space-right {
	float: left;
	width: 170px;
	height: 30px;
	margin-top: 16px;
}

#header .space .space-right img.button-contact {
	float: right;
}

#header img.button-guide {
	float: right;
	margin-right: 5px;
}

#header img.button-home {
	float: right;
}


/* ===== 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;
	height: 30px;
	margin: 15px 15px 0 15px;
	text-align: left;
	background-image: url(../image/common/back_location.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#location p {
	padding-top: 7px;
	padding-left: 10px;
	color: #333;
	font-size: 65%;
	line-height: 150%;
}

#location p a:link,
#location p a:visited {
	color: #b66f2a;
}

#location p a:active,
#location p a:hover {
	color: #b66f2a;
	text-decoration: underline;
}


/* ===== Contents Area ===== */

#contents {
	width: 750px;
	height: 100%;
}


/* ===== Contents Area ===== */

#contents #side-space {
	margin: 15px auto 0 auto;
	width: 720px;
	height: 100%;
}


/* ===== Contents Area ===== */

#left-box {
	float: left;
	width: 220px;
	margin-right: 15px;
}

#right-box {
	float: left;
	width: 485px;
}


/* ===== Left Box Area ===== */

#left-menu {
	width: 220px;
	text-align: left;
	background-image: url(../image/common/left_menu_back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

#left-menu .back {
	width: 220px;
	text-align: left;
	padding-bottom: 0px;
	background-image: url(../image/common/left_menu_back_bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#left-menu .space {
	margin: 10px 10px 0 10px;
	width: 200px;
	text-align: left;
}

#left-menu img.menu {
	margin-bottom: 10px;
}

#left-menu img.menu-last {
	margin-bottom: 20px;
}

img.banner-office {
	margin-top: 15px;
}


/* ===== 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%;
}
