/* 〜10月12日までのトップページ用 */
.maintbl 
{  
	background-repeat: no-repeat; 
	height: 500px; 
	width: 600px; 
	background-position: center
}

/* レイアウト整形用 */
.top_main_tbl {
	/* cell-padding		: 4px; */
	width				: 800px;
	border-collapse		: collapse;
	text-align			: center;
	position			: absolute;
	left				: 100px;
	top					: 0px;
	z-index				: 0;
}

/* 背景色 */
body{
	background-color	: #C5C5C5;
}
/* コピーライト用 */
.copyright {
	color:#CDB38B;
	font-size:10px;
	text-align: center;
}

/* コピーライト　右寄せ用 */
.copyright_r {
	color:#CDB38B;
	font-size:10px;
	text-align: right;
}

/** テーブルの一番最上位部
 *  ボタンの位置とかぶらないように
 */

.td_top{
	height				: 344px;
}

/* スクロールバー指定(お知らせ） */

.dv{
	height				: 525px;
	overflow			: auto;
	width				: 453px;
	/* background-color	: #ffffff; */
	text-align			: left;
	/* NN用 (IEも影響あり)*/
	position			: absolute;
    left				: 274px;
	top					: 200px;
	/* ここまで */
	/*font-family			:"ＭＳ 明朝"; */
	font-size			: 13px;
	color				: #696969;
	
	/* Divなどのボーダーの色 */
  	/* border				: 1px solid #D3D3D3; */
}

/* スクロールバーの中のタイトル部 */
.dv_title
{
	height				: 50px;		
	margin-left			: 0px;
	margin-top			: 25px;	
}

/* 共通のコメント */
.comment
{
	/* font-family			:"ＭＳ 明朝"; */
	font-size			: 11px;
	color				: #696969;
}

/* 共通のエラーコメント */
.comment_alrt
{
	/* font-family			:"ＭＳ 明朝"; */
	font-size			: 11px;
	color				: red;
}

/* ボタン位置 */
.button_area
{	position			: absolute;
	left				: 142px;
	top					: 140px;
	z-index				: 10;
}

/* 送信ボタンのサイズ */
.btn_submit
{
	width				: 50px;
}

/* リンク */
a
{
	text-decoration		: underline; 
	color				: #FF4500; 
}