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

/*++++++++++++++++++++++++++++++++++++++++++
Basic Setting
+++++++++++++++++++++++++++++++++++++++++++*/
* {
	line-height: 1.6em;
	color: #555;
}

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

*html body {
	font-size: 80%;
}
*:first-child+html body {
	font-size: 80%;
}	
;;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 {
	color: #878783;
	text-decoration: none;
}
a:visited {
	color: #878783;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}

/*++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++*/
#wrap {
	margin: 0 auto;
	width: 942px;
	text-align:left;
	background: #fff;
}

/*++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++*/
#header {
	width: 942px;
	height: 48px;
	margin-top: 11px;
}

#header #logo {
	width: 149px;
	height: 48px;
	float: left;
}
#headerR {
	float: right;
	width: 600px;
	height: 48px;
	font-size: 11px;
	text-align: right;
}

#header h1 {
	font-weight: normal;
	font-size: 9px;
	margin-top: -2px;
}
*html #header h1 {
	font-weight: normal;
	font-size: 9px;
	margin-top: 2px;
}


#header p {
	margin-top: 10px;
}

#header p a {
	color: #878783;
	text-decoration: none;
}
#header p a:hover {
	color: #C2C2BD;
	text-decoration: none;
}

#headerR span#boxR {
	color: #C2C2BD;
	font-size: 11px;
	margin-left: 18px;
}

#headerR span#boxR a {
	text-decoration: none;
	color: #0a4390;
	font-family: Verdana, Helvetica, Arial, sans;
}
#headerR span#boxR a:hover {
	background: #878783;
	text-decoration: none;
	color: #fff;
}

/*++++++++++++++++++++++++++++++++++++++++++
gnavi
+++++++++++++++++++++++++++++++++++++++++++*/
#gnavi {
	width: 942px;
	height: 20px;
	margin-top: 9px;
}

#gnavi li#first {
	float: left;
	margin-left: 0;
}

#gnavi li {
	float: left;
	margin-left: 3px;
}

/*++++++++++++++++++++++++++++++++++++++++++
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: 21px 0px 40px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++
pageTitle
+++++++++++++++++++++++++++++++++++++++++++*/
.pageTitle {
	text-align: right;
	margin-top: 20px;
	clear: both;
}
.pageTitle a {
	display: block;
	width: 942px;
}

/*++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++*/
#footerNavi {
	width: 942px;
	text-align: center;
	margin-top: 10px;
}
#footerNavi a {
	margin: 0 8px;
}
#footerNavi a:hover {
	color: #666;
	text-decoration: none;
	background: #dadad7;
}

#footer {
	width: 942px;
	margin-top: 10px;
	padding-top: 6px;
	padding-bottom: 20px;
	clear: both;
	border-top: 1px solid #f7b600;
}
#footer div {
	width: 942px;
}


#footer p {
	font-size: 9px;
	margin-top: 9px;
	/*text-align: right;*/
	color: #878783;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
