﻿@charset "utf-8";

/* -----------------------------------------------
Topページ(./index.html) CSS

Creator    : sue
LastUpdate : 08/04/03
----------------------------------------------- */

/* ===============================================
【基本構成】

1.フォーム部分の設定
=============================================== */

/* -----------------------------------------------------------------------------
1.フォーム部分の設定
----------------------------------------------------------------------------- */

#main_box {
	text-align: center;
}

#form {
	width: 500px;
	margin: 0 auto;
}

	#form h2 {
		margin-bottom: 6px;
	}
	
	/* 必須 */
	#form .must {
		color: #EA1D1D;
		font-size: 100%;
	}
	
	/* ボタン */
	#form .btn {
		width: auto;
	}
	
	/*
	インプットフォームと、テキストエリアの設定
	*/
	#form input,
	#form textarea {
		width: 100%;
	}

	/* フォームのテーブルの設定 */
	#form table {
		width: 100%;
		margin: 10px 0;
	}

		#form table th,
		#form table td {
			padding: 8px;
		}
		
		#form table th {
			width: 100px;
			color: #38566A;
			text-align: left;
			line-height: 1.4;
			border-bottom: 2px solid #ffffff;
			background: #BEDBEF;
/*			background: url("../../common/img/table_back01.gif") #7EA0A9;*/
		}
