@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: general style
 * 2: body
 * 3: container
 * 4: header
 * 5: content
 * 6: navi
 * 7: footer
 *
 * ****************************
 */


/*
======= 1: general style =======
*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/*
======= 2: body =======
*/
body {
	color: #666;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size: 75%;
	line-height: 1.7;
	text-align: left;
	background: #FFFFFF url(../../img/common/bg_base.gif) repeat-x left top;
}
html>body {
	font-size: 12px;
}

/*
======= 3: container =======
*/
#container {
	width: 960px;
	margin: 0 auto 60px;
	text-align: left;
}

/*
======= 4: header =======
*/
#header {
	position: relative;
	width: 960px;
	height: 160px;
	margin: 0 auto;
	font-size: 100%;
}

#logo {
	position: absolute;
	width: 146px;
	height: 29px;
	top: 25px;
	left: 1px;
}

#hTxt01 {
	position: absolute;
	top: 25px;
	left: 188px;
	color: #BFBFBF;
	font-weight: bold;
}

#hNavi {
	color: #ffffff;
	position: absolute;
	top: 40px;
	right: 2px;
	width: 248px;
}
#hNavi a:hover {
	text-decoration: underline;
}

#nhNavi {
	color: #ffffff;
	position: absolute;
	top: 40px;
	right: 1px;
	width: 335px;
}
#nhNavi a:hover {
	text-decoration: underline;
}

#hNavi_u {
	color: #999999;
	position: absolute;
	top: 15px;
	right: 4px;
	width: 120px;
}

#hNavi_u a:hover {
	background-image: url(../../img/common/gn_en_o.gif);
}

/*
======= 5: content =======
*/


#bgTtlBox {
	margin-bottom: 30px;
	border-bottom: 1px solid #DEDEDE;
	background: #F3F3F3;
}
#ttlBox {
	width: 900px;
	margin: 0 auto;
}

#index #indexPhBox{
	position: relative;
	width: 100%;
	margin-bottom: 24px;
	border-bottom: 1px solid #E4E4E4;
}
#index #indexPhBoxIn{
	position: relative;
	top: 0;
	left: 50%;
	width: 900px;
	height: 320px;
	margin: 0 0 0 -450px;
	padding: 0;
}


#contentBox {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#contents {
	float: left;
	width: 680px;
}

/* topicPath */
#topicPath {
	margin-top:6px;
	margin-bottom:22px;
}
#topicPath  a:link { color: #968559;
text-decoration:none;
}
#topicPath  a:hover { color: #968559;
text-decoration:underline;
}
#topicPath  a:visited { color: #968559;
text-decoration:underline;
}


/*
======= 6: navi =======
*/
#globalNavi {
	position: absolute;
	top: 105px;
	left: 0;
	width: 880px;
}

/*
======= 7: footer =======
*/
#bgFooter {
	width: 100%;
	border-top: 2px solid #999;
}
#footer {
	width: 960px;
	height:100px;
	margin: 0 auto;
	font-size: 91%;
	position:relative;
}
.footerTxt01 {
	position:absolute;
	left: 1px;
	top: 18px;
}
.footerTxt02 {
	position:absolute;
	left: 0px;
	top: 61px;
}

.copyright {
	position:absolute;
	left: 613px;
	top: 55px;
	width: 344px;
}

#footer p.footerNavi{
	position:absolute;
	width: 708px;
	height: 28px;
	left: 254px;
	top: 18px;
}
#footer p.footerNavi a {
	color: #8E641C;
	left: 181px;
	top: -2px;
	width: 659px;
}
