@charset "shift_jis";

@import url("../../css/3-002_g/base.css");

/*	exclusive style
------------------------------------*/
body { background: url(../../img/3-002_g/bg01.gif) repeat-y; }	/* 短いページ対策 */
div#container {
	background: url(../../img/3-002_g/bg01.gif) repeat-y;
	width: 810px;
	text-align: left;
	}

div.tNavi {
	margin: 10px 20px 5px 0;
	padding: 5px;
	border: 1px solid #393;
	background: #FFF;
	}

table.photoPos { margin: 10px 30px; }
p.serviceText { line-height: 1.4; }

div.companySection dl dt {
	font-weight: bold;
	margin-bottom: 0.4em;
	}
div.companySection dl dt span {
	padding: 2px 4px;
	border: 1px solid #393;
	}
div.companySection dl dd {
	margin-bottom: 0.8em;
	margin-left: 1.5em;
	line-height: 1.4;
	}
span.border {
	padding: 2px 4px;
	border: 1px solid #393;
	}
p.mg {
	margin-bottom: 1em;
	margin-left: 1.5em;
	line-height: 1.4;
	}
/*	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: #ffdc96;
	width: 180px;
	margin-bottom: 5px;
	}
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; }

div.rcbox a:hover { color: #F60; }