@charset "shift_jis";

/* CSS Document */

/*--------------------------------------
	1.common
	2.base_layout
	3.header
	4.footer
---------------------------------------*/


/* ========================================
	1.common
======================================== */
html, body, div, h1, h2, h3, h4, h5, h6,
p, address, blockquote,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li, ol li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:link,
a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #F78220;
	text-decoration: underline;
}

/* clearfix */
.clfix:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}
.clfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clfix {
	height: 1%;
}
.clfix {
	display: block;
}
/* End hide from IE-mac */


/* For vertical-scrollbar issue */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}

/* For IE7 hasLayout issue */
*:first-child+html * {
	letter-spacing: 0; 
}

/* ========================================
	2.base_layout
======================================== */
body {
	text-align: center;
	color: #333;
    font-size:13px;
    *font-size:small;
    *font:x-small;
	line-height: 1.5; 
}

.sectionH1 {
	/*width: 900px;*/
	width: 950px;
	margin: 0 auto;
	text-align: left;
    font-size:100%;
}

.sectionH1 ol.topicPath {
	overflow: hidden;
	padding: 8px 0 5px 0;
	text-align: left;
}

.sectionH1 ol.topicPath li {
	float: left;
	margin: 0 5px 0 0;
	line-height: 1.5;
}

.sectionH1 ol.topicPath li.arw {
	padding: 0 10px 0 0;
	background: url(../images/topicpath_arw.gif) no-repeat right center;
}

.sectionH1 ol.topicPath li.arw {
	padding: 0 10px 0 0;
	background: url(../images/topicpath_arw.gif) no-repeat right center;
}

.sectionH1 #mainContent {
	overflow: hidden;
	width: 900px;
}
.sectionH1 #mainContent.w950 {
	width: 950px;
}

.sectionH1 p.toPageTop {
	clear: both;
	padding: 20px 0 8px 0;
	text-align: right;
}

.sectionH1 p.toPageTop a {
	padding: 0 0 0 10px;
	background: url(../images/gotop_arw.gif) no-repeat left center;
}

/* ========================================
	3.header
======================================== */
#header {
	width: 900px;
}

#header img {
	vertical-align: top;
}

#header div.logo {
	float: left;
	width: 170px;
	margin: 10px 0 0 0;
}

#header div.rightBg {
	float: right;
	width: 700px;
	height: 68px;
	background: url(../images/header_bg.gif) repeat-y right;
}

#header div.rightBg div.stLogo {
	width: 690px;
	padding: 10px 0 0 0;
	text-align: right;
}

/* btn */
#header div.rightBg ul.btn {
	float: left;
	width: 365px;
	margin: 12px 0 0 155px;
	display: inline;
}

#header div.rightBg ul.btn li {
	float: left;
	margin: 0 10px 0 0;
}

/* search */
#header div.rightBg div.search {
    float: right;
	width: 158px;
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
}

#header div.rightBg div.search input {
    float: right;
}

#header div.rightBg div.search input.input {
    width: 100px;
	margin: 0 3px 0 0;
	background: #FDE6D2;
	border: solid 1px #FFF;
	font-size: 12px;
	line-height: 1;
}

/* gNav */
#header div.navArea {
	clear: both;
	padding: 7px 0 0 0;
	border-bottom: solid 2px #E67F00;
}

#header div.navArea ul.gNav {
	float: left;
	width: 740px;
}

#header div.navArea ul.gNav li {
	float: left;
	margin: 0 1px 0 0;
}

/* fontSize */
#header div.navArea ul.fontSize {
	float: right;
	width: 143px;
	margin: 9px 0 0 0;
}

#header div.navArea ul.fontSize li {
	float: left;
	margin: 0 4px 0 0;
}

#header div.navArea ul.fontSize li.small,
#header div.navArea ul.fontSize li.medium,
#header div.navArea ul.fontSize li.big {
	display: block;
	width: 17px;
	height: 17px;
}

#header div.navArea ul.fontSize li.small a,
#header div.navArea ul.fontSize li.medium a,
#header div.navArea ul.fontSize li.big a {
	display: block;
	width: 17px;
	height: 17px;
	text-decoration: none;
}

#header div.navArea ul.fontSize li.small a {
	background: url(../images/header_font_small_n.gif) no-repeat;
}

#header div.navArea ul.fontSize li.medium a {
	background: url(../images/header_font_medium_r.gif) no-repeat;
}

#header div.navArea ul.fontSize li.big a {
	background: url(../images/header_font_big_n.gif) no-repeat;
}

#header div.navArea ul.fontSize li.small a:hover {
	background: url(../images/header_font_small_r.gif) no-repeat;
}

#header div.navArea ul.fontSize li.medium a:hover {
	background: url(../images/header_font_medium_r.gif) no-repeat;
}

#header div.navArea ul.fontSize li.big a:hover {
	background: url(../images/header_font_big_r.gif) no-repeat;
}

/* subNav */
#header ul.subNav {
	width: 910px;
	margin: 2px -25px 0 0;
	background: url(../images/gnav_sub_bg.gif) no-repeat left bottom;
}

#header ul.subNav li {
	float: left;
	margin: 0 1px 0 0;
}

/* ========================================
	4.footer
======================================== */
#footer {
	background: url(../images/footer_bg01.gif) no-repeat left top;
	text-align: left;
}

#footer p.copyright {
	float: left;
	width: 450px;
	padding: 10px 0 5px 15px;
	color: #666;
	font-size: 11px;
	line-height: 1.4;
}

#footer ul.link {
	float: right;
	width: 420px;
	padding: 10px 15px 4px 0;
}

#footer ul.link li {
	float: right;
	margin: 0 0 0 4px;
	color: #666;
	font-size: 11px;
	line-height: 1.4;
}

#footer ul.link li a:link,
#footer ul.link li a:visited {
	color: #666;
	text-decoration: none;
}

#footer ul.link li a:hover,
#footer ul.link li a:active {
	color: #666;
	text-decoration: underline;
}

#footerBottom {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	background: url(../images/footer_bg02.gif) no-repeat left top #FFF;
}





