@charset "shift_jis";

@import url("../../css/3-002_o/base.css");

/*	exclusive style
------------------------------------*/
body { background: url(../../img/3-002_o/bg01.gif) repeat-y; }	/* 短いページ対策 */
div#container {
	background: url(../../img/3-002_o/bg01.gif) repeat-y;
	width: 810px;
	text-align: left;
	}

div.tNavi {
	margin: 10px 20px 5px 0;
	padding: 5px;
	border: 1px solid #D96800;
	background: #FFF;
	}

/*	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: 180px;
	}
div.rcboxtop { background: url(../../img/3-003_o/radius/rc_rt.gif) no-repeat right top; }
div.rcboxtop div {
	height: 10px; 
	background: url(../../img/3-003_o/radius/rc_lt.gif) no-repeat top left; 
	}
div.rcboxbottom { background: url(../../img/3-003_o/radius/rc_rb.gif) no-repeat bottom right; }
div.rcboxbottom div {
	height: 10px; 
	background: url(../../img/3-003_o/radius/rc_lb.gif) no-repeat bottom left; 
	}
div.rcboxcontent { padding: 0 10px 0 10px; } /* content area */
div.rcboxcontent p { line-height: 1.4; }