@charset "Shift_JIS";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 15px/25px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/body_bg.png);
}
.red {
	color: #F00;
}
.n {
	visibility: hidden;
}

a img:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#topbar {
	background: url(../images/footer_bg.png);
	height: 25px;
	width: 100%;
	box-shadow: 0px 0px 5px #666;
}
#topbar_in {
	margin: auto;
	width: 1000px;
	position: relative;
	line-height: 25px;
	font-size: 1px;
}
#topbar_in ul {
	float: right;
	width: 370px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}
#topbar_in ul #facebook a {
	width: 36px;
	height: 35px;
}
#topbar_in ul li {
	list-style: none;
	float: left;
}
#topbar_in ul li a {
	text-decoration: none;
	display: block;
	height: 35px;
	width: 150px;
	background: #FFF;
	text-align: center;
	margin: 0px 5px;
	line-height: 35px;
	color: #333;
	box-shadow: 0px 0px 5px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	font-size: 15px;
}
#topbar_in ul li a:hover {
	color: #FFF;
	background: #C30;
}
#header {
	margin: auto;
	width: 1000px;
	height: 90px;
	position: relative;
}
#header h1 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header_tel {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#ht01 {
	position: absolute;
	left: 0px;
	top: 70px;
	line-height: 20px;
}
#ht02 {
	position: absolute;
	top: 20px;
	right: 0px;
	line-height: 20px;
	font-size: 13px;
}
#navi {
	margin: 25px auto;
	width: 1020px;
	height: 200px;
	display: block;
	list-style: none;
}
#navi li {
	margin: 0px 10px;
	float: left;
}
#navi li img {
	box-shadow: 0px 0px 3px #666,3px 3px 5px #999;
	height: 200px;
	width: 320px;
}
#navi li p {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
#ito {
	background: url(../images/ito.jpg) center top;
	height: 250px;
	width: 100%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 5px #666;
	overflow: hidden;
}
#top_img {
	background: url(../images/ito2.png) no-repeat center top;
	height: 600px;
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
#top_img img{
	position: absolute;
	box-shadow: 0px 0px 3px #666,5px 5px 5px #999;
}
#topimg01 {
	left: -89px;
	top: 30px;
}
#topimg02 {
	left: 19px;
	top: 340px;
}
#topimg03 {
	left: 174px;
	top: 114px;
}
#topimg04 {
	left: 335px;
	top: 22px;
}
#topimg05 {
	left: 434px;
	top: 365px;
}
#topimg06 {
	left: 628px;
	top: 23px;
}
#topimg07 {
	left: 744px;
	top: 266px;
}
#topimg08 {
	left: 860px;
	top: 45px;
}
#footer {
	height: 180px;
	width: 100%;
	background: url(../images/footer_bg.png);
}
#footer_in {
	margin: auto;
	width: 1000px;
	height: 180px;
	color: #FFF;
	position: relative;
}
#footer_in a {
	color: #FFF;
}
#footer_link01 {
	list-style: none;
	position: absolute;
	display: block;
	height: 25px;
	width: 500px;
	left: 5px;
	top: 10px;
}
#footer_link01 li  {
	float: left;
	margin-right: 30px;
}
#footer_link02 {
	border: 1px solid #FFF;
	text-decoration: none;
	position: absolute;
	padding: 5px;
	left: 5px;
	top: 50px;
}
#footer_link03 {
	border: 1px solid #FFF;
	text-decoration: none;
	position: absolute;
	padding: 5px;
	left: 150px;
	top: 50px;
}
#footer_link04 {
	border: 1px solid #FFF;
	text-decoration: none;
	position: absolute;
	padding: 5px;
	left: 341px;
	top: 50px;
}
#footer_in a:hover {
	background: #FFF;
	color: #2E4F6B;
}
.radius {
	border-radius: 5px;
}
#blog_banner {
	position: absolute;
	top: 10px;
	right: 0px;
}
#footer_logo {
	width: 500px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
}
#copy {
	width: 100%;
	text-align: center;
	padding: 5px;
	color: #2D536E;
	font-size: 13px;
	letter-spacing: 0.2em;
}
#main_box {
	margin: 0px auto 20px;
	padding: 10px;
	height: auto;
	width: 980px;
	background: #FFF;
	box-shadow: 0px 0px 3px #999;
}
#main_box h2 {
	background: url(../images/footer_bg.png);
	color: #FFF;
	line-height: 36px;
	padding-left: 10px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 3px #666,3px 3px 3px #999;
	letter-spacing: 0.2em;
}
#main_box p {
	margin: 10px;
}
#outline_table {
	margin: 20px auto;
	width: 960px;
}
#outline_table tr th {
	width: 15%;
	height: 40px;
	vertical-align: middle;
}
#outline_table tr .td02 {
	width: 35%;
}
#outline_table tr th b {
	background: #2F5772;
	color: #FFF;
	width: 90%;
	display: block;
	margin: 5px auto 10px;
	height: 30px;
	line-height: 30px;
}
#outline_table tr td p {
	border-bottom: 1px solid #2D5570;
	padding: 0px 5px;
	margin: 0px;
}
#googlemap {
	width: 960px;
	margin: 10px auto;
}
#brand b {
	background: #336699;
	color: #FFF;
	display: block;
	float: left;
	padding: 5px;
	margin: 5px;
}
#gaikan {
	float: right;
	margin-bottom: 20px;
}
#form h3 {
	border-bottom: 3px solid #2D546F;
	margin-bottom: 10px;
}
.form_L {
	float: left;
	width: 453px;
	margin: 10px 0px 0px 10px;
	padding: 10px;
	border: 1px solid #2D536E;
	background: #E2E2E2;
}
.form_R {
	float: right;
	width: 453px;
	margin: 10px 10px 0px 5px;
	padding: 10px;
	border: 1px solid #2E4F6B;
	background: #E2E2E2;
}
.form_LR {
	float: right;
	width: 938px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #2E4F6B;
	background: #E2E2E2;
}
.form_L input,
.form_R input {
	width: 440px;
	height: 40px;
	font-size: 18px;
	line-height: 30px;
	padding: 0px 5px;
}
.form_LR input {
	width: 925px;
	height: 40px;
	font-size: 18px;
	line-height: 30px;
	padding: 0px 5px;
}
.form_LR textarea {
	width: 925px;
	height: 200px;
	padding: 5px;
	font-size: 16px;
	line-height: 25px;
}
#form form div input {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	display: block;
	margin: 0px auto;
}
.bf_box h3 b span {
	font-size: 14px;
	color: #CCC;
	letter-spacing: 0em;
}

