﻿/* ===== 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 {
	height: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
}

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;
}

.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 */

a:link,
a:visited {
	color: #4b5b7c;
}

a:active,
a:hover {
	color: #4b5b7c;
	text-decoration: underline;
}


#link-top,
#link1,
#link2,
#link3,
#link4,
#link5 {
	font-size: 0px;
	height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}



/* ===== Body Area ===== */

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}



/* ===== Header Area ===== */

#headerArea {
	width: 800px;
	height: 66px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#headerArea #logoArea {
	float: left;
	width: 240px;
	height: 66px;
	display: inline;
	text-align: left;
}
#headerArea #headerSnaviArea {
	float: left;
	width: 560px;
	height: 66px;
	display: inline;
	text-align: right;
}
#headerArea #headerSnaviArea ul {
	margin-top: 15px;
}
#headerArea #headerSnaviArea ul li {
	float: right;
	padding-left: 12px;
	display: inline;
}



/* ===== Gnavi Area ===== */

#gnaviArea {
	clear: both;
	width: 800px;
	height: 36px;
	margin-bottom: 20px;
}

#gnaviArea li {
	float: left;
}



/* ===== Footer Area ===== */

#footerArea {
	clear: both;
	width: 800px;
	height: 45px;
	background: url(../image/common/footer_back.gif) 0 0 no-repeat;
}
#footerArea #footerArea-space {
	width: 800px;
	margin-top: 5px;
	text-align: left;
}
#footerArea #footerArea-space ul {
	margin-left: 20px;
}
#footerArea #footerArea-space ul li {
	float: left;
	color: #333;
	font-size: 75%;
	line-height: 180%;
}
#footerArea #footerArea-space ul li a:link,
#footerArea #footerArea-space ul li a:visited {
	color: #333;
}
#footerArea #footerArea-space ul li a:active,
#footerArea #footerArea-space ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#footerArea #footerArea-space-under {
	clear: both;
	width: 800px;
	margin-top: 5px;
	text-align: center;
}
#footerArea #footerArea-space-under p {
	color: #333;
	font-size: 75%;
}
