@charset "utf-8";
/*
	Site Name: 
	Description: CSS filter
	Date: 2009/06/18
	Last Update: 2009/06/18
	Author: レボネット株式会社. http://www.revonet.co.jp
*/

/* ===== Universal Reset ===== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,th,td {
  margin:0px;
  padding:0px;
}

/* ===== ▽ページ全般設定 ===== */
input[type="submit"],input[type="reset"],
input[type="radio"],input[type="checkbox"],
label,button {
  cursor:pointer;
}

a {
	color: #333333;
}

a:hover {
	color: #888888;
}

h1 {
	display: none;
}
h2,h3,h4,h5,h6 {
  font-size:140%;
}

ol,ul {
  list-style:none;
}

a img {
  border:none;
}

img {
	border: none;
}

p {
	line-height: 160%;
	text-align: left;
}

ul {
	padding-left: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
li {
	background-position: center left;
	padding: 5px;
	padding-left: 0px;
	line-height: 120%;
}
b {
	color: #CC9933;
	font-weight:bold;
}

/* ===== ▲ページ全般設定 ===== */

/* ===== ▽body ===== */
body {
	text-align: center;
	font-size: 14px;
	margin-top: 0px;
	background-color: #000000;
}

/* ===== ▲body ===== */

/* ===== ▽container ===== */
#container {
	width: 850px;
	text-align: left;
	margin: 0px auto;
	background-position: top center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 80px;
	border-left: 1px solid #313131;
	border-right: 1px solid #313131;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(../images/back.jpg);
}

/* ===== ▲container ===== */

/* ===== ▽header ===== */
#header {
	height: 321px;
	width: 850px;
	background-image: url(../images/header.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#logo a{
	width: 250px;
	height: 85px;
	display: block;
	margin-top: 0px;
	float: left;
}

#headerContact a{
	width: 250px;
	height: 60px;
	display: block;
	margin-top: 30px;
	float: right;
	margin-right: 5px;
}


/* ===== ▽gNavi ===== */
.gNavi {
	background-image: url(../images/gNavi.jpg);
	height: 54px;
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #FFFFFF;
	width: 850px;
	float: left;
}


.gNavi ul{
	border: 0;
	margin: 0;
	padding: 0;
	
}

.gNavi ul li{
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
	background-image: url(../images/gNavi.jpg);
	
}

.gNavi ul li a{
	display: block;
	color: #333333;
	text-decoration:none;
	height: 54px;
	background-image: url(../images/gNavi.jpg);
}

.gNavi ul li a:hover{
	display: block;
	color: #333333;
	background-repeat: no-repeat;
	background-image: url(../images/gNavi.jpg);

}

.gNavi li a{
	font-size: 12px;
	text-indent: -9999px;
}



.gNavi li#navi_1 a{
	background-image: url(../images/gNavi.jpg);
	height: 54px;
	width: 222px;
}
.gNavi li#navi_1 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: 0px -54px;
	height: 54px;
	width: 222px;
}

.gNavi li#navi_2 a{
	background-image: url(../images/gNavi.jpg);
	height: 54px;
	width: 123px;
	background-position: -222px 0;
}
.gNavi li#navi_2 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: -222px -54px;
	height: 54px;
	width: 123px;
}

.gNavi li#navi_3 a{
	background-image: url(../images/gNavi.jpg);
	height: 54px;
	width: 135px;
	background-position: -345px 0;
}
.gNavi li#navi_3 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: -345px -54px;
	height: 54px;
	width: 135px;
}

.gNavi li#navi_4 a{
	background-image: url(../images/gNavi.jpg);
	height: 54px;
	width: 120px;
	background-position: -480px 0;
}
.gNavi li#navi_4 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: -480px -54px;
	height: 54px;
	width: 120px;
}


.gNavi li#navi_5 a{
	background-image: url(../images/gNavi.jpg);
	height: 54px;
	width: 250px;
	background-position: -600px 0;
	background-repeat: no-repeat;
}
.gNavi li#navi_5 a:hover{
	background-image: url(../images/gNavi.jpg);
	background-position: -600px -54px;
	height: 54px;
	width: 250px;
}
/* ===== ▲gNavi ===== */

/* ===== ▽bread ===== */
#bread {
	height: 10px;
	width: 830px;
	padding: 5px;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 0px;
	clear: both;
	text-align: left;
	margin-left: 5px;
	font-family: "MS PGothic", "Osaka";
	color: #FFFFFF;
}
#bread a{
	color: #e3c57d;
}
#bread a:hover{
	color: #888888;
}

