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


/* --- トップページ ------------------------------------------------------------------- */

div#right_main {
	padding-bottom: 0;
}


/* --- トップ写真 ------------------------------------------------- */

div#top_photo {
	margin: 15px auto;
}


/* --- トップコメント --------------------------------------------- */

div#top_comment {
	margin: 20px auto;
	width: 600px;
	padding-bottom: 30px;
	background: url(../img/top_comment_bottom.gif) no-repeat center bottom;
}


div#top_comment div {
	width: 600px;
	padding-bottom: 25px;
	background: url(../img/top_comment_bg.gif) no-repeat right bottom;
}

div#top_comment p {
	text-align: left;
	width: 487px;
	margin: 1.4em auto 0;
}


/* --- トップ連絡先 ----------------------------------------------- */

div#top_address {
	width: 670px;
	margin: 20px auto 30px;
/*	padding-left: 430px;*/
	text-align: right;
}

div#top_address div {
	float: right;
	width: 220px;
	margin-bottom: 30px;
	padding-right: 35px;
}

div#top_address p {
	width: 220px;
	text-align: left;
}

p#top_address01 {
	font-size: 110%;
	font-weight: bold;
}

p#top_address02 {
	margin-left: 1.5em;
	letter-spacing: 0.07em;
}

div#top_address p#top_counter {
	width: 40px;
	height: 13px;
	text-align: center;
	margin-top: -1.3em;
	margin-left: 180px;
	background: url(../img/count_back.gif) no-repeat center center;
}

div#top_address p#top_counter img {
	margin: 2px 0;
}


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