@charset "shift_jis" ;


/*--------------------------------------------------
グローバルナビ
--------------------------------------------------*/
#gn_area {
	margin: 138px 0px 0px 4px;
}

/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/

body {
	background-image: url(../common/bg_body_long.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}/* template.css 指定打ち消し */

#header_bg {
	background-image: url(../common/bg_header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header {
	display : block;
	background-image: url(../common/bg_header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 906px;
	height: 388px; 
	text-align: left;
	padding: 153px 0px 0px 0px;
}

#header h1 {
	display : block;
	width: 463px;
	margin: 0px;
}

*html #header h1 {
	margin: 58px 0px 0px 0px;
}

#gn_area h2 {
	float: left;
}

/*--------------------------------------------------
左box
--------------------------------------------------*/

#main_box {
	margin: 0px;
}

/*--------------------------------------------------
メイン
--------------------------------------------------*/

.bt_area { 
	margin: 0px;
	padding: 0px;
}

.bt_left,
.bt_right {
	background-image: url(../img/bg_button.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 15px 15px 15px 15px;
	line-height: 140%;  
	float: left;
	width: 290px;
	font-size: 93%;
	letter-spacing: 0.05em;
	color: #666666;
}

.bt_left {
	margin: 10px 0px 0px 0px;
}

.bt_right {
	margin: 10px 0px 0px 20px;
}

.bt_left p,
.bt_right p {
	margin: 5px 5px 0px 2px;
}

.bt_left p span,
.bt_right p span {
	font-size: 85%;
}


/*--------------------------------------
flow clear 
--------------------------------------*/
.bt_area:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.bt_area {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .bt_area {
	height: 1px;
}

.bt_area {
	display: block;
}
/* End hide from IE-mac */
/*--------------------------------------
flow clear End
--------------------------------------*/
