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


@import url("../../css/007_p2/base.css");

/*	exclusive style
------------------------------------*/
body { background: #FFCC99 url(../../img/common_bg/bg_1pxslash.gif) repeat; }

div.tNavi { margin: 10px; }	/* tNavi margin setting */

div#greetingContents img {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	vertical-align: bottom;
}

/* top */
dl.rinen dd {
	margin-bottom: 0.5em;
	margin-left: 1.2em;
}

/*	photo
-----------------------------------------------------*/
div.imagePositionWR {
	width: 260px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
} /* 写真のwidthをwidthに指定する */
div.imagePositionWL {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
} /* 写真のwidthをwidthに指定する */

div.imagePositionWR p,
div.imagePositionWL p {
	text-align: center;
	line-height: 1.3;
}

.border3{
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ccc;
	padding: 3px;
}

/* common */
.cb { clear: both; }
.oh { overflow: hidden; }
span.fsS { font-size: 77%; }

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