@charset "Shift_JIS";

/* ------------------------------------------------------------
  BASE LAYOUT CSS
  最終更新日 : 2011-08-12
------------------------------------------------------------ */


/* Base Style
------------------------------------------------------------ */

body {
	font-family: "MS PGothic",' "MS Gothic"',' "Osaka"',' "Hiragino Kaku Gothic Pro"',' "sans-serif"';
	color: #333333;
	background-color: #a8001c;
}

body.systemFile {
	font-family: "MS PGothic",' "MS Gothic"',' "Osaka"',' "Hiragino Kaku Gothic Pro"',' "sans-serif"';
	color: #333333;
	background-color: #f3f3f3;
}

a:link    { color: #c61423; text-decoration: none; }
a:visited { color: #c61423; text-decoration: none; }
a:hover   { color: #000000; text-decoration: underline; }
a:active  { color: #000000; text-decoration: underline; }

.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: 114px;
	background: url(../images/top_area_bg.gif) repeat-x center top;
}

#topArea #headerArea {
	width: 870px;
	height: 79px;
	margin: auto;
}

#topArea #headerArea .position {
	position: relative;
}

#topArea #headerSubWin {
	width: 570px;
	height: 79px;
	margin: auto;
}

#topArea #headerArea .position .logo { position: absolute; top: 0; left: 0;}

#topArea #headerArea .position .serch {
	width: 275px;
	height: 32px;
	background: url(../images/serch_bg.gif) no-repeat left top;
	position: absolute; top: 3px; right: 0;
}

#topArea #headerArea .position .link {
	position: absolute; top: 50px; right: 0;
}

#topArea #headerArea .position .link .arrow { float: left; margin-top: 4px; }

#topArea #headerArea .position .link .arrow a {
	font-size: 70%;
	line-height: 130%;
	background: url(../images/link_arrow.gif) no-repeat left center;
	color: #333333;
	padding-left: 10px;
	margin-right: 15px;
	zoom: 1;
}

#topArea #headerArea .position .link .btn {
	float: left;
	width: 115px;
	height: 20px;
	background: url(../images/header_link_bg.gif) no-repeat left center;
	text-align: center;
}

#topArea #headerArea .position .link .btn a {
	height: 16px;
	font-size: 70%;
	line-height: 130%;
	text-align: center;
	color: #ffffff;
	display: block;
	padding-top: 4px;
}

#topArea #globalArea {
	clear: both;
	width: 900px;
	height: 35px;
	background: url(../images/global_bg.gif) no-repeat left center;
	margin: auto;
}

#topArea #globalSubWin {
	clear: both;
	width: 600px;
	height: 35px;
	background: url(../images/global_bg_sub.gif) no-repeat left center;
	margin: auto;
}

#topArea #globalArea .navi {
	margin-left: 14px;
}

#topArea #globalArea .navi li {
	float: left;
	width: 116px;
	height: 21px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-top: 5px;
}

#topArea #globalArea .navi li a {
	height: 22px;
	color: #ffffff;
	display: block;
	padding-top: 1px;
}

#topArea #globalArea .navi li a:link {
	color: #ffffff;
	text-decoration: none;
}
#topArea #globalArea .navi li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#topArea #globalArea .navi li a:hover   {
	color: #b11108;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/global_btn.gif) no-repeat right top;
}

#topArea #globalArea .navi a:active  {
	color: #b11108;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/global_btn.gif) no-repeat right top;
}

#topArea #globalArea .navi li.over a {
	height: 21px;
	color: #b11108;
	font-weight: bold;
	background: url(../images/global_btn.gif) no-repeat right top;
	display: block;
	padding-top: 3px;
}


/* Middle Area Style
------------------------------------------------------------ */

#middleArea {
	clear: both;
	width: 100%;
	background: url(../images/middle_area_bg.gif) repeat-x center top;
	background-color: #ffffff;
}

#middleArea #mainArea {
	width: 900px;
	background: url(../images/main_area_bg.gif) repeat-y center top;
	margin: auto;
	background-color: #ffffff;
}

