@charset "utf-8";

/* ===== 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-color: #fffFFF;
	background-image:none;
}

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% }
.clearfix { 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:none;
}
* 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: right;
	width: 705px;
	display: inline;
}
#mainWideArea {
	width: 900px;
}


/* ===== メインメニュー ===== */

#gnaviArea {
	width: 195px;
}



/* ===== トップへもどるボタン ===== */

.backButtonArea {
	display:none;
}




/* ===== フッター ===== */

#footerArea {
	display:none;
}



