/****** 基本 ******/

#center {/* センター位置 */
	width:900px;
	background:url(../01top/top_img/shadow_side.gif);
	min-height:500px;
	height:auto !important;
	padding:0 7px 0;
}

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

p#error {
	font-size:18px;
	font-weight:bold;
	color:#36C;
}


/****** 左ナビ ******/

.space {/* linkスペース用 */
	margin-bottom:3px;
}


