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


/*

00　コンテンツページテンプレート
01　トップページ
02　余白

*/

/*----------------------------------------------------------------
　00　コンテンツページテンプレート
----------------------------------------------------------------*/

#midashi_Area {
	width:100%;
	margin-top:3px;
	background-color:#c9e8fa;
	border-top:solid 3px #00a7ea;
	border-bottom:solid 14px #00a7ea;	
}

.sub_image {
	width:960px;
	margin:0 auto;
}

#mainArea {
	float:left;
	width:720px;
}

.pan{
	color:#0092cc;
}

.pan a:link{
	color:#0092cc;
}

.pan a:visited{
	color:#0092cc;
}

.pan a:hover{
	color:#44ccff;
}

.bnr_contact a{
	background:url(../images/common/bnr_contact.png) no-repeat;
	width:720px;
	height:111px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	margin:0 auto;
}


.bnr_contact a:hover{
	background:url(../images/common/bnr_contact.png) no-repeat;
	background-position:0 -111px;
	width:720px;
	height:111px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

#sideArea {
	width:212px;
	float:right;
	margin-top:27px;
}



/*----------------------------------------------------------------
　01　トップページ
----------------------------------------------------------------*/
.top_bnrArea02{
	margin-top:10px;
}

.top_bnrArea02 li{
	float:left;
	margin-left:5px;
}


.box_facebook{
	border:solid 1px #00a7ea;
	width:694px;
	border-radius: 10px;		
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:14px;
	margin-top:18px;
	background-color:#FFF;
	margin-bottom:15px;
}

/*----------------------------------------------------------------
　02　余白
----------------------------------------------------------------*/

.mb20{
	margin-bottom:20px;
}

.mt10{
	margin-top:10px;
}



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