@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(../img/body_bg.gif);
	background-repeat:repeat-x;
	border-top:solid 3px #069;
	font-size:77%;
	line-height:150%;
	background-color:#fff;
}
#wrapper{
	width:820px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/wrapper_bg.gif);
	background-repeat:repeat-y;
}

/* ヘッダー
---------------------------------------------------- */
#header{
	width:820px;
	height:92px;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0;
}
#header h1,#header p{
	margin:0;
	padding:25px 0 0 10px;
}

/* メニュー
---------------------------------------------------- */
#menu{
	width:820px;
	height:44px;
	background-image:url(../img/menu_bg.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#menu ul{
	width:810px;
	list-style:none;
	margin:0;
	padding:0 0 0 5px;
	float:left;
}
#menu li{
	float:left;
}
#menu li a{
	overflow:hidden;
}

/* 左箱
---------------------------------------------------- */
#left_box{
	width:561px;
	margin:0;
	padding:0 0 0 10px;
	float:left;
}
#left_box .text{
	margin:0 0 15px 0;
	padding:0 10px;
	line-height:180%;
}
#left_box .sttl{
	margin:0;
	padding:0 0 8px 0;
	clear:both;
}
.red{color:#f00;}
.blue{color:#00f;}

/* 右箱
---------------------------------------------------- */
#right_box{
	width:222px;
	margin:0;
	padding:0 0 0 17px;
	float:left;
}
/* 初めてのお客様 */
.first_bn{margin:0 0 5px 0;}

/* バナー */
ul#right_bn{list-style:none;}
ul#right_bn li{margin:0 0 5px 0;}
ul#right_bn li.srp{text-align:center;}

/* サイドメニュー */
ul#side_menu{
	padding:5px 0 3px 0;
	background-image:url(../img/right_center.gif);
	background-repeat:repeat-y;
	list-style-type:none;
}
ul#side_menu li{
	margin:0 0 0 1px;
	padding:3px 0 3px 16px;
	background-image:url(../img/icon_blue.gif);
	background-position:0% 55%;
	background-repeat:no-repeat;
}
#side_box{
	width:222px;
	margin:0 0 5px 0;
	padding:0 0 6px 0;
	background-image:url(../img/right_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* クイックお問合せ */
#right_box #mailform{
	padding:5px 0 3px 8px;
	background-image:url(../img/right_center.gif);
	background-repeat:repeat-y;
}
#right_box #mailform dl{
	margin:5px 0 0 0;
}
#right_box #mailform dl dd{
	margin:2px 0;
}
.s-input{width:200px;}
.s-text{
	width:200px;
	height:50px;
	font-size:12px;
}
#right_box div.syo{
	text-align:center;
}
#right_box div.syo a{
	color:#00f;
}
#right_box div.con{margin:0 0 5px 0;}

/* フッター
---------------------------------------------------- */
#footer{
	width:820px;
	height:66px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/bottom_bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	clear:both;
	border-bottom:solid 10px #fff;
}
#footer ul{
	margin:0;
	padding:12px 0 8px 0;
	list-style-type:none;
	clear:both;
}
#footer ul li{display:inline;}
#footer ul li a:hover{text-decoration:none;}
address{
	font-style:normal;
	clear:both;
}
address a{
	text-decoration:none;
	color:#000;
}
address a:hover{text-decoration:underline;}

/* 
---------------------------------------------------- */
img{
	border:none;
}
form{
	margin:0;
	padding:0 0 0 8px;
}