#middleArea #mainSubWin {
	width: 560px;
	background: url(../images/main_area_bg_sub.gif) repeat-y center top;
	margin: auto;
	background-color: #ffffff;
	padding: 0 20px;
}

#middleArea #contentsArea {
	float: left;
	width: 590px;
	padding-left: 30px;
}

#middleArea #localArea {
	float: right;
	width: 210px;
	padding-right: 30px;
}

#middleArea #localArea .navi {
	background: url(../images/local_bg_02.gif) repeat-y left top;
	font-size: 75%;
	line-height: 130%;
	margin-bottom: 20px;
}

#middleArea #localArea .navi .localTitle a {
	width: 184px;
	background: url(../images/local_title.gif) no-repeat left top;
	background-color: #8d8d8d;
	color: #ffffff;
	font-weight: bold;
	margin-left:5px;
	display: block;
	padding: 4px 8px;
}

#middleArea #localArea .navi .link {
	padding: 10px 10px 0 10px;
}

#middleArea #localArea .navi .link a {
	display: block;
}

#middleArea #localArea .navi .link dt { clear: both; float: left; font-size: 150%; padding: 5px 0 0 12px; }
#middleArea #localArea .navi .link dd { padding-left: 12px; padding-top: 5px; }
#middleArea #localArea .navi .link dd.systemMethod a { margin-left: 12px; color: #666666; }

#middleArea #localArea .navi .line {
	background: url(../images/dot_line.gif) repeat-x left center;
	zoom: 1;
}

#middleArea #localArea .banner .left { float: left; }

#middleArea #bottomLinkArea {
	clear: both;
	width: 840px;
	border-top: solid 1px #cccccc;
	font-size: 70%;
	line-height: 130%;
	margin: auto;
	padding-top: 10px;
}

#middleArea #bottomLinkArea .link a {
	float: left;
	background: url(../images/link_arrow.gif) no-repeat left center;
	padding-left: 10px;
	margin-right: 15px;
	color: #333333;
}

#middleArea #bottomLinkArea .pageTop a {
	float: right;
	background: url(../images/page_top_arrow.gif) no-repeat left center;
	color: #333333;
	padding-left: 10px;
}

#middleArea #bottomLinkSubWin {
	clear: both;
	width: 560px;
	border-top: solid 1px #cccccc;
	font-size: 70%;
	line-height: 130%;
	margin: auto;
	padding-top: 10px;
}

#middleArea #bottomLinkSubWin .pageTop a {
	float: right;
	background: url(../images/page_top_arrow.gif) no-repeat left center;
	color: #333333;
	padding-left: 10px;
}


/* Bottom Area Style
------------------------------------------------------------ */

#bottomArea {
	width: 100%;
	background-color: #a8001c;
}

#bottomArea #footerArea {
	clear: both;
	width: 900px;
	background: url(../images/footer_bg.gif) no-repeat left top;
	margin: auto;
	padding: 25px 0 30px 0;
}

#bottomArea #footerSubWin {
	clear: both;
	width: 600px;
	background: url(../images/footer_bg_sub.gif) no-repeat left top;
	margin: auto;
	padding: 25px 0 30px 0;
}

#bottomArea .homeLink a {
	clear: both;
	float: right;
	background: url(../images/home_link_arrow.gif) no-repeat left center;
	font-size: 70%;
	line-height: 130%;
	color: #ffffff;
	padding-left: 10px;
	margin-right: 5px;
}
#bottomArea .homeLink a:link { color: #ffffff; text-decoration: none; }
#bottomArea .homeLink a:visited { color: #ffffff; text-decoration: none; }
#bottomArea .homeLink a:hover { color: #000000; text-decoration: underline; }
#bottomArea .homeLink a:active  { color: #000000; text-decoration: underline; }

#bottomArea address {
	font-size: 60%;
	line-height: 130%;
	font-family: "verdana",' "arial"';
	color: #ffffff;
	margin-left: 5px;
}

