@charset "Shift_JIS";

/* ------------------------------------------------------------
  BASE LAYOUT CSS
  最終更新日 : 2011-12-28
------------------------------------------------------------ */


/* Base Style
------------------------------------------------------------ */

body {
	font-family: "MS PGothic",' "MS Gothic"',' "Osaka"',' "Hiragino Kaku Gothic Pro"',' "sans-serif"';
	background-color: #e2e2e2;
	color: #333333;
}

a:link		{ color: #3f63c3; text-decoration: underline; }
a:visited	{ color: #3f63c3; text-decoration: underline; }
a:hover		{ color: #3f63c3; text-decoration: none; }

.sup { font-size: 8px; line-height: 8px; vertical-align: super; padding-right: 3px; }
.sub { font-size: 8px; line-height: 8px; vertical-align: sub; padding-right: 3px; }


/* Top Area Style
------------------------------------------------------------ */

#topArea {
	width: 100%;
	height: 80px;
	background: url(../images/top_area_bg.gif) repeat-x bottom left;
}

#topArea #headerArea {
	width: 900px;
	height: 80px;
	margin: auto;
	position: relative;
}

#topArea #headerArea .logo { position: absolute; top: 20px; left: 0;}

#topArea #headerArea .globalNavi {
	position: absolute; bottom: 0; right: 0;
	height: 70px;
}
#topArea #headerArea .globalNavi li { float: left; }
#topArea #headerArea .globalNavi img { vertical-align: top; }


/* Middle Area Style
------------------------------------------------------------ */

#middleArea {
	clear: both;
	width: 100%;
	background: url(../images/middle_area_bg.gif) repeat-x;
	background-color: #ffffff;
}

#middleArea #mainAreaTop {
	width: 920px;
	margin: auto;
	padding-bottom: 50px;
}
#middleArea #mainArea {
	width: 920px;
	margin: auto;
	background: url(../images/main_area_bg.gif) no-repeat;
	padding-bottom: 50px;
}

#middleArea #contentsAreaTop
	{ float: left; width:
	610px;
	padding-top: 50px;
	padding-left: 10px;
}
#middleArea #contentsArea {
	float: left;
	width: 590px;
	padding-top: 30px;
	padding-left: 30px;
}

#middleArea #localAreaTop {
	float: right;
	width: 250px;
	padding-top: 50px;
	padding-right: 10px;
}
#middleArea #localArea {
	float: right;
	width: 250px;
	padding-top: 30px;
	padding-right: 18px;
}

.localNavi {
	width: 250px;
	background-color: #e9e9e9;
	margin-bottom: 30px;
}

.localNavi li { border-bottom: solid 1px #ffffff; }
.localNavi li li { border-bottom: none; }

.localNavi li a {
	font-size: 75%;
	line-height: 150%;
	font-weight: bold;
	display: block;
	padding: 4px 10px 3px 10px;
}
.localNavi li li a {
	font-size: 70%;
	line-height: 130%;
	font-weight: normal;
	display: block;
	margin-left: 10px;
}

.localNavi li a:link		{ color: #333333; text-decoration: none; }
.localNavi li a:visited		{ color: #333333; text-decoration: none; }
.localNavi li a:hover		{ color: #333333; text-decoration: underline; }
.localNavi li a:active		{ color: #333333; text-decoration: underline; }


.localInquiry {
	width: 250px;
	background: url(../images/local_inquiry_02.gif) repeat-y;
	font-size: 70%;
	line-height: 130%;
}
.localInquiry p { padding-right: 20px; padding-left: 20px; }


/* Link Area Style
------------------------------------------------------------ */

#LinkArea {
	clear: both;
	width: 100%;
	background: url(../images/bottom_link_bg.gif) repeat-x left top #ffffff;
	font-size: 70%;
	line-height: 130%;
}

#LinkArea .inner {
	width: 900px;
	height: 42px;
	border-top: solid 1px #dcdcdc ;
	margin: auto;
	position: relative;
}

#LinkArea .link {
	position: absolute; top: 15px; left: 0;
}

#LinkArea .link a {
	float: left;
	background: url(../images/link_arrow.gif) no-repeat left center;
	margin-right: 15px;
	padding-left: 19px;
}

#LinkArea .link a:link		{ color: #333333; text-decoration: none; }
#LinkArea .link a:visited	{ color: #333333; text-decoration: none; }
#LinkArea .link a:hover		{ color: #333333; text-decoration: underline; }
#LinkArea .link a:active	{ color: #333333; text-decoration: underline; }

#LinkArea .pageTop {
	width: 100px;
	position: absolute; bottom: 0; right: 0;
	background-color: #e2e2e2;
	text-align: center;
	padding: 4px 0 3px 0;
}

#LinkArea .pageTop a {
	background: url(../images/pagetop_arrow.gif) no-repeat left center;
	padding-left: 10px;
}

#LinkArea .pageTop a:link		{ color: #333333; text-decoration: none; }
#LinkArea .pageTop a:visited	{ color: #333333; text-decoration: none; }
#LinkArea .pageTop a:hover		{ color: #333333; text-decoration: underline; }
#LinkArea .pageTop a:active		{ color: #333333; text-decoration: underline; }


/* Bottom Area Style
------------------------------------------------------------ */

#bottomArea {
	width: 100%;
}

#bottomArea #footerArea {
	clear: both;
	width: 900px;
	margin: auto;
}

#bottomArea #footerArea p {
	float: left;
	font-size: 75%;
	line-height: 150%;
}

#bottomArea address {
	float: right;
	font-size: 60%;
	line-height: 130%;
	font-family: "verdana",' "arial"';
}