.bf_box {
	margin: 10px auto 50px;
	width: 960px;
	background: #FFF;
	border: 1px solid #2E5772;
	border-radius: 6px;
	padding: 20px 0px 10px;
}
.raiten {
	float: left;
	height: auto;
	width: 444px;
	margin: 10px;
	border: 3px double #2D516D;
	padding: 10px;
}
.raiten h3 {
	background: #2D516C;
	color: #FFF;
	padding: 0px 5px;
	line-height: 30px;
}
.bf_box h3 {
	border-bottom: 4px solid #325978;
	margin: 10px;
	position: relative;
	display: block;
}
.bf_box h3 b{
	position: absolute;
	right: 10px;
	letter-spacing: 0.3em;
	font-size: 20px;
	background: #2E5671;
	padding: 5px 5px 5px 10px;
	border: 3px double #FFFFFF;
	color: #FFF;
	bottom: 3px;
	border-radius: 4px;
}
.bf_box  p {
	display: block;
	height: auto;
	width: 450px;
	padding: 5px;
	float: left;
}
.bf_box img {
	float: left;
}
.before_text {
	background: #ffebf5;
}
.after_text {
	background: #ebf5ff;
}
.bf_box .after_text2{
	background: #ebf5ff;
	width: 350px;
}
.bf_box .after_text3{
	background: #ebf5ff;
	width: 930px;
}
.bf_box .price {
	background: #666;
	margin: 8px;
	padding: 0px 10px;
	font-size: 20px;
	text-align: right;
	color: #FFF;
	border: 3px double #FFF;
	line-height: 40px;
	height: 40px;
	width: 917px;
	float: left;
}
.inq {
	display: block;
	margin: -20px auto 50px;
	height: 120px;
	width: 960px;
	box-shadow: 0px 0px 3px #999;
}
#kihon a {
	margin: 20px auto 0px;
	height: 50px;
	width: 996px;
	display: block;
	border-radius: 25px;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 3px #666,3px 3px 5px #999;
	text-decoration: none;
	background: url(../images/kihon.png);
}
#kihon a:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}#blog_header {
	margin: 20px auto;
	height: 150px;
	width: 1000px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 5px #666;
}
.pagetop {
	position: fixed;
	bottom: -50px;
	right: 30px;

}
.pagetop a {
	background: url(../images/page_top.png);
	display: block;
	height: 50px;
	width: 50px;
	text-decoration: none;
}
