<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/3-007_p2/base.css");

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

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

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

/*	角丸
-----------------------------------------------------*/
div.rcbox {
	background: #CCC;
	width: 160px;
	}
div.rcboxtop { background: url(../../img/3-007_p2/radius/rc_rt.gif) no-repeat right top; }
div.rcboxtop div {
	height: 10px; 
	background: url(../../img/3-007_p2/radius/rc_lt.gif) no-repeat top left; 
	}
div.rcboxbottom { background: url(../../img/3-007_p2/radius/rc_rb.gif) no-repeat bottom right; }
div.rcboxbottom div {
	height: 10px; 
	background: url(../../img/3-007_p2/radius/rc_lb.gif) no-repeat bottom left; 
	}
div.rcboxcontent { padding: 0 10px 0 10px; } /* content area */</pre></body></html>