@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#4D4435;
	text-align:center;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#4D4435;
}
a:hover {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
h1 {
	padding: 20px 0 0 0;
	margin:0px;
	margin-right:250px;
	font-size:12px;
	color:#333;
}
#header {
	height: 60px;
	width: 1000px;
	margin: 0 auto;
	background:url(../img/tel_top.png) no-repeat;
	background-position:right;
	background-color:#fff;
}
#header .logo {
	float: left;
}
#CONTENTS {
	margin:0 auto;
	padding:0;
	text-align:center;
}
#CONTENTS .title {
	height: auto;
	width: auto;
	font-size: 18px;
	font-weight: bold;
	color: #003E7B;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003E7B;
	text-align: center;
}

#CONTENTS .bar {
	background-repeat: repeat-x;
	height: 6px;
	width: 100%;
	background-color: #FDD000;
}
#CONTENTS #COVER {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear:both;
	background-color: #F7ECC7;
}

#CONTENTS   #HEADER .header1  {
	float: left;
	text-align: left;
}
#CONTENTS   #HEADER .header2  {
	float: right;
}
#CONTENTS #MENU {
	padding-top: 7px;
	padding-left: 76px;
	background-image: url(../img/search/menu00.gif);
	width: auto;
	height: 41px;
	clear:both;
}
#CONTENTS #MENU .button {
	margin-right: 6px;
	float: left;
}
#CONTENTS #MAIN {
	margin:0 auto;
	padding-top: 10px;
	background:url(../img/search/back1.gif) repeat-y 0 0;
	width:866px;
	text-align:left;
}
#CONTENTS  #MAIN .present {
	clear: both;
	padding-left: 555px;
	height: 84px;
	padding-top: 10px;
}
#CONTENTS #MAIN .box {
	margin-bottom: 10px;
	height: auto;
}
#CONTENTS #MAIN .flot1 {
	float: left;
	margin-right: 6px;
}
#CONTENTS #MAIN .flot2 {
	float: left;
}
#CONTENTS #MAIN .waku {
	padding-top: 5px;
}
#CONTENTS #FOOTER {
	margin-top: 20px;
	padding-bottom:10px;
	width: 1000px;
	text-align: center;
}
#CONTENTS #FOOTER img {
	vertical-align: bottom;
	
}
/* /////////////////////////////////////////////////////////
	clearfix
///////////////////////////////////////////////////////// */
/* _uEUiFirefox Opera Safarij? */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0px; 
	clear:both; 
	visibility:hidden;
}
/* WinIE7MacIE5? */
.clearfix {
	display:inline-block;
}
/* WinIE56? */
/* Hides from IE-mac \*/
* html .clearfix {
	height:1px;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
.clearfix {
	clear:both;
}