/* ===== ▲bread ===== */
/* ===== ▲header ===== */

/* ===== ▽side ===== */
#sNavi {
	width: 270px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}

#sNavi p{
	background-image: url(../images/sidePbg.jpg);
	background-repeat: repeat-x;
	padding: 2px;
	padding-left: 25px;
}

#sNavi h2{
	background-image: url(../images/sideH2bg.jpg);
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 120%;
	color: #000000;
}

#sNavi a{
	color: #333333;
	text-decoration: none;
}

#sNavi a:hover{
	color: #6FAD00;
	text-decoration: underline;
}


#estimate a{
	background-image: url(../images/estimate.jpg);
	height: 60px;
	width: 200px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

.sideTopH {
	background-image: url(../images/sideTop.jpg);
	height: 105px;
	width: 220px;
	background-repeat: no-repeat;
	background-color: #0C0C0A;
	margin-left: 15px;
	padding-top: 8px;
}
.sideTop {
	background-image: url(../images/sideTopS.jpg);
	height: 105px;
	width: 220px;
	background-repeat: no-repeat;
	background-color: #0C0C0A;
	margin-left: 15px;
	padding-top: 8px;
}
.sideCenter {
	width: 220px;
	clear:both;
	margin-top: 0px;
	background-color: #0C0C0A;
	height: 375px;
	margin-left: 15px;
	background-image: url(../images/sideBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 5px;
}
.sideBottom {
	background-image: url(../images/sideBottom.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 220px;
	margin-left: 15px;
}
.sideBn {
	clear:both;
	margin-top: 5px;
}

.sideBn a{
	background-image: url(../images/sideBn.jpg);
	height: 236px;
	width: 250px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}

.sidePhoto {
	clear:both;
	margin-top: 5px;
}

.sidePhoto a{
	background-image: url(../images/sidePhoto.jpg);
	height: 50px;
	width: 250px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}

.sideContact {
	clear:both;
	margin-top: 5px;
	background-image: url(../images/sideContact.jpg);
	height: 130px;
	width: 250px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}

.qr {
	clear:both;
	margin-top: 5px;
	background-image: url(../images/qr.jpg);
	height: 160px;
	width: 250px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
	background-position: top center;
}

.sideBn1 {
	clear:both;
	margin-top: 0px;
}

.sideBn1 a{
	background-image: url(../images/sideBn1.jpg);
	height: 35px;
	width: 201px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}

.sideBn2 {
	clear:both;
	margin-top: 10px;
}

.sideBn2 a{
	background-image: url(../images/sideBn2.jpg);
	height: 35px;
	width: 201px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}

.sideBn3 {
	clear:both;
	margin-top: 10px;
}

.sideBn3 a{
	background-image: url(../images/sideBn3.jpg);
	height: 35px;
	width: 201px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}

#sNavi .sideMenu1_1 {
	margin-left:10px;
}
#sNavi .sideMenu1_1 a{
	background-image: url(../images/sideMenu1_1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	display: block;
}
#sNavi .sideMenu1_1 a:hover{
	background-image: url(../images/sideMenu1_1.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
#sNavi .sideMenu1_2 {
	margin-left:10px;
}
#sNavi .sideMenu1_2 a{
	background-image: url(../images/sideMenu1_2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	display: block;
}
#sNavi .sideMenu1_2 a:hover{
	background-image: url(../images/sideMenu1_2.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
#sNavi .sideMenu1_3 {
	margin-left:10px;
}
#sNavi .sideMenu1_3 a{
	background-image: url(../images/sideMenu1_3.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	display: block;
}
#sNavi .sideMenu1_3 a:hover{
	background-image: url(../images/sideMenu1_3.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
#sNavi .sideMenu1_4 {
	margin-left:10px;
}
#sNavi .sideMenu1_4 a{
	background-image: url(../images/sideMenu1_4.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	display: block;
}
#sNavi .sideMenu1_4 a:hover{
	background-image: url(../images/sideMenu1_4.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
#sNavi .sideMenu1_5 {
	margin-left:10px;
}
#sNavi .sideMenu1_5 a{
	background-image: url(../images/sideMenu1_5.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	display: block;
}
#sNavi .sideMenu1_5 a:hover{
	background-image: url(../images/sideMenu1_5.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

#sNavi .sideMenu2_1 {
	margin-left:10px;
}
#sNavi .sideMenu2_1 a{
	background-image: url(../images/sideMenu2_1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	display: block;
}
#sNavi .sideMenu2_1 a:hover{
	background-image: url(../images/sideMenu2_1.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
#sNavi .sideMenu2_2 {
	margin-left:10px;
}
#sNavi .sideMenu2_2 a{
	background-image: url(../images/sideMenu2_2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	display: block;
}
#sNavi .sideMenu2_2 a:hover{
	background-image: url(../images/sideMenu2_2.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
#sNavi .sideMenu2_3 {
	margin-left:10px;
}
#sNavi .sideMenu2_3 a{
	background-image: url(../images/sideMenu2_3.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	display: block;
}
#sNavi .sideMenu2_3 a:hover{
	background-image: url(../images/sideMenu2_3.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
#sNavi .sideMenu2_4 {
	margin-left:10px;
}
#sNavi .sideMenu2_4 a{
	background-image: url(../images/sideMenu2_4.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 25px;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	display: block;
}
#sNavi .sideMenu2_4 a:hover{
	background-image: url(../images/sideMenu2_4.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

.sideContact a{
	background-image: url(../images/sideContact.jpg);
	height: 160px;
	width: 186px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left:7px;
	margin-bottom: 10px;
}

/* ===== ▲side ===== */

/* ===== ▽content ===== */
#contentBg {
	text-align: center;
	margin-top: 0px;
	background-image: url(../images/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
	float: left;
	width: 850px;
}

#content {
	float: left;
	width: 575px;
	text-align: left;
	margin-top: 10px;
}
.topBn{
	background-image: url(../images/topContent.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 300px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 9px;
	width: 570px;
	margin-bottom: 10px;
	display: block;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	clear: both;

}
.mainLink1 {
	margin-left: 32px;
}
.mainLink1 a{
	width: 161px;
	height: 160px;
	display: block;
	margin-top: 6px;
	float: left;
	margin-left: 0px;
}
.mainLink2 {
	margin-left: 0px;
}
.mainLink2 a{
	width: 160px;
	height: 160px;
	display: block;
	margin-top: 6px;
	float: left;
	margin-left: 13px;
}
.mainLink3 {
	margin-left: 0px;
}
.mainLink3 a{
	width: 161px;
	height: 160px;
	display: block;
	margin-top: 6px;
	float: left;
	margin-left: 11px;
}

.aboutLink {
	width: 230px;
	float: left;
}
.aboutLink a{
	background-image: url(../images/aboutLink.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 75px;
	text-decoration: none;
	text-indent: -9999px;
	width: 230px;
	margin-bottom: 5px;
	display: block;
	margin-left: 8px;
	float: left;
}
.aboutLink a:hover{
	background-image: url(../images/aboutLink_o.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

.topBn1 {
	width: 283px;
	float: left;
	margin-top:30px;
	margin-bottom:0px;


behavior: expression(IEPNGFIX.fix(this));
}
.topBn1 a{
	background-image: url(../images/topBn1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 266px;
	text-decoration: none;
	text-indent: -9999px;
	width: 280px;
	margin-bottom: 5px;
	display: block;
	margin-left: 0px;
	float: left;
}
.topBn1 a:hover{
	background-image: url(../images/topBn1_o.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.topBn2 {
	width: 280px;
	float: left;
	margin-top:30px;
	margin-bottom:0px;
}
.topBn2 a{
	background-image: url(../images/topBn2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 266px;
	text-decoration: none;
	text-indent: -9999px;
	width: 280px;
	margin-bottom: 5px;
	display: block;
	margin-left: 5px;
	float: left;
}
.topBn2 a:hover{
	background-image: url(../images/topBn2_o.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}


.mark p{
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}

table {
	width: 572px;
	border: 1px solid;
	border-color: #DDDDDD;
	margin-left: 5px;
	font-size: 14px;
}
td {
	background-color: #FFFFFF;
	padding: 5px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
tr {

}
.color {
	background-color: #85C026;
	width: 120px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	color: #FFFFFF;
}
caption {
	padding-top: 5px;
	padding-bottom: 5px;
}

th {
	background-color: #0094D5;
	padding: 5px;
	font-size: 100%;
	color: #FFFFFF;
}

form {
	text-align: left;
	background-color: #FFFFFF;
}

.color2 {
	background-color: #DEDEDE;
	width: 200px;
	text-align: center;
}


#mainImg {
	background-image: url(../images/mainImg.jpg);
	height: 268px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 0px;
	text-indent: -9999px;
	width: 850px;
	clear: both;
}
#topContent {
	background-image: url(../images/topContent.jpg);
	height: 187px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 0px;
}
.frame {
	border: 1px solid;
	background-color: #111111;
	border-color: #393939;
	color: #333333;
	margin-bottom: 15px;
	clear: both;
	width: 540px;
	padding: 10px;
	margin-top: 5px;
	line-height: 150%;
	margin-left: 5px;
	float: left;
}

#content .frame p{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}


#content h2.sub{
	padding: 10px;
	width: 570px;
	margin: 0px;
	background-image: url(../images/h2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	padding-bottom: 40px;
	color: #FFFFFF;
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 150%;
	margin-bottom: 0px;
	padding-top: 15px;
}
#content h2.h2_top{
	padding: 0px;
	width: 570px;
	margin: 0px;
	background-image: url(../images/topH2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 0px;
	margin-left: 0px;
	color: #000000;
	clear: both;
	text-indent: -9999px;
	height: 80px;
	padding-top: 0px;
}

#content h4{
	padding: 8px;
	width: 580px;
	margin: 0px;
	background-image: url(../images/h4.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #666666;
	clear: both;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 110%;
	margin-bottom: 5px;
}

#content p{
	padding: 10px;
	margin-left: 5px;
	margin-right: 10px;
	color: #FFFFFF;
}
#content .png{
	padding: 10px;
	margin-left: 5px;
	margin-right: 10px;
	color: #FFFFFF;
}
#content p.img{
	padding: 0px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
}
#content p.link{
	background-image: url(../images/link.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px;
	padding-left: 25px;
	line-height: 100%;
	margin-bottom: 15px;
	clear: both;
}
#content p.link a{
}
#content p.link a:hover{
}
#content .pFrame {
	background-color: #FFFCEE;
	padding: 10px;
	border: 1px solid;
	border-color: #FACC38;
	clear: both;
	margin-left: 5px;
}


#content .list {
	background-image: url(../images/list.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px;
	padding-left: 30px;
	margin-left: 10px;
}

.line1 {
	width: 180px;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

.line2 {
	width: 180px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 5px;
}

.line3 {
	width: 180px;
	float: left;
	margin-bottom: 5px;
}

.line1 a{
	font-size: 95%;
}
.line2 a{
	font-size: 95%;
}
.line3 a{
	font-size: 95%;
}

#content .imgRight {
	float: right;
	margin: 10px 0px 15px 10px;
	padding-right: 25px;
}
#content .imgLeft {
	float: left;
	margin: 10px 15px 15px 5px;
}

#content p.name {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 0px;
	clear: both;
	margin: 0px auto;
	margin-top: 0px;
	font-weight: bold;
	font-size: 120%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#content .center {
	text-align: center;
	margin-bottom: 10px;
	clear: both;
	margin: 0px auto;
	margin-top: 5px;
}
#content .center img{
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}
.contact {
	text-align: left;
	margin-left: 5px;
	margin-bottom: 15px;
	margin:0px;
	clear: both;
}
.contact a {
	width: 570px;
	background-image: url(../images/topContact.jpg);
	height: 116px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	text-align: center;
	margin:0px;
	margin-left: 5px;
	margin-bottom: 15px;
}

