﻿/* ===== 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 {
	margin: 0;
	padding: 0;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	
	background-image: url("../image/back_body.gif");
	background-repeat: repeat-y;
	font-size: 100%;
	line-height: 115%;
	letter-spacing: 1px;
}

.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 */

img {
	border: 0;
}

ul,dl,ol {
	list-style-type: none;
	list-style-position: outside;
}

div#window_space_5 {
	margin: 5px 0 0 0;
}

div#window_space_30a {
	margin: 30px 0 0 0;
}

div#window_space_30b {
	margin: 30px 0 0 0;
}

div#window_space_30c {
	margin: 30px 0 0 0;
}

div#window_space_30_foot {
	margin: 30px 0 0 0;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}


/* Space */

.space10e {
	margin-top: 1.0em;
}
.space3p {
	margin-top: 3px;
}
.space5p {
	margin-top: 5px;
}
.space10p {
	margin-top: 10px;
}
.space15p {
	margin-top: 15px;
}
.space20p {
	margin-top: 20px;
}
.space25p {
	margin-top: 25px;
}
.space30p {
	margin-top: 30px;
}
.space50p {
	margin-top: 50px;
}

.space10p-b {
	margin-bottom: 10px;
}
.space15p-b {
	margin-bottom: 15px;
}


/* ===== Header Area ===== */

#headerArea {
	width: 770px;
	height: 80px;
	background: url(../image/back_header.gif) center top no-repeat;
}

#headerArea .logoArea {
	float: left;
	width: 150px;
	height: 80px;
	text-align: left;
	display: inline;
}

#headerArea .textArea {
	float: left;
	width: 620px;
	height: 80px;
	text-align: right;
	display: inline;
}
#headerArea .textArea p {
	margin-top: 10px;
	margin-right: 10px;
	color: #2e0e0c;
	font-size: 75%;
}
#headerArea .textArea p a:link,
#headerArea .textArea p a:visited {
	color: #2e0e0c;
}
#headerArea .textArea p a:active,
#headerArea .textArea p a:hover {
	color: #2e0e0c;
	text-decoration: underline;
}



/* ===== Gnavi Area ===== */

#gnaviArea {
	width: 770px;
	height: 35px;
}

#gnaviArea li {
	float: left;
	width: 110px;
	height: 35px;
}



/* ===== Location Area ===== */

#locationArea {
	width: 770px;
	height: 27px;
	text-align: left;
	background: url(../image/back_location.gif) center top no-repeat;
}

#locationArea p {
	margin-top: 4px;
	margin-left: 30px;
	color: #2e0e0c;
	font-size: 65%;
}

#locationArea p a:link,
#locationArea p a:visited {
	color: #2e0e0c;
}

#locationArea p a:active,
#locationArea p a:hover {
	color: #2e0e0c;
	text-decoration: underline;
}



/* ===== Footer Area ===== */

#footerArea {
	width: 770px;
	height: 35px;
	background-image: url(../image/back_footer.jpg);
	text-align: left;
}

#footerArea .textArea-left {
	float: left;
	width: 505px;
	margin-top: 8px;
	margin-left: 10px;
	text-align: left;
	display: inline;
}

#footerArea .textArea-right {
	float: left;
	width: 245px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	display: inline;
}
#footerArea .textArea-left p,
#footerArea .textArea-right p {
	color: #fff;
	font-size: 75%;
}
#footerArea .textArea-right p a:link,
#footerArea .textArea-right p a:visited {
	color: #fff;
}
#footerArea .textArea-right p a:active,
#footerArea .textArea-right p a:hover {
	color: #fff;
	text-decoration: underline;
}
