@charset "shift_jis";


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


/*	リスト
-----------------------------------------------------*/
div.serviceSection ul {
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	padding:0;
	margin: 5px 5px 10px 10px;
}
div.serviceSection ul li {
	margin: 5px;
	padding: 0;

}

/*	事業所案内（複数拠点）
-----------------------------------------------------*/
table.bases {
	border-collapse: separate;
	border-top: 1px solid #663300;
	border-right: 1px solid #663300;
	border-spacing: 0;
	}
table.bases td,
table.bases th {
	border-bottom: 1px solid #663300;
	border-left: 1px solid #663300;
	padding: 8px 5px;
	empty-cells: show;
	line-height: 1.3;
	}
table.bases th img {
	vertical-align: bottom;
	border: 1px solid #333;
	}
table.bases dl dt {
	font-size: 120%;
	margin-bottom: 0.5em;
	font-weight: bold;
	}
table.bases dl dd { margin-bottom: 0.3em; }

div#multiTopicPath { margin: 1em 20px; }
div#multiTopicPath p {
	font-weight: bold;
	font-size: 115%;
	}


/*	table
-----------------------------------------------------*/
table.fs90 th{font-size:90%;}

/*	exclusive style
------------------------------------*/
body { background: #FFCC99 url(../../img/common_bg/bg_1pxslash.gif) repeat; }
div#visual { margin: 0 0 10px; text-align: center; }
div.tNavi { margin: 10px; }	/* tNavi margin setting */

/* infoBox */
div.infoBox { margin: 0 10px 1.5em; }
div.infoBox h2.heading { margin-bottom: 0.5em; }
div.infoBox dl {
	margin-right: 10px;
	margin-top: 5px;
}
div.infoBox dt {
	margin-bottom: 0.3em;
	font-weight: bold;
}
div.infoBox dd {
	line-height: 1.4;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #999;
	margin-left: 10px;
}
