
/*		*/
div.centerpos
{
	margin-top :			0px ;
	margin-right :			auto ;
	margin-bottom :			0px ;
	margin-left :			auto ;

	width :					700px ;
	background-image: url(../image/campaign/banner_back.png);
	background-repeat: repeat;
	font-size:	12px;
}

/*		*/
div.titlename
{
	background-color :		#fff0f5 ;

	color :					#ff6d9a ;
	font-size :				20px ;
	font-weight :			bold ;

	padding :				0.5em 0em 0.5em 0em ;

	text-align :			center ;
	width :					100% ;
}

/*	警告表示	*/
.check
{
	color :					#ff0000 ;
}

/*	警告表示	*/
.warning
{
	color :					#ff0000 ;
	font-weight :			bold ;
}

/*	警告表示	*/
.centering
{
	font-weight :			bold ;
	text-align :			center ;
}

/*		*/
div.semititle
{
	color :					#8080ff ;
	font-weight :			bold ;
}

/*	情報表示領域	*/
div.manuals
{
	margin-top :			0px ;
	margin-right :			auto ;
	margin-bottom :			0px ;
	margin-left :			auto ;

	padding :				20px 0px 20px 0px ;
	text-align :			left ;
	width :					500px ;
}

/*	情報表示領域	*/
div.information
{
	margin-top :			0px ;
	margin-right :			auto ;
	margin-bottom :			0px ;
	margin-left :			auto ;

	padding :				0px 0px 20px 0px ;
	text-align :			center ;
	width :					500px ;
}

/*	入力フォーム、テーブル全体の設定	*/
div.inputform
{
	margin-top :			0px ;
	margin-right :			auto ;
	margin-bottom :			0px ;
	margin-left :			auto ;

	width :					600px ;
	background-color :		#ffffff ;
}

/*	入力フォーム、テーブル全体の設定	*/
.inputform table
{
	width :					100% ;

	font-size :				12px ;

	border-top :			1px solid #cccccc ;
	border-right :			0px solid #cccccc ;
	border-bottom :			0px solid #cccccc ;
	border-left :			1px solid #cccccc ;
	border-spacing :		0 ;

	background-color :		#eeeeee ;
	empty-cells :			show ;
}

/*	入力フォーム、項目名	*/
.inputform th
{
	width :					120px ;

	background-color :		#fff0f5 ;

	color :					#ff6d9a ;

	border-top :			0px solid #cccccc ;
	border-right :			1px solid #cccccc ;
	border-bottom :			1px solid #cccccc ;
	border-left :			0px solid #cccccc ;

	border-spacing :		0 ;

	padding :				8px ;
}

/*	入力フォーム、入力情報	*/
.inputform td
{
	border-top :			0px solid #cccccc ;
	border-right :			1px solid #cccccc ;
	border-bottom :			1px solid #cccccc ;
	border-left :			0px solid #cccccc ;

	padding :				8px ;
}

/*	入力フォーム、確定ボタン	*/
div.buttons
{
	padding :				20px 0px 20px 0px ;
	text-align :			center ;
	width :					600px ;
}
