
body{
	color:#333;
	font-size:80%;
	line-height:150%;
	background-repeat:no-repeat;
	background-color:#f3f8fa;
	font-family: "メイリオ","Meiryo";
	text-align: center;
}

/* ヘッダー
--------------------------------------------------- */
#header{
	height:89px;
	background-image:url(../img/header_bg.gif);
	background-repeat:repeat-x;
}
#key-box{
	width:640px;
	margin:0 0 10px 0;
	text-align:right;
	float:right;
}
#key-box h1{
	margin:0 20px 0 0;
	font-weight:normal;
	float:left;
}
#key-box #word{
	margin:0 20px 0 0;
	font-weight:normal;
	float:left;
}
#key-box #key{
	float:right;
}
#header_in{
	width:850px;
	height:82px;
	margin:0 auto;
	padding:7px 0 0 0;
	background-image:url(../img/header_in_bg.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	text-align: left;
}
#logo{float:left;}
#mail{float:right;}

/* 右箱
--------------------------------------------------- */
#right_box{
	width:633px;
	margin:0 0 20px 0;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fff;
	float:right;
	text-align: left;
}
#right_in{
	padding:0 0 18px 0;
	background-image:url(../img/right_bbg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#right_in2{
	width:601px;
	margin:18px 0 0 0;
	padding:0 15px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
* html #right_in2{
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

.text{
	margin:0 0 5px 0;
	padding:5px 10px;
	line-height:170%;
	clear:both;
}

/* 左箱
--------------------------------------------------- */
#left_box{
	width:202px;
	float:left;
	position:relative;
	text-align: left;
}
ul.menu_lt{
	margin:5px 0 10px 0;
}
ul.menu_lt li{
}
ul.menu_lt li a{
	width:180px;
	height:24px;
	padding:5px 0 0 22px;
	_width:202px;
	_height:29px;

	background-image:url(../img/menu_bg1.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	color:#333;
	text-decoration:none;
}
ul.menu_lt li a:hover{
	text-decoration:underline;
}
ul.menu_lt li ul li a{
	width:169px;
	height:24px;
	padding:5px 0 0 33px;
	_width:202px;
	_height:29px;
	background-image:url(../img/menu_bg2.gif);
}

/* バナー */
.left_bn{
	margin:0 0 10px 0;
}

/* フッター
--------------------------------------------------- */
#footer{
	background-image:url(../img/footer_bg.gif);
	background-repeat:repeat-x;
	clear:both;
}
#footer_in{
	width:850px;
	height:63px;
	margin:0 auto;
	padding:17px 0 0 0;
	text-align:right;
}
.footer_left {
	float:left;
	color:#888;
	font-size:10px;
}
#footer_in a{
	color:#333;
	text-decoration:none;
	text-align: left;
}
#footer_in a:hover{text-decoration:underline;}
#footer_in ul{
}
#footer_in ul li{
	display:inline;
}
#footer_in address{
	margin:6px 0 0 0;
	clear:both;
}

