/* 基本設定 *//********** 11_01設定 **********/

#shadow_left {/* 左飾り位置 */
	width:7px;
	height:1100px;
	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:1100px;
	background-color:#FFC;
	background-image:url(../01top/top_img/shadow_right.gif);
	background-repeat:repeat-y;
	float:left;
}

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

#main {/* メイン編集画面 */
	width:870px;
	height:960px;
	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;
}

/********** 11_01設定 **********/

.left_01 {
	width:270px;
	float:left;
}

.right_01 {
	width:350px;
	float:left;
}

div#contact_top {
	background-image:url(../11contact/contact_img/contact_title.gif);
	background-repeat:no-repeat;
	width:680px;
	height:65px;
	text-indent:-999px;
	margin-bottom:10px;
}

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

h3.contact {
	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;
}