@charset "UTF-8";

/*
===== CONTENTS ==============================
	0:common parts
		.hide
		画像置換
		png
	1:#wrapper
	2:#header
		#logo
		infoArea
	3:#topicspath
	4:#globalNav
	5:#contents
		#article 
		#aside
	6:#footer
		#asisstNav
	7:.pageTop
=============================================
*/

/*
===== common parts =====
*/
.hide {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}
body:first-of-type .hide {display:none;}/* safari3 */

/* 画像置換 */
#header #logo a,
#header .infoArea  .sitemap a,
#header .infoArea  .contacts,
#globalNav li a,
#article h1,
#article h2,
#article .subTlt,
#article .sectionH2 .pagelink a,
#footer address {
	display: block;
	left: 0;
	position: relative;
	top: 0;
}

/* png */
#header,
#globalNav,
#topicspath,
#contents,
#footer {
	behavior: expression(IEPNGFIX.fix(this));
}


/*
===== 1:#wrapper =====
*/
#wrapper {
	margin: 0 auto;
	text-align:center;
	width: 876px;
}
#wrapper div{
    zoom: 1;/*for IE 5.5-7*/
}
#wrapper div:after {/*for modern browser*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height :0; 
    visibility: hidden;
}

/*
===== 2:#header =====
*/
#header {
	background: url(../images/headerbg.png) no-repeat left top;
	height: 70px;
	margin: 0 auto;
	padding: 0 29px 0 24px;
	width: 823px;
}
* html #header {width: 876px;}
/* #logo */
#header #logo {
	float: left;
}
#header #logo a {
	background: url(../images/logo.gif) no-repeat left top;
	height: 45px;
	margin: 8px 0 0;
	width: 300px;
}

/* .infoArea */
#header .infoArea {
	float: right;
}
#header .infoArea p {
	float: right;
	line-height: 1.2;
}
#header .infoArea .sitemap a {
	background: url(../images/sitemap.gif) no-repeat left top;
	height: 48px;
	width: 102px;
}
#header .infoArea .contacts {
	background: url(../images/contacts.gif) no-repeat left top;
	height: 48px;
	width: 302px;
}
#header .infoArea .lead {
	color: #b1715c;
	clear: both;
	font-size: x-small;
	float: none;
	text-align: right;
}
* html #header .infoArea .lead {font-size: xx-small;}

/*
===== 3:#topicspath =====
*/
#topicspath {
	background: url(../images/topicpathbg.png) no-repeat left top;
	clear: both;
	height: 15px;
	line-height: 15px;
	margin: 0 auto;
	font-size: x-small;
	padding: 0 35px;
	width: 806px;
}
* html #topicspath {font-size: xx-small;height:1.6;line-height:1.6;width: 876px;}
#topicspath a {
	color: #7d3221;
	text-decoration: none;
}


/*
===== 4:#globalNav =====
*/
#globalNav {
	background: url(../images/gnav.png) no-repeat left top;
	margin: 0;
	height: 36px;
	padding: 0 0 0 29px;
	width: 847px;
}
* html #globalNav {width: 876px;}

#globalNav li {
	float: left;
	padding: 3px 0 0;
}
#globalNav li a {
	background-position: left top;
	background-repeat: no-repeat;
	height: 33px;
}
#globalNav li#gnav01 a {
	background-image: url(../images/gnav01.gif);
	width: 83px;
}
#globalNav li#gnav02 a {
	background-image: url(../images/gnav02.gif);
	width: 85px;
}
#globalNav li#gnav03 a {
	background-image: url(../images/gnav03.gif);
	width: 84px;
}
#globalNav li#gnav04 a {
	background-image: url(../images/gnav04.gif);
	width: 84px;
}
#globalNav li#gnav05 a {
	background-image: url(../images/gnav05.gif);
	width: 127px;
}
#globalNav li#gnav06 a {
	background-image: url(../images/gnav06.gif);
	width: 116px;
}
#globalNav li#gnav07 a {
	background-image: url(../images/gnav07.gif);
	width: 80px;
}
#globalNav li#gnav08 a {
	background-image: url(../images/gnav08.gif);
	width: 79px;
}
#globalNav li#gnav09 a {
	background-image: url(../images/gnav09.gif);
	width: 80px;
}
body#toppage #globalNav li#gnav01 a,
body#concept #globalNav li#gnav02 a,
body#about #globalNav li#gnav03 a,
body#shinryo #globalNav li#gnav04 a,
body#zaitaku #globalNav li#gnav05 a,
body#kenko #globalNav li#gnav06 a,
body#access #globalNav li#gnav07 a,
body#qa #globalNav li#gnav08 a,
body#link #globalNav li#gnav09 a,
#globalNav li a:hover {
	background-position: left -33px;
}


/*
===== 5:#contents =====
*/
#contents {
	background: url(../images/contentsbg.png) repeat-y left top;
	margin: 0 auto;
	padding: 26px;
}
* html #contents {padding: 26px 26px 0;}
*+html #contents {padding: 26px 26px 0;width: 824px;}

/* #article */
#article {
	margin: 0 0 30px;
}
* html #article {text-align: center;}
#article h1 {
	height: 48px;
	margin: 0 0 25px;
	width: 820px;
}
#article .subTlt {
	height: 220px;
	margin: 0 0 40px;
	width: 820px;
}
#article p {
	font-size: small;
	margin: 0 0 30px;
}
* html #article p {font-size: x-small;}
#article dl dt,
#article dl dd {
	font-size: small;
}
* html #article dl dt,* html #article dl dd {font-size: x-small;}

#article .sectionH2 {
	margin: 0 auto 30px;
	width: 789px;
}
#article .sectionH2 h2 {
	height: 36px;
	margin: 0 0 25px;
	width: 789px;
}
#article .sectionH2 .pagelink {
	clear: both;
	margin: 0 auto 10px;
	overflow: hidden;
	position: relative;
}
#article .sectionH2 .pagelink ul {
	left: 50%;
	float: left;
	position: relative;
}
#article .sectionH2 .pagelink li {
	float: left;
	left: -50%;
	position: relative;
}
#article .sectionH2 .pagelink a {
	background-position: left top;
	background-repeat: no-repeat;
	height: 45px;
	padding: 0 2px;
}

/* sectionH3 */
#article .sectionH3 {}
#article .sectionH3 h3 {}


/*
===== 6:#footer =====
*/
#footer {
	background: url(../images/footerbg.png) no-repeat left bottom;
	margin: 0 0 30px;
	padding: 0 26px 23px;
	text-align: center;
}
*+html #footer {width: 824px;}
#footer address {
	background: url(../images/address.gif) no-repeat left top;
	clear: both;
	height: 22px;
	margin: 0 auto;
	width: 820px;
}
/* #asisstNav */
#asisstNav {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}
#asisstNav ul {
	left: 50%;
	float: left;
	position: relative;
}
#asisstNav ul li {
	color: #7d3221;
	float: left;
	font-size: x-small;
	left: -50%;
	position: relative;
}
* html #asisstNav ul li {font-size: xx-small;}
#asisstNav ul li a {
	color: #7d3221;
}
#asisstNav ul li a.top {
	font-weight: bold;
	text-decoration: none;
}

/*
===== 7:.pageTop =====
*/
.pageTop {
	font-size: x-small;
	float: right;
}
* html .pageTop {font-size: xx-small;}
.pageTop a {
	background: url(../images/pagetop.gif) no-repeat left 3px;
	display: block;
	color: #7d3221;
	padding: 0 0 0 15px;
	text-decoration: none;
}
