@charset "utf-8";
/*---------------------------------------------------------------
	BODY
---------------------------------------------------------------*/
#main-body {
	margin: auto;
	padding-bottom: 20px;
	background-color: #ffffff;
}

/*---------------------------------------------------------------
	タイトル
---------------------------------------------------------------*/
#main-body #top-title {
	height: 36px;
	margin-bottom: 20px;
}

#main-body #top-text {
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

/*---------------------------------------------------------------
	サブカテゴリ
---------------------------------------------------------------*/
#main-body .sub-cate {
	margin: 0px 10px 30px 10px;
}
#main-body .sub-title {
	width: 833px;
	height: 36px;
	font-weight: bold;
	font-size: 110%;
	color: #003366;
	padding-top: 5px;
	padding-left: 8px;
	background: url(../images/order/sub-title.jpg) no-repeat left top;
}
#main-body .sub-text {

}
			
/*	リスト	*/
#main-body ul {
	margin-left:26px;
}

#main-body li.deci {
	list-style-position: outside;
	list-style-type: decimal;
}

#main-body li.disc {
	list-style-position: outside;
	list-style-type: disc;
}

