﻿/* ===== 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: #d0d0d8;
	text-align: center;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
}

img, a img {
	border:0;
}

ul,dl,ol{
	list-style-type:none;
	list-style-position:outside;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clerfix { display: block; }
/* End hide from IE-mac */

.book-line {
	margin-left: 10px;
}



/* ===== Body Area ===== */

#page_wrapper {
	margin: 0 auto;
	width: 890px;
	background-image: url(../image/common/page_wrapper_back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
#page_wrapper #container {
	width: 870px;
	padding: 0 10px 0 10px;
}



/* ===== Header Area ===== */

#headerArea {
	width: 870px;
	height: 81px;
	margin: 0 auto;
	background-image: url(../image/common/header_back.jpg);
}
#headerArea .space_l {
	float: left;
	width: 220px;
	height: 81px;
	display: inline;
}
#headerArea .space_r {
	float: left;
	width: 650px;
	height: 81px;
	display: inline;
}
#headerArea .space_r .space_u {
	width: 650px;
	height: 34px;
	margin-top: 10px;
}
#headerArea .space_r .space_u .snavi_head {
	width: 650px;
	height: 34px;
	text-align: right;
}

#headerArea .space_r .space_u .snavi_head ul {
	margin-right: 10px;
	float: right;
}

#headerArea .space_r .space_u .snavi_head ul li {
	float: left;
	color: #524c3e;
	font-size: 75%;
	display: inline;
}

#headerArea .space_r .space_u .snavi_head ul li a:link,
#headerArea .space_r .space_u .snavi_head ul li a:visited {
	color: #524c3e;
}

#headerArea .space_r .space_u .snavi_head ul li a:hover,
#headerArea .space_r .space_u .snavi_head ul li a:active {
	color: #524c3e;
	text-decoration: underline;
}
#headerArea .space_r .space_b {
	width: 650px;
	height: 37px;
	text-align: left;
}



/* ===== gnavi Area ===== */

#headerArea .space_r .space_b #gnaviArea {
	width: 650px;
	height: 37px;
}
#headerArea .space_r .space_b #gnaviArea {
	width: 650px;
	height: 37px;
}
#headerArea .space_r .space_b #gnaviArea li {
	float: left;
	height: 37px;
}



/* ===== Location Area ===== */

#location {
	width: 870px;
	height: 20px;
	background-image: url(../image/common/location_back.jpg);
}

#location .txt {
	margin-left: 20px;
	color: #fff;
	font-size: 75%;
}

#location .txt a:link,
#location .txt a:visited,
#location .txt a:active {
	color:#fff;
	text-decoration: none;
}
#location .txt a:hover {
	color:#ff0063;
	text-decoration: none;
}


/* ===== Footer Area ===== */

#footerArea {
	width: 870px;
	margin-bottom: 10px;
	border-top: #333333 solid 2px;
	background-image: url(../image/common/footer_back.jpg);
	text-align: center;
}

#footerArea .snavi ul {
	margin-top: 10px;
}
#footerArea .snavi ul li {
	color : #524c3e;
	font-size: 75%;
	display: inline;
}
#footerArea .snavi ul li a:link,
#footerArea .snavi ul li a:visited {
	color : #524c3e;
}
#footerArea .snavi ul li a:hover,
#footerArea .snavi ul li a:active {
	color : #524c3e;
	text-decoration: underline;
}
#footerArea img {
	margin-top: 10px;
}