.image1 {
	clear: both;
	height: 105px;
	margin: 0px;
	background-image: url(../images/bn1.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 570px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.image1 h2{
	display: none;
}

.image2 {
	clear: both;
	height: 105px;
	margin: 0px;
	background-image: url(../images/bn2.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 570px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.image2 h2{
	display: none;
}

.image3 {
	clear: both;
	height: 105px;
	margin: 0px;
	background-image: url(../images/bn3.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 570px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.image3 h2{
	display: none;
}

.image4 {
	clear: both;
	height: 105px;
	margin: 0px;
	background-image: url(../images/bn4.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 570px;
	margin-left: 5px;
	margin-bottom: 15px;
}
.image4 h2{
	display: none;
}

.aboutBn1 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.aboutBn1 a{
	background-image: url(../images/aboutBn1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 8px;
	float: left;
}
.aboutBn1 a:hover{
	background-image: url(../images/aboutBn1.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.aboutBn2 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.aboutBn2 a{
	background-image: url(../images/aboutBn2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 5px;
	float: left;
}
.aboutBn2 a:hover{
	background-image: url(../images/aboutBn2.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

.aboutBn3 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.aboutBn3 a{
	background-image: url(../images/aboutBn3.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 8px;
	float: left;
}
.aboutBn3 a:hover{
	background-image: url(../images/aboutBn3.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
.aboutBn4 {
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
.aboutBn4 a{
	background-image: url(../images/aboutBn4.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
	width: 275px;
	margin-bottom: 5px;
	display: block;
	margin-left: 5px;
	float: left;
}
.aboutBn4 a:hover{
	background-image: url(../images/aboutBn4.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

iframe{
	border: 1px solid #CCCCCC;
	margin-left: 5px;
}

dl {
	margin: 0.5em 1em;
	border-top: none;
	color: #333333;
	text-align: left;
}

dt {
	font-weight: normal;
	color: black;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	border-top: 1px solid #cccccc;
	width: 150px;
	float: left;
	background-color: #EEF3ED;
	margin-right: 1em;
	text-align: left;
}
	
dd {
	background-color: white;
	margin: 0 0 0 8em;
	padding: 0.5em 1em 0.5em 1em;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: #333333;
}

.price {
	margin-bottom: 15px;
}

.price dl {
	margin: 0em 0.5em 0.5em 0em;
	border-top: none;
	color: #E0751B;
	background-color: #111111;
}

.system {

}

.system dl {
	margin: 0.5em 0.5em 0.5em 0em;
	border-top: none;
	color: #E0751B;
}

.system dt {
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 0.5em 0 0.5em 0.5em;
	border-top: 1px solid #666666;
	float: left;
	background-color: #333333;
	margin-right: 0em;
	font: 90%;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font-family: "ＤＨＰ行書体";
	width: 6em;
}

.system dd {
	background-color: #FF9500;
	margin: 0 0 0 7em;
	padding: 1.5em 1em 1.5em 0.5em;
	color: #000000;
	font: 90%;
	text-decoration: underline;
	font-family: "ＤＨＰ行書体";
	height: 40px;
	float: right;
	width: 450px;
}
#content .imgRight_s {
	float: right;
	margin: 0;
	padding: 0;
	clear: right;
}
#content .imgRight_s img{
	padding: 0;
	margin: 0;
	clear: both;
}

.staff {
	text-align: center;
}

.staff img{
}

.photo {
	text-align: center;
	margin-bottom: 5px;
}

div.disc ul {
	padding-left: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}
div.disc li {
	background-position: center left;
	padding: 5px;
	padding-left: 0px;
	line-height: 120%;
	list-style-type: disc;
}

img.rightS {
	margin-right: 5px;
}


/* ===== ▲content ===== */

/* ===== ▽footer ===== */
#footer {
	float: right;
	margin-right: 10px;
}

#footer .link{
	clear: both;
	padding: 0px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	height: 15px;
	font-size:90%;
	width: 500px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: "MS PGothic", "Osaka";
	background-color: #0d0f17;
	border: 1px solid #393939;
	margin-top: 55px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:hover{
	color: #e3c57d;
	text-decoration: underline;
}

/* ===== ▽copy ===== */
#copy {
	padding: 0px;
	margin-top:5px;
	color: #FFFFFF;
	text-align: center;
	clear:both;
	width: 850px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#copy a{
	text-decoration: underline;
	background-image: none;
	padding-left: 0px;
	color: #CCCCCC;
}
#copy a:hover{
	text-decoration: underline;
	background-image: none;
	padding-left: 0px;
	color: #e3c57d;
}
#copy .text{
	padding-left: 335px;
	color: #CCCCCC;
}
#copy .copyLogo a{
	background-image: url(../images/copyLogo.gif);
	width: 62px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 0px;
	background-position:0px;
}
#copy .copyLogo a:hover{
	background-image: url(../images/copyLogo.gif);
	width: 62px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 0px;
	background-position:0px;
}

/* ===== ▲copy ===== */

/* ===== ▲footer ===== */

.style1 {
	color: #CC9933;
	font-weight:bold;
}
.style2 {
	color: #990000;
	font-weight:bold;
}
.style3 {
	color: #FF0000;
	font-weight:bold;
	font-size: 22px;
}
