﻿/* ===== 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:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 0;
}
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 */

#link-top{
	font-size: 0px;
	height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}


a.btn_square{
	display: inline-block;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:5px solid #ccc;
	padding:3px 5px 3px 38px;
	color: #597177;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 9px 0.3em;
	font-weight:bold;
}

a.btn_square:link,
a.btn_square:visited {
	color:#597177;
}

a.btn_square:hover,
a.btn_square:active {
	color : #597177;
	border-left:5px solid #FA7E9D;
	text-decoration:none;
}

.pdf{	background-image: url(../image/common/top_pdf.gif);}


/* ===== Body Area ===== */

#container {
	width: 900px;
	margin: 0 auto;
}
* html #container #headerArea,
* html #container #gnaviArea,
* html #container #outline,
* html #container #footerArea {
	position: relative;
}



/* ===== Header Area ===== */

#headerArea {
	width: 900px;
	height: 62px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: #597177 dashed 1px;
}
#headerArea #headerArea-space {
	width: 900px;
	height: 62px;
	text-align: left;
}
#headerArea #headerArea-space:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#headerArea #logoArea {
	float: left;
	width: 400px;
	display: inline;
}
#headerArea #subNaviArea {
	float: left;
	width: 500px;
	display: inline;
	text-align: right;
}
#headerArea #subNaviArea ul {
	list-style-type: none;
}
#headerArea #subNaviArea ul li {
	float: right;
	margin-left: 30px;
}



/* ===== Gnavi Area ===== */

#gnaviArea {
	width: 900px;
	height: 30px;
	margin-top: 3px;
}
#gnaviArea #gnaviArea-space {
	width: 900px;
	height: 30px;
	text-align: left;
}
#gnaviArea #gnaviArea-space:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#gnaviArea #gnaviArea-space ul {
	width: 897px;
	height: 30px;
	margin-left: 3px;
}
#gnaviArea #gnaviArea-space ul li {
	float: left;
	height: 25px;
	padding-top:2px;
	margin-right: 50px;
}
#gnaviArea #gnaviArea-space ul li.li-last {
	margin-right: 0;
}



/* ===== Location Area ===== */

#locationArea {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#locationArea #locationArea-space {
	width: 880px;
	margin: 0px auto;
	padding-bottom: 2px;
	border-bottom: #999 dashed 1px;
	text-align: left;
}
#locationArea p {
	color: #212121;
	font-size: 75%;
}
#locationArea p a:link,
#locationArea p a:visited {
	color: #212121;
	text-decoration: underline;
}
#locationArea p a:active,
#locationArea p a:hover {
	color: #212121;
	text-decoration: underline;
}


/* ===== Outline Area ===== */

#outline {
	width: 900px;
	margin-bottom: 10px;
}
#outline:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}


/* ===== Main Wide Area ===== */

#mainWideArea {
	width: 880px;
	margin: 0px auto;
	text-align: left;
}
#mainArea {
	float: left;
	width: 660px;
	margin: 0 20px 0 10px;
	display: inline;
	text-align: left;
}
#subArea {
	float: left;
	width: 200px;
	margin-right: 10px;
	display: inline;
	text-align: left;
}


/* ===== Footer menu Area ===== */

#footerMenuArea {
	width: 900px;
	margin-top: 20px;
	padding-bottom: 10px;
	clear:both;
}
#footerMenuArea #footerMenuArea-space {
	width: 900px;
	text-align: left;
}
#footerMenuArea #footerMenuArea-space:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#footerMenuArea ul {
	width: 900px;
	height: 125px;
	margin-top: 5px;
}
#footerMenuArea ul li {
	float: left;
	height: 125px;
	margin-right: 0px;
}
#footerMenuArea ul li.li-last {
	margin-right: 0;
}




/* ===== Footer Area ===== */

#footerArea {
	clear:both;
	margin-top: 20px;
	background-color:#ff6796;
	height:60px;
	min-width:900px;
}
#footerArea #footerArea-space {
	width: 900px;
	margin:0 auto;
}
#footerArea #footerArea-space:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#footerArea #copyrightArea {
	float: left;
	width: 500px;
	display: inline;
	text-align: left;
}
#footerArea #footerTextArea {
	padding-top: 15px;
	width: 900px;
	text-align: right;
}
#footerArea p {
	color: #FFF;
	font-size: 75%;
	line-height: 150%;
}

