/* 基本設定 *//********** 18_01設定 **********/

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

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

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

/********** 18_01設定 **********/

.midashi_bg {/* 見出し背景 */
	width:670px;
	border:0px;
	background-image:url(../18order/order_img/order_bg.gif);
	background-repeat:no-repeat;
	padding:8px 0px 5px 10px;
	font-size:12px;
	color:#339;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	font-weight:bold;
	line-height:1.3em;
}

.number {
	font-family:"Arial";
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#339;
}

.space_left { margin-left:20px; }

.link_bg {
	background-image:url(../18order/order_img/arrow.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	background-position:2px 0px 0px 0px;
}

div#order_top {
	background-image:url(../18order/order_img/order_title.gif);
	background-repeat:no-repeat;
	width:680px;
	height:65px;
	text-indent:-999px;
	margin-bottom:10px;
}

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

h3.order {
	font-size:15px;
	font-weight:bold;
	line-height:1.5em;
	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;
}