BODY{
background-color : #faf8ee;
background-image: url("../img/bg1.jpg");
background-repeat:repeat-x;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
color : #505050;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size : 9pt;
line-height: 160%
;
}

a:hover img{
opacity:0.7;
filter: alpha(opacity=70)
;
}

TH, TD {
font-size : 9pt;
line-height: 130%
;
}

H1{
font-size : 8pt;
font-weight: normal;
color : #666666;
margin-top:0px;
margin-bottom:0px;
height:24px;
padding-top: 7px;
}

H2{
font-size : 12pt;
color : #ffffff;
margin-top:0px;
margin-bottom:0pt;
width:478px;
height:29px;
padding-top: 15px;
padding-left: 20px;
background-image: url("../img/bg5.gif");
}

.bold{
font-weight: bold
;
}

.large{
font-size : 12pt
;
}

.small{
font-size : 8pt
;
}

.red{
color : #b00000
;
}

.smallred{
font-size : 8pt;
color : #b00000
;
}

.white{
color : #ffffff
;
}

.left{
margin-bottom : 5px;
}

.lefttext{
font-size : 8pt;
width:186px;
}

.contents{
background-color : white;
padding: 10px;
margin-top : 10px;
border: 1px solid #eae1b9
}

.cmscont{
background-color : white;
padding: 10px;
margin-top : 10px;
border: 1px solid #4896c0
}




/*641px〜PC　PC上では見えないようにする*/
@media screen and (min-width:6410px){
	.footer_area{
		display: none;
}	
}

/*スマホ〜641pxの幅サイズまで*/
@media screen and (max-width:6400px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #068BF1;
    -webkit-border-radius: 8px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 80%;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
}