@charset "UTF-8";
/* CSS Document */
/*==================Reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================Common==================*/
body {
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-style: normal;
	line-height: 1.4;
	font-size: 14px;
	}
/*==IE6==*/
* html body {
	font-size: 87%;
}
/*==END==*/
h1,h2,h3,h4 {
	font-size: 100%;
	}
a {
	color: #1751BF;
	}
a:hover {
	text-decoration: none;
	}
.clear {
	clear: both;
	line-height: 0;
	}
ul {
	list-style: none;
	}
.formSP {
	margin-left: 5px;
	}
/*==================parts==================*/	
#containerBg {
	width: 766px;
	background: url(../img/cont_bg.jpg) repeat-y;
	margin: 0 auto;
	}
#container {
	width: 760px;
	background: url(../img/head_bg.jpg) no-repeat;
	margin-left: 3px;
	text-align: left;
	position: relative;
	}
#inner {
	padding: 0 20px;
	}
/*==================head==================*/
#head {
	margin-bottom: 30px;
	}
#head h1 {
	float: left;
	width: 154px;
	height: 33px;
	margin-top: 25px;
	}
#head p#smapbt {
	float: right;
	margin: 25px 0 0 10px;
	}
#head p#homebt {
	float: right;
	margin: 25px 0 0 0;
	padding-right: 10px;
	border-right: 1px solid #666666;
	}
/*==================navi==================*/
#navi {
	height: 50px;
	margin-bottom: 10px;
	}
#navi ul {
	list-style: none;
	overflow: hidden;
	}
#navi li {
	float: left;
	width: 144px;
	}
/*==================pageTop==================*/
#pagetop {
	margin-bottom: 5px;
	text-align: right;
	font-size: 85%;
	clear: both;
	}
#pagetop a {
	background: url(../img/pagetop.jpg) no-repeat 0 50%;
	padding: 4px 0 4px 20px;
	}
.pagetop {
	margin-bottom: 5px;
	text-align: right;
	font-size: 85%;
	clear: both;
	}
.pagetop a {
	background: url(../img/pagetop.jpg) no-repeat 0 50%;
	padding: 4px 0 4px 20px;
	}
/*==================foot==================*/
#footer {
	background: url(../img/foot_bg.gif) no-repeat;
	padding-top: 20px;
	text-align: center;
	}
#footer p {
	margin-bottom: 10px;
	font-size: 85%;
	}
address {
	padding-bottom: 5px;
	line-height: 1.2;
	font-size: 85%;
	}
#footer p#reco {
	font-size: 85%;
	}
#contBot {
	width: 766px;
	height: 3px;
	margin: 0 auto 20px;
	background: url(../img/foot_bott.jpg) no-repeat;
	}