<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 */

body {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.7em;
	color: #333;
	background: url(images/body-bg.gif) repeat-x; 
}

a {
	color: #09C;
}
a:hover {
	color: #000;
}

img {
	vertical-align: bottom;
	border: none;
}


#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
}
#header {
	height: 76px;
	background: url(images/header-bg.gif) repeat-x; 
	padding: 0 10px 0 10px;
}
#header h1 {
	margin: 0;
	padding: 7px 0 0 0; 
	font-size: 10px;
	color: #bbb;
	font-weight: normal;
	text-align: right;
}
#header h1 a {
	color: #ccc;
	text-decoration: none;
}
#footer {
	margin: 0;padding: 0;
	background: url(images/footer-bg.gif) repeat-x;
}
#footer #credit {
	width: 900px;
	margin: 5px auto;
	border-top: 1px solid #ddd;
}
#footer p {
	margin: 0; padding: 0;
	display: block;
	float: right;
}
#footer h4 {
	font-size:11px;
	font-weight:normal;
	margin: 0; padding: 0;
	float: left;
}
#footer img {
	vertical-align:top;
}
#footer #siteLink {
	width: 800px;
	margin: 0 auto;
	padding: 70px 0 10px 0;
	color: #39C;
	background: url(../images/site-bg.gif) top center no-repeat;
}
#footer #siteLink td {
	width: 195px;
	text-align: center;
	line-height: 18px;
}
#footer #siteLink td strong {
	color:#F36;
}
#footer #siteLink a {
	width: 160px;
	height: 120px;
	margin: 5px auto;
	padding: 2px;
	border: 1px solid #ccc;
	text-decoration: none;
	display: block;
}
#footer #siteLink a:hover {
	border: 1px solid #39C;
}

#mainContent {
	margin:10px 0 0 0;
	padding: 0;
	background: #FFFFFF;
}
#mainContent h2#caption {
	height:20px;
	background: #e4f2fd;
	margin:0;
	padding:5px 0 0 170px;
	font-size:12px;
	color:#69F;
	font-weight:normal;
}
#mainContent #caption a {
	color:#69F;
	text-decoration:none;
}

#section2 {
	margin: 10px 0 0 0;
}
#section2 h3 {
	font-size: 15px;
	color: #7fb004;
	margin: 5px 0 0 0;
	display:inline;
}
#section2 div.left {
	width:290px; height:1035px;
	margin: 0;
	background: url(images/2-bg.gif) no-repeat;
	float:left;
}
#section2 div.center {
	width:290px; height:1035px;
	margin: 0 15px;
	background: url(images/3-bg.gif) no-repeat;
	float:left;
}
#section2 div.right {
	width:290px; height:1035px;
	background: url(images/4-bg.gif) no-repeat;
	float:left;
}
#section2 div.right strong {
	color:#C00;
}
#section2 div.content {
	padding:0 20px 15px 20px;
}
#section2 div.content img {
	padding:0 0 5px 0;
}
#section2 div.left .price,
#section2 div.center .price,
#section2 div.right .price {
	font-weight: bold;
	color:#C00;
	margin-bottom:5px;
}
#section2 div.left ul,
#section2 div.center ul,
#section2 div.right ul {
	margin-top:5px;
	padding-left:15px;
	list-style-type:circle;
}
#section2 .area {
	margin: 0;
	font-size:12px;
	line-height:20px;
	letter-spacing: 1px;
}
#section2 .area h4 {
	font-size: 15px;
	color:#F36;
	margin: 8px 0 5px 0;
}
#section3 {
	height:414px;
	background: url(images/3-bg.jpg) no-repeat;
	
}

#section4 {
	width:881px;
	height: 280px;
	margin:0 auto;
	background: url(images/5-bg.jpg) no-repeat;
}
#section4 p {
	padding: 0 320px 0 20px;
}
.text {
	margin: 18px 10px 0 90px;
}
.text ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-image: url(images/list.gif);
}


.clear {
	clear: both;
}
.scroll_nav {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 5px 15px;
}

#breadcrumbs {
	font-size: 10px;
	color: #999;
	padding: 10px 0 0 20px;
}

#company { 
    width: 90%;
	margin: 30px auto;
}
#company th {padding:5px;border:1px solid #CCC; background:#EEE;}
#company td {
	padding:5px;
	border:1px solid #CCC;
}

.smaller {
	font-size:10px;
	line-height:14px;
}

#info {
	margin: 10px 0;
}
#info div {
	padding: 17px;
	border: 1px solid #FC0;
	background: #fffee3;
}
#info strong {
	font-size: 16px;
	color: #C00;
	text-align: center;
	padding-bottom: 13px;
	display: block;
}
.col01 {
	color: #09C;
}</pre></body></html>