﻿/* ===== 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%;
	text-align: center;
	font-size: 100%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 0;
	background: url(../image/common/page_back.gif) left top repeat-x;
	background-color: #f5ffe0;
}

img, a img {
	border: 0;
	vertical-align: bottom;
}

ul,dl,ol{
	list-style-type: none;
	list-style-position: outside;
}

.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: #ff6600;
}
a:active,a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#link-top {
	font-size: 0px;
	height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}



/* ===== Body Area ===== */

#page-wrapper {
	width: 920px;
	margin: 0 auto;
	background-image: url(../image/common/body_back.png);
	background-position: left top;
	background-repeat: repeat-y;
}
* html #container {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/common/body_back.png',sizingMethod='scale');

}
#container {
	width: 900px;
	padding: 0 10px;
	text-align: left;
}
* html #container #headerArea,
* html #container #gnaviArea,
* html #container #contents,
* html #container #footerArea {
	position: relative;
}



/* ===== ヘッダー ===== */

#headerArea {
	width: 900px;
}
#headerArea #headerArea-space {
	width: 880px;
	height: 50px;
	margin: 0 10px 0 10px;
	padding: 10px 0 10px 0;
}
#headerArea #headerArea-space:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#headerArea #logoArea {
	float: left;
	width: 390px;
	height: 50px;
	display: inline;
}

#headerArea #headerNaviArea {
	float: left;
	width: 490px;
	height: 50px;
	display: inline;
	text-align: right;
}
#headerArea #headerNaviArea ul {
	list-style-type: none;
}
#headerArea #headerNaviArea ul li {
	float: right;
	margin-left: 20px;
	color: #444;
	font-size: 75%;
}
#headerArea #headerNaviArea ul li.li-goggle {
	background: url(../image/common/list_mark_goggle.gif) 0 0 no-repeat;
	padding-left: 22px;
}
#headerArea #headerNaviArea ul li.li-fin {
	background: url(../image/common/list_mark_fin.gif) 0 0 no-repeat;
	padding-left: 20px;
}
#headerArea #headerNaviArea ul li.li-phone {
	background: url(../image/common/list_mark_phone.gif) 0 0 no-repeat;
	padding-left: 22px;
}
#headerArea #headerNaviArea ul li a:link,
#headerArea #headerNaviArea ul li a:visited {
	color: #444;
}
#headerArea #headerNaviArea ul li a:active,
#headerArea #headerNaviArea ul li a:hover {
	color: #444;
	text-decoration: underline;
}



/* ===== ロケーション ===== */

#locationArea {
	width: 880px;
	margin: 0 10px 10px 10px;
	padding: 0 0 2px 0;
	border-bottom: #ccc dashed 1px;
	text-align: left;
}
#locationArea p {
	color: #444;
	font-size: 65%;
}



/* ===== メインコンテンツ ===== */

#contents {
	width: 900px;
	text-align: left;
}
#contents:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#subArea {
	float: left;
	width: 195px;
	display: inline;
}
#mainArea {
	float: left;
	width: 705px;
	display: inline;
}
#mainWideArea {
	width: 900px;
}


/* ===== メインメニュー ===== */

#gnaviArea {
	width: 195px;
}



/* ===== トップへもどるボタン ===== */

.backButtonArea {
	width: 660px;
	margin-top: 15px;
	padding-top: 5px;
	border-top: #ccc dashed 1px;
	text-align: center;
}


/* ===== フッター ===== */

#footerArea {
	width: 900px;
	height: 152px;
	background: url(../image/common/footer_back.gif) left top no-repeat;
}
#footerArea #footerArea-space {
	width: 880px;
	height: 65px;
	padding: 87px 10px 0 10px;
	text-align: left;
}
#footerArea #footerArea-space:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#footerArea .informationArea {
	float: left;
	width: 580px;
	height: 65px;
	display: inline;
}
* html #footerArea .informationArea {
	float: left;
	width: 570px;
	height: 65px;
	display: inline;
}
#footerArea .copyrightArea {
	float: left;
	width: 300px;
	height: 65px;
	display: inline;
	text-align: right;
}

#footerArea p {
	color: #fff;
	font-size: 75%;
	line-height: 150%;
}
#footerArea .copyrightArea img {
	margin-top: 10px;
}