@charset "Shift_JIS";

@import url("../../css/3-012_b/base.css");

/*	exclusive
-----------------------------------------------------*/
body {
	background: #CAF5FF url(../../img/common_bg/bg.gif) repeat;
}
td#header { background: url(img/header02.jpg) no-repeat left top; }	/* 事業所ごとに変更 */

div#visual p { margin-left: 10px; }

div#topContents { margin: 10px 20px; }

div.tNavi {
	margin: 10px 10px 10px 0;
	padding: 5px;
	border: 1px solid #029AE5;
	background: #DDF8FF;
	}

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

img.border2 { background: url(../../img/common_bg/bg_1pxslash.gif) repeat; }	/* 写真枠に画像を入れる場合 */