@charset "utf-8";

/*--------------------------------------
	Style Name : Common Style Sheet
--------------------------------------*/


/*--------------------------------------
	Block-level Elements
--------------------------------------*/

html,
div,
p,
li,
address {
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4 {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:bold;
	font-size:100%;
}

ol,
ul {
	margin:0;
	padding:0;
	list-style:none;
}

h1 {
	font-size:150%;/* 18px */
}

h2 {
	font-size:134%;/* 16px */
}

h3 {
	font-size:117%;/* 14px */
}

/*--------------------------------------
	Inline Elements
--------------------------------------*/

em,
strong {
	font-style:normal;
	font-weight:normal;
}

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


/*--------------------------------------
	Style Name : Structure Style

	Common Style
	Accessibility
	Hypertext
	global-nav
	body
	container
	header
	content
		main-content
		sub-content
	footer
--------------------------------------*/


/*	Common Style
--------------------------------------*/

#header,
#content,
#footer {
	margin:0 6px;
	width:820px;
}

/*	Accessibility
--------------------------------------*/

#header h2,
#footer h2 {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:0;
	height:0;
	font-size:0;
}

/*	Hypertext
--------------------------------------*/

a {
	color:#155d22;
	text-decoration:none;
}
a:hover {
	color:#363636;
	text-decoration:none;
}

/*	#global-nav
--------------------------------------*/

#global-nav {
	padding:9px 24px;
	background:url(../img/bg_navi.gif) no-repeat center;
}

#global-nav ul {
	margin:0;
	display:inline-block;
	width:772px;
	height:1%;
	min-height:1%;
	/* \*/display:block;/* */
}

#global-nav ul:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#global-nav ul li {
	margin-right:1px;
	float:left;
}

#global-nav ul li.pseudo-last-child {
	margin-right:0;
}

/*--------------------------------------
	body
--------------------------------------*/

body {
	margin:0;
	padding:0;/* for Opera8 */
	background:#bababa url(../img/bg_body.png) repeat-x left top;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;/* for IE6 */
	line-height:1;
}

* html body {/* for IE6 */
	font-size:75%;/* 12px */
}

*:first-child+html body {/* for IE7 */
	font-size:75%;/* 12px */
}

/*--------------------------------------
	div#container
--------------------------------------*/

#container {
	margin:0 auto;
	width:832px;
	background:url(../img/bg_container.png) repeat-y center top;
	text-align:left;/* for IE6 */
}

/*--------------------------------------
	div#header
--------------------------------------*/

#header {
	position:relative;
	background:url(../img/bg_header.gif) repeat-x left top;
	line-height:1.4;
}

#header h1 {
	padding:23px 0 11px 20px;
}

#header address.corporate-information {
	position:absolute;
	top:21px;
	right:21px;
	font-size:92%;
	text-align:right;
	font-style:normal;
}

#header address.corporate-information strong {
	color:#208331;
	font-size:110%;
}

/*--------------------------------------
	div#content
--------------------------------------*/

#content {
	margin-top:13px;
	padding:0 0 50px;
	display:inline-block;
	height:1%;
	min-height:1%;
	background:url(../img/bg_content.gif) repeat-y 20px top;
	line-height:1.5;
	/* \*/display:block;/* */
}

#content:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content p,
#content ol,
#content ul,
#content dl,
#content table {
	margin-bottom:1em;
}

#content strong {
	font-weight:bold;
}

#content #main-visual {
	text-align:center;
}

/*--------------------------------------
	div#main-content
--------------------------------------*/

#main-content {
	margin:9px 20px 0 0;
	display:inline;/* for IE6 */
	float:right;
	width:575px;
}


.sectionTop {
	letter-spacing:0.05em;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.section-titleTop {
	padding-left:12px;
	width:350px;
	height:35px;
	background:url(../img/bg_heading_top.jpg) no-repeat left top;
	color:#fff;
	font-size:117%;
	line-height:35px;
	letter-spacing:0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.section-titleTopsub {
	padding-left:12px;
	width:180px;
	height:35px;
	background:url(../img/bg_headingsub.jpg) no-repeat left top;
	color:#fff;
	font-size:117%;
	line-height:35px;
	letter-spacing:0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#main-content div.section {
	margin:0 10px 0 14px;
	padding:0 10px;
	letter-spacing:0.05em;
}

#main-content div.section h2.section-title {
	margin:0 -10px 10px;
	padding-left:12px;
	width:538px;
	height:35px;
	background:url(../img/bg_heading.png) no-repeat left top;
	color:#fff;
	font-size:117%;
	line-height:35px;
	letter-spacing:0;
}

#main-content div.section h2.section-title a{
	color:#fff;
}

* html #main-content div.section h2.section-title {/* for IE6 */
	width:550px;
}
table.link {
	margin:0 0 10px;
	padding: 0;
	width:530px;
	font-size:84%;
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 2px;
	line-height: 140%;
}
table.link td {
	padding: 5px 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.company {
	margin:0 0 10px;
	padding: 0;
	width:530px;
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 160%;
}
table.company th {
	text-align: left;
	padding: 10px 5px;
	vertical-align: top;
	border-top: 2px solid #ccc;
}
table.company td {
	text-align: left;
	padding: 12px 5px 10px;
	vertical-align: top;
	border-top: 1px solid #ccc;
}
img.bord {
	padding:2px;
	border: 1px solid #ccc;
}

/*--------------------------------------
	div#sub-content
--------------------------------------*/

#sub-content {
	margin:11px 0 0 20px;
	display:inline;/* for IE6 */
	float:left;
	width:204px;
}
#sub-content  ul {
	margin:0 8px 20px;
	padding:0;
	border-top:#C3C3C3 3px solid;
}
#sub-content  li {
	margin: 0;
	list-style: none;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
#sub-content  li a {
	padding: 0 0 0 25px;
	width:163px;
	line-height:36px;
	color:#363636;
	display: block;
	text-decoration:none;
	background:url(../img/bg_lnavi_off.gif) 0 50% no-repeat;
}
#sub-content  li a:hover {
	color: #FFF;
	text-decoration:none;
	background:url(../img/bg_lnavi_on.gif) 0 50% no-repeat;
}
#sub-content div.banner {
	text-align:center;
}

/*--------------------------------------
	div#footer
--------------------------------------*/

#footer {
	clear:both;
	position:relative;
	height:90px;
	color:#fff;
	background:url(../img/bg_footer.png) repeat-x left top;
	line-height:1.4;
}

#footer ul.content-nav.reload {
	position:absolute;
	top:-24px;
	right:30px;
}

#footer ul.guide-nav {
	position:absolute;
	top:14px;
	right:23px;
}

#footer ul.guide-nav li {
	margin-left:0.6em;
	padding-left:0.8em;
	display:inline;/* for IE6 */
	float:left;
	background:url(../img/bg_separate.gif) no-repeat left center;
	font-size:84%;
}

#footer ul.guide-nav li.pseudo-first-child {
	margin-left:0;
	padding-left:0;
	background:none;
}

#footer ul.guide-nav li a {
	color:#fff;
	text-decoration:none;
}

#footer address.copyright {
	padding:20px;
}
