<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body,img,h1,h2,h3,div,p,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul,ol{
	list-style: none;
}
ul li{
	vertical-align: bottom;
}
img{
	border: none;
	vertical-align: bottom;
}
.clearfix:after{
	content: "";
	display:block;
	clear: both;
}
h1,h2,h3{
	font-weight: bold;
	font-size: 14px;
}
.fc-01{
	color: #e81e10;
}
.fc-02{
	color: #666;
}
/*==================================/
		reset css
/==================================*/
body{
	color:#333;
	background-color: #e8e7e3;
	font: 14px/1.6 Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.7;
}
.marginB15{
	margin-bottom: 15px;
}
.marginB30{
	margin-bottom: 30px;
}
.fc-01{
	color: #e81e10;
}
.fc-02{
	color: #666;
}
.toCenter{
	text-align: center;
}
.toRight{
	text-align: right;
}
.txtInd15{
	text-indent: 15px;
}
/*==================================/
		headerArea
/==================================*/
#headerArea{
	padding-bottom: 1px;
	background-color: #fff;
	border-bottom: 1px solid #dddcda;
}
#headerArea #headerInner{
	width: 950px;
	margin: 0 auto;
}
#headerArea #headerInner .logo{
	float: left;
}
/*==================================/
		mainArea
/==================================*/
#mainArea{
	width: 920px;
	margin: 0 auto;
	background: url(../img/mainArea_bg_bottom.gif) no-repeat bottom;
	margin-bottom: 40px;
}
#mainImage{
	margin-left:-140px;
	margin-bottom: 40px;
}

#content{
	text-align: center;
	margin-bottom: 40px;
}

#main_tel{
	text-align: center;
}

#footerArea{
	background-color: #333333;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
#footerArea a{
	color: #fff;
	text-decoration: none;
}
#footerArea a:hover{
	text-decoration: underline;
}
#footerArea .name{
	font-size: 18px;
}
#footerArea .footerNav{
	margin-top: 3px;
}
#footerArea .footerNav li{
	display: inline;
	border-left: 1px solid #fff;
	padding-left: 6px;
	margin-left: 5px;
}
#footerArea .footerNav li:first-child{
	border: none;
}
#footerArea .copyright{
	font-size: 11px;
	margin-top: 5px;
}
.linkButton{
	text-align: center;
	margin-bottom: 30px;
}

</pre></body></html>