@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	line-height:1.5em;
}

img {
	border:0;
}
body {
    font-size:12px;
	color:#555555;
}
a:link { color: #00b5e7; }
a:visited { color: #0887d8; }
a:active { color: #00b5e7; }
a:hover { color: #ff6600; }

h1 {
	padding: 20px 0 0 0;
	margin-left:10px;
	font-size:12px;
	color:#333;
}
h2 {
	font-size:16px;
	padding: 5px 0px 0px 5px;
	color:#209f5b;
}
h3 {
	margin-top:20px;
	font-size: 16px;
}

/*-- ■headerここから■ --*/
#header {
	height: 60px;
	width: 900px;
	margin: 0 auto;
	background:url(../img/tel_top.png) no-repeat;
	background-position:right;
}

#header p.logo {
	float: left;
	padding: 0px 10px 0 0;
}


/*-- ■headerここまで■ --*/


/*-- ■naviここから■ --*/

#navi_bg {
	width:100%;
	background:url(../img/navi_bg.png) repeat-x;
	border-bottom:#32af2e solid 2px;
	clear: both;
}

#navi {
	list-style-type:none;
	width: 900px;
	height: 39px;
	margin: 0 auto;
	background:url(../img/navi.png) top center no-repeat;
}

#navi li {
	float:left;
	height:39px;
	width:150px;
}

#navi li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
}

#navi1 a:hover,
#navi1 a:active {
	background:url(../img/navi.png) 0 -39px no-repeat;
}
#navi2 a:hover,
#navi2 a:active {
	background:url(../img/navi.png) -150px -39px no-repeat;
}
#navi3 a:hover,
#navi3 a:active {
	background:url(../img/navi.png) -300px -39px no-repeat;
}
#navi4 a:hover,
#navi4 a:active {
	background:url(../img/navi.png) -450px -39px no-repeat;
}
#navi5 a:hover,
#navi5 a:active {
	background:url(../img/navi.png) -600px -39px no-repeat;
}
#navi6 a:hover,
#navi6 a:active {
	background:url(../img/navi.png) -750px -39px no-repeat;
}

/*-- ■sub_naviここから■ --*/
#sub_bg {
	width:100%;
	background:url(../img/pankuzu_bg.png) repeat-x;
	margin:0px auto;
	text-align:center;
}
.sub_center { 
width:900px;
margin:0px auto;
text-align:center;
}
.sub_navi {
	height: 26px;
	text-align: right;
}
.pankuzu {
	width: 500px;
	height: 18px;
	text-align:left;
	float:left;
	margin-top: 10px;
}

/*-- ■sub_naviここまで■ --*/
/*-- ■naviここまで■ --*/

/*--■contentsここから--*/
#contents {
	margin: 0 auto;
	width: 900px;
	clear:left;
}

#contents p.img { margin: 10px 0 5px 0;}
#contents span.day {
	margin:5px 20px 0 20px;
	line-height:1.4;
}
#contents p.main_banner {
	text-align: center;
	padding-top:30px;
	clear:both;
}

.f10g {
	font-size:10px;
	color:#666666;
}
.news-block {
	margin:1px 0 2px 0;
	font-size:12px;
}
/*
#contents span.day {
	margin:5px 20px 0 20px;
}
.news{ float:right; margin:0 80px 0px 13px;}
*/


#main{
	width: 692px;
	margin-left: 8px;
	float: left;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

#main:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}  

#main {   
    zoom: 100%;   
} 


#left{
	width: 900px;
}
#left p.img_center {
	text-align: center;
	margin: 20px;
}
#left div.border {
	border-bottom:#DE9721 dotted 2px;
	padding: 10px;
	margin: 10px;
}
#left p.text { padding: 10px 10px 10px 20px;}
#left p.text_bg {
	padding: 10px;
	background-color:#fefdc1;
	margin: 20px;
}
table { margin-top: 5px;}

#right {
	float: left;
	margin-top: 10px;
}

#right p.banner {
	margin-bottom: 10px;
}

#right p.banner2 {
	padding-top:6px;
	margin-bottom: 10px;
}
/*--■contentsここまで--*/

/*-- ■footerここから■ --*/
#footer {
	clear:both;
	margin: 0 auto;
	width: 900px;
	height: 100px;
	padding-top: 20px;
}

#footer p.footer_navi {
	text-align: center;
	border-top: #CCCCCC dotted 1px;
	border-bottom: #CCCCCC dotted 1px;
	padding: 10px 0 10px 0;
}

#footer div.end {
	height: 70px;
	width: 900px;
	margin: 0 auto;
	background:url(../img/tel.png) no-repeat;
	background-position:right;
}

#footer p.f_logo {
	margin: 20px 10px 0 10px;
	float:left;
}

#footer p.f_text {
	padding: 40px 0 10px 210px;
}

/*-- ■footerここまで■ --*/

/* フォーム処理用 */
div.error_message {
	width: 600px;
	padding: 10;
	font-size: 12px;
	color: #FFE4E1;
	text-align: center;
}
.input_error {
	background-color: #FFE4E1;
}