@charset "shift_jis";

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

/*	exclusive style
------------------------------------*/
body {
	text-align: center;
	background: #FFEEF0 url(../../img/common_bg/bg_flower01.gif) repeat;
}	/* 短いページ対策 */
p.commonCatch2 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
	color: #0066FF;
	text-align: left;
	}
div#container {
	background: #FFFFFF url(../../img/3-002_p/bg01.gif) repeat-y;
	width: 800px;
	text-align: left;
	margin: 0px auto;
	border-left: 2px solid #F59487;
	border-right: 2px solid #F59386;
	}
/*	tnavi
------------------------------------*/
div.tNaviBg {
	height: 60px;
	width: 180px;
	background: url(../../img/3-002_p/top/tnavi.gif) no-repeat;
	margin-bottom: 10px;
	}
div.tNaviBg dt a {
	text-decoration: none;
	color: #E64545;
	font-weight: bold;
	font-size: 12px;
}
div.tNaviBg dt {
	text-align: left;
	padding: 7px 5px 3px;
	margin: 0px 5px;
	font-size: 12px;
	}
div.tNaviBg dd,div.tNaviBg dd a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 1.4em;
	font-size: 12px;
	display: block;
	padding: 0px 4px;
	text-align: left;
	}
/*	recruit section
------------------------------------*/
div.recruitSection2 {
	margin: 10px 30px 20px;
	padding: 15px 10px 10px 15px;
	border: 2px dashed #FF6F66;
}
div.recruitSection2 h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FF6F66;
	margin: 0 0 10px;
	}
div.recruitSection2 p{
	padding-bottom: 5px;
	line-height: 1.5em;
}
/*	複数拠点用
------------------------------------*/
.bases{
	margin-top: 10px;
}
.sitemapSection li {
	line-height: 1.5em;
	font-weight: bold;
	margin: 5px;
	background: url(../../img/common_marker/marker_p01.gif) no-repeat left center;
	list-style: none;
	padding-left: 1em;
}
/*	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; }
