@charset "utf-8";
@import url("clearfix.css");
@import url("reset.css");

/*++++++++++++++++++++++++++++++++++++++++++
Basic Setting
+++++++++++++++++++++++++++++++++++++++++++*/
* {
	color: #111;
}

body {
	background: #fff;
	line-height: 1.5em;
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro W3",
	Osaka,
	"メイリオ",
	Meiryo,
	sans-serif;
}

*html body {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 80%;
}
*:first-child+html body {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 75%;
}	
;;body {
	font-family: "メイリオ", Meiryo, sans-serif;
}

/*++++++++++++++++++++++++++++++++++++++++++
table
+++++++++++++++++++++++++++++++++++++++++++*/
table {
	border-top: none;
}

table th,
table td {
	padding: .5em .5em .5em 0em;
}

th,td {
	vertical-align: top;
	text-align: left;
}

/*++++++++++++++++++++++++++++++++++++++++++
Basic Ancher Setting
+++++++++++++++++++++++++++++++++++++++++++*/
a {
	
	text-decoration: none;
}
a:visited {
	
	text-decoration: none;
}
a:hover {
	
	text-decoration: none;
}
a:active {
	
	text-decoration: none;
}

#wrap {
	margin: 0 auto;
	width: 898px;
	text-align:left;
	border-right: 1px solid #878788;
	border-bottom: 1px solid #878788;
	border-left: 1px solid #878788;
}

/*++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++*/
#header {
	width: 898px;
	height: 60px;
	margin-top: ;
	background: #040000;
}

#header #logo {
	width: 201px;
	height: 25px;
	float: left;
	margin-top: 16px;
	margin-left: 11px;
}
*html #header #logo {
	margin-left: 6px;
}

#headerR {
	float: right;
	width: 667px;
	margin-top: 18px;
}

#headerR ul#gnavi {
	height: 20px;
}
#headerR ul#gnavi li {
	margin-left: 9px;
	width: 120px;
	float: left;
}
*html #headerR ul#gnavi li {
	margin-left: 7px;
}

/*++++++++++++++++++++++++++++++++++++++++++
Path
+++++++++++++++++++++++++++++++++++++++++++*/
.path {
	font-size: 11px;
	margin-top: 9px;
	line-height: 130%;
}
*html .path {
	margin-top: 10px;
}

.path a,
.path a:visited {
	text-decoration: underline;
}
.path a:hover,
.path a:active {
	background: #8b8b89;
	text-decoration: none;
}

/*++++++++++++++++++++++++++++++++++++++++++
Content
+++++++++++++++++++++++++++++++++++++++++++*/
#mainContent {
	padding: 0;
	margin: 0;
}
.columnBox {
	padding: 0;
	margin: 0;
	background: #fff;
}

/*++++++++++++++++++++++++++++++++++++++++++
pageTitle
+++++++++++++++++++++++++++++++++++++++++++*/
.pageTitle {
	text-align: right;
	margin-top: 15px;
	clear: both;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 20px 5px 0;
}
.pageTitle a,
.pageTitle a:visited {
	text-decoration: none;
	background: #040000 url(../images/pagetop_arrow_off.gif) no-repeat left center;
	color: #fff;
	padding: 4px 6px 4px 19px;
	line-height: 105%;
}
.pageTitle a:hover,
.pageTitle a:active {
	text-decoration: none;
	background: #025E91 url(../images/pagetop_arrow_on.gif) no-repeat left center;
	color: #fff;
	padding: 4px 6px 4px 19px;
	line-height: 105%;
}

/*++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	width: 898px;
	background: #040000;
	padding-bottom: 26px;
}

#footerL {
	width: 472px;
	float: left;
}

#footerL .bannerBoxL,
#footerL .bannerBoxR {
	width: 218px;
	float: left;
	margin-top: 10px;
	margin-left: 18px;
}
*html #footerL .bannerBoxL {
	margin-left: 8px;
}
*html #footerL .bannerBoxR {
	margin-left: 16px;
}

/*#footerL .bannerBoxR img {coming soon
	display: none;
}*/

#footerR {
	width: 378px;
	float: right;
	margin-top: 10px;
	margin-right: 18px;
}
*html #footerR {
	margin-right: 8px;
}


#footerR p.fNavi {
	color: #fff;
	text-align: right;
	font-size: 11px;
}
#footerR p.fNavi span {
	color: #005892;
}

#footerR p.fNavi a:link,
#footerR p.fNavi a:visited {
	color: #fff;
}

#footerR p.fNavi a:hover,
#footerR p.fNavi a:active {
	background: #005892;
}

#footerR p#copy {
	font-size: 10px;
	text-align: right;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
}

