
/* フォーム・管理ページ用--------------- */

/* main の float解除 */
#main_form #main	{ float: none; }

/* 本文 */
#main_form a	{ }
#main_form h2	{ margin-bottom: 1em; }

#main_form sup	{
	color: #ff6;
	font-weight: normal;
}
#main_form input,
#main_form textarea	{
	font-size: 1em;
	line-height: 1.5;
}
#main_form textarea	{
	width: 95%;
}

/* <table> 幅600px */
#main_form table	{
	width: 570px;
	border-top: 0px solid #2c1a1a;
}
/* <th><td> */
#main_form th,
#main_form td	{
	background: none;
	padding: 3px 5px;
	vertical-align: top;
	border-bottom: 0px solid #2c1a1a;
}
/* <th> */
#main_form th	{
	background-color: #2c1a1a;
	width: 8em;
	text-align: right;
}

/* <thead> */
#main_form thead th	{
	width: auto;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
#main_form thead th small	{
	font-size: 1em;
	font-weight: normal;
}
/* <tfoot> */
#main_form tfoot	{ border-top: 1px solid #2c1a1a; }
#main_form tfoot th,
#main_form tfoot td	{
	border-top: 1px solid #2c1a1a;
	text-align: right;
	white-space: nowrap;
	width: auto;
}

/* <table>の中の<table> */
#main_form table table	{
	width: auto;
}

/* センター揃、センター揃えの中の<table> */
#main_form .table_center	{ text-align: center; }
#main_form .table_center table	{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* 左揃えの中の<table> */
#main_form .l table	{
	width: auto;
	margin-left: 0px;
	margin-right: auto;
}
/* 右揃えの中の<table> */
#main_form .r table	{
	width: auto;
	margin-left: auto;
	margin-right: 0px;
}
/* 幅自由の<table> */
#main_form .table_auto	{ width: auto; }
/* 幅自由の<table>・左揃え */
#main_form .table_auto	{
	width: auto;
	margin-left: 0px;
	margin-right: auto;
}

/* 価格セル */
#main_form .tb_price	{
	text-align: right;
	white-space: nowrap;
}

/* デフォルト(指定全てクリア) */
#main_form .table_df,
#main_form .table_df table	{
	width: auto;
	padding: 0;
	margin: 0;
}
#main_form .table_df th,
#main_form .table_df td,
#main_form .table_df table th,
#main_form .table_df table td	{
	vertical-align: middle;
	width: auto;
}

/* ------------------------------------- */
/* 説明書き */
#main_form ul	{
	list-style-image: none;
	list-style: none;
	margin-left: 1em;
	letter-spacing: 0px;
	font-size: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}
/*	color: #a9a1a1;	*/
#main_form li	{ margin-top: 5px; }
#main_form ul input	{ margin: 0; }
#main_form th ul	{ color: #140000; }
#main_form ul ul	{
	margin-left: 0px;
	font-size: 100%;
	margin-top: 0px;
}
#main_form ul ul,
#main_form ul ul.box	{ margin-left: 1em; }
#main_form ul ul.box li	{
	display: inline;
	float: left;
	width: 24.5%;
}

