@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
　　　　共通項目
-------------------------------------------------------*/

* {
    margin:0px;
    padding:0px;
    font-size:100%;
    _vertical-align:bottom; /* IE6 */
}

a img {
    border:none;
}

a:link {
    color:#4F5A00;
	text-decoration:underline;
}

a:visited {
    color:#4F5A00;
	text-decoration:underline;
}

a:hover {
    color:#4F5A00;
	text-decoration:none;
}

p {
    margin:0px;
	padding:0px;
}

.clear {
    clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}

.clear_footer {
    clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}

*:first-child+html .clear_footer {
    margin:-60px 0px
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/


.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/


/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/


body {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size:75%;
	color:#222222;
    margin:0px;
    padding:0px;
	line-height:2.2;
}

#top_page {background:#e2dfcc url(../images/bg_body_top.gif) no-repeat top center;}
#contents_page {background:#e2dfcc url(../images/bg_body_contents.gif) no-repeat top center;}

#wrapper_top {
    width:972px;
	background:#e7e5d4 url(../images/bg_wrapper_top.gif) no-repeat top center;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

#wrapper_contents {
    width:972px;
	background:#e7e5d4 url(../images/bg_wrapper_contents.gif) no-repeat top center;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

/* ▼ フッター固定用CSS ▼ */
html, body, #wrapper_top, #wrapper_contents {height: 100%;}
body > #wrapper_top {height: auto; min-height: 100%;}
body > #wrapper_contents {height: auto; min-height: 100%;}



/*-------------------------------------------------------
　　　　ヘッダー部分
-------------------------------------------------------*/

#header {
    width:948px;
	height:114px;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

h1 {
    float:left;
	background:url(../images/logo.gif) no-repeat;
	width:605px;
	height:40px;
	text-indent:-9999px;
    margin:44px 0px 0px 9px;
    _margin:44px 0px 0px 5px; /* IE6 */
	padding:0px;
	display:block;
}

h1 a {
	background:url(../images/logo.gif) no-repeat;
	width:605px;
	height:40px;
    margin:0px;
	padding:0px;
	display:block;
	overflow:hidden;
}

#btn_home {
    float:left;
	width:60px;
	height:14px;

/*
	margin:60px 0px 0px 0px;
	padding:0px 0px 0px 90px;
*/

position: relative;
top:25px;
left:50px;


}

#bg_header_btn {
    float:right;
	background:url(../images/bg_header_btn.gif) no-repeat;
	width:137px;
	height:23px;
	padding:0px;

/*
	margin:55px 16px 0px 0px;
	_margin:55px 8px 0px 0px;*/ /* IE6 */
position: relative;
top:20px;
left:-40px;
	
}

.btn_japanese {
    float:left;
	margin:0px;
	padding:6px 0px 0px 13px;
}

.btn_english {
    float:right;
	margin:0px;
	padding:6px 13px 0px 0px;
}

.top_address {
	float: left;
	width:330px;
	position: relative;
	top:30px;
	left:15px;
	margin-bottom: 30px;	
}

.top_address p {
	padding:0;
	margin:0;
	text-align: left;
	line-height: 1.5em;
}
.top_address #tel strong{font-size: 20px;}
.top_address #adtxt{float: left;}
.top_address #hldtxt{float: left;}
.top_address #conbtn{padding-left: 215px;}


/* グローバルナビゲーション
----------------------------------------------*/

#gnavi {
	width:948px;
	height:27px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	list-style:none;
}

#gnavi li {
    float:left;
	width:237px;
	height:27px;
    text-align:left;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}

#gnavi li a {
    float:left;
	width:237px;
	height:27px;
	overflow:hidden;
}

#gnavi #btn01 { background:url(../images/btn_gnavi01_hover.gif) no-repeat;}
#gnavi #btn02 { background:url(../images/btn_gnavi02_hover.gif) no-repeat;}
#gnavi #btn03 { background:url(../images/btn_gnavi03_hover.gif) no-repeat;}
#gnavi #btn04 { background:url(../images/btn_gnavi04_hover.gif) no-repeat;}

#gnavi #btn01 a { background:url(../images/btn_gnavi01_off.gif) no-repeat;}
#gnavi #btn02 a { background:url(../images/btn_gnavi02_off.gif) no-repeat;}
#gnavi #btn03 a { background:url(../images/btn_gnavi03_off.gif) no-repeat;}
#gnavi #btn04 a { background:url(../images/btn_gnavi04_off.gif) no-repeat;}

#gnavi #btn01 a:hover { background:url(../images/btn_gnavi01_hover.gif) no-repeat;}
#gnavi #btn02 a:hover { background:url(../images/btn_gnavi02_hover.gif) no-repeat;}
#gnavi #btn03 a:hover { background:url(../images/btn_gnavi03_hover.gif) no-repeat;}
#gnavi #btn04 a:hover { background:url(../images/btn_gnavi04_hover.gif) no-repeat;}



#topicpass {
	text-align: left;
	padding:5px 0px 5px 20px;
}

/*-------------------------------------------------------
　　　　コンテンツ部分
-------------------------------------------------------*/

#contents {
    background:url(../images/bg_contents.gif) repeat-y;
	margin:0;
/*	margin:34px 0px 0px 0px;*/
	/* ここから下フッター固定CSS */
	padding:0px 0px 99px 0px; /* 35+64px=99px */
	/* overflow:auto; */
}

/* コンテンツページ 左
----------------------------------------------*/

#left_contents {
    float:left;
    width:230px;
	text-align:left;
	margin:0px 0px 0px 12px;
	_margin:0px 0px 0px 6px;
	padding:0px;
}

#btn_left_wrapper {
    border-bottom:1px solid #e7e5d4;
	background:#e7e5d4;
	list-style:none;
	margin:0px;
	padding:0px;
}

#btn_left_wrapper li {
	width:230px;
	height:27px;
	margin:0px;
	padding:0px;
}

#btn_left_wrapper li a {
	width:230px;
	height:27px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}

.center {text-align: center;}
.contet_footer {
	margin: 0 auto;
	background:url(../images/content_footer.png) no-repeat 50% 0;
	width: 650px;
	height: 244px;
	padding: 135px 0 0 0;
}
.contet_footer a {display: block;width: 251px;height: 69px;margin:0 0 0 350px;}
.contet_footer a img{
background:none!important;
}

.contet_footer a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}





/*-------------------------------------------------------
　　　　フッター部分
-------------------------------------------------------*/

#footer {
    background:url(../images/bg_footer.gif) repeat-x bottom;
	margin:0px;
	padding:0px;
	/* ここから下フッター固定CSS */
    position:relative;
	height:99px;
	margin-top: -99px; /* negative value of footer height */
	clear:both;
}

#footer a:link {
    color:#000000;
	text-decoration:underline;
}

#footer a:visited {
    color:#000000;
	text-decoration:underline;
}

#footer a:hover {
    color:#000000;
	text-decoration:none;
}

#footer_inner {
    width:972px;
	height:99px;
    background:url(../images/bg_footer_contents.gif) repeat-x bottom;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

#footer_contents {
    position:relative;
	top:43px;
    margin:0px;
    _margin:0px 0px -30px 0px; /* IE6 */
	text-align:left;
	line-height:1.8;
}

#footer_link {
    position:absolute;
    top:0px;
	left:14px;
}

#copyright {
    position:absolute;
    top:1px;
	left:390px;
	color:#4e4e4e;
	font-size:90%;
}

#btn_page_top_footer {
    position:absolute;
    top:1px;
	right:8px;
}



