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

/*リンク*/

a:link{ color:#0000ff;}
a:visited{color:#0000ff;}
a:hover{color:#ff5b00;}

/*------------全体フレームレイアウト------------*/

body{
	text-align:center;
}
div#header{
	background:url(../img/header/bg-header.jpg) repeat-x;
	height:100px;
	text-align:center;
	}
div#header-innner{
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:left;
}


div#main{
	width:960px;
	margin:0 auto;
	text-align:center;
	padding:10px 0;
	background:#fff;
}
div#side{
	float:left;
	width:198px;
	padding:10px;
	margin-right:20px;
	display:inline;
	text-align:left;
	border:1px solid #666;
}
div#main-contents{
	float:right;
	width:720px;
	text-align:left;
}

/*------------ヘッダー------------*/

div#head-info{
	position:absolute;
	right:0;
	bottom:0;
}

h1{
	font-size:77%;
	color:#fff;
	font-weight:normal;
	padding-left:10px;
}


/*------------サイド------------*/

div#side-navi{
	margin-bottom:20px;
}
div#side-navi p{
	background:url(../img/side/bg-navi.gif) no-repeat;
	width:198px;
	height:29px;
	margin-bottom:6px;
	text-indent:18px;
	padding-top:7px;
	font-size:12px;
	display:block;
}
div#side-navi p a{
	color:#fff;
	text-decoration:none;
	display:block;
}

.accordion p a{
	cursor:pointer;
}

.archive{
	background:#369;
	color:#FFF;
	padding:5px 10px;
	border-bottom:1px solid #FFF;
	cursor:pointer;	
}
.sub-navi p{
	background-color:#9CF;	
	padding:5px 10px;
	border-bottom:1px solid #FFF;	
}
.accordion01{
	border-bottom:2px dotted #6cba4a;
	margin-bottom:6px;
	background:url(../img/side/bg-accordion.gif) no-repeat left 2px;
}
div#side-navi .accordion01 a{
	background:none;
	color:#360;
	width:170px;
	height:29px;
	margin-left:20px;
	margin-bottom:4px;
	text-decoration:none;
}
.toggle{
	cursor:pointer;
	color:#fff;
}
div.bana-area{
	margin-bottom:10px;
}
div.to-contact{
	background:url(../img/side/bg-contact.jpg) no-repeat;
	width:170px;
	height:190px;
	position:relative;
}
div.to-contact img{
	position:absolute;
	left:10px;
	bottom:12px;
	text-align:center;
}

.tirasi-area{
	border-left:3px solid #ccc;
	border-right:3px solid #ccc;
	border-bottom:3px solid #ccc;
	padding:10px;
	width:172px;
}

.tirasi-image{
	text-align:center;
	margin-bottom:10px;
}
.tirasi-att{
	line-height:1.2;
	font-size:77%;
	margin-top:10px;
}
.mailcost-area{
	margin-top:10px;
}
/*------------フッター------------*/

div#footer{
	clear:both;
	padding-top:10px;
	background:#0d5821;
	text-align:center;
}
div#footer-inner{
	width:960px;
	text-align:left;
	margin:0 auto;
}
div#foot-navi{
	float:left;
	width:720px;
	color:#fff;
	font-size:11px;
}
div#foot-navi ul{
	float:left;
	margin-right:20px;
}
div#foot-navi li{
	background:url(../img/footer/foot-navi-li.gif) no-repeat left;
	text-indent:12px;
}
div#foot-navi a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
div#foot-info{
	float:right;
	width:230px;
}
div#foot-info p{
	color:#fff;
	font-size:11px;
}
div#copyright{
	clear:both;
	text-align:center;
	background:#01772b;
	height:30px;
	font-size:85%;
	padding-top:4px;
}
div#copyright p{
	color:#fff;
}

/*------------その他共通------------*/

div.bt-area{
	text-align:center;
	margin:40px auto;
}
.area-560{
	width:560px;
	margin:10px 80px;
}</pre></body></html>