/* 基本設定 *//********** 09_01設定 **********/

#shadow_left {/* 左飾り位置 */
	width:7px;
	height:1000px;
	margin:0px;
	background-image:url(../01top/top_img/shadow_left.gif);
	background-repeat:repeat-y;
	background-color:#FFC;
	float:left;
}

#shadow_right {/* 右飾り部分 */
	width:7px;
	height:1000px;
	background-color:#FFC;
	background-image:url(../01top/top_img/shadow_right.gif);
	background-repeat:repeat-y;
	float:left;
}

#center {/* センター位置 */
	width:900px;
	height:1000px;
	float:left;
	background:#FFF;
}

#main {/* メイン編集画面 */
	width:870px;
	height:860px;
	position:relative;
	top:10px;
	background-color:#FFF;
	overflow:hidden;
	margin:0px 15px;
}

#box_left {/* 左ナビ */
	width:190px;
	border:0px;
	margin:0px;
	float:left;
}

#box_right {/* コンテンツ */
	width:680px;
	border:0px;
	margin:0px;
	float:left;
}

.clear {
	clear:both;
	height:1px;
}

div#esti_top {
	background-image:url(../09esti/esti_img/esti_title.gif);
	background-repeat:no-repeat;
	width:680px;
	height:65px;
	text-indent:-999px;
	margin-bottom:10px;
}

div#request_top {
	background-image:url(../10reqest/reqest_img/req_title.gif);
	background-repeat:no-repeat;
	width:680px;
	height:65px;
	text-indent:-999px;
	margin-bottom:10px;
}

/********** その他設定 **********/

h3.esti {
	font-size:15px;
	font-weight:bold;
	line-height:2em;
	color:#333;
}

h4 {
	font-size:12px;
	font-weight:lighter;
	line-height:2em;
	color:#000;
}

h5 {
	font-size:12px;
	font-weight:lighter;
	line-height:1.5em;
	color:#000;
}


h6 {
	font-size:10px;
	margin:0px;
	font-weight:normal;
	color:#FFF;
}