@charset "utf-8";

/*--------------------------------------

__Default_style_set

--------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

html {
	
	font-size:100%;
	
	/* スクロールバーの強制表示 */
	overflow-y: scroll; /* CSS3 */
	margin-bottom: 1px; height:100%; /* CSS3非対応ブラウザ用 */
	
	/* スクロールバーの色 html/body両方に設定が必要 */
	/* scrollbar-base-color: #FFFFFF; */
	
}

body {
	background-color: #FFFFFF;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

	/* スクロールバーの色 html/body両方に設定が必要 */
	/* scrollbar-base-color: #FFFFFF; */	
}

img { border-width: 0px;}

th td { vertical-align: top;}

h1 {
	font-size: 1.6em;
	font-weight: bold;
}


/*
a:link{
	color: #444444;
}
a:visited{
	color: #444444;
}
a:hover{
	color: #444444;
}
a:active {
	color: #444444;
}
*/

.caution {
	font-size: 80%;
	margin: 0px 0px 0px 15px;
	color: #7e5520;
}

/*--------------------------------------

__container

--------------------------------------*/

#container {
	width: 680px;
	margin: 20px auto 0;
	color: #4d2806;
}


/*--------------------------------------

__header

--------------------------------------*/

#header {
	height: 47px;
	margin-bottom: 10px;
	text-align: center;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #DDDDDD;
}

.header_titlle {
	font-size: 1.6em;
	font-weight: bold;
	float: left;
	padding: 15px 0px 10px 0px;
}

.header_img {
	margin: 0px;
	float: left;
	padding: 0px 0px 0px 30px;
}


/*--------------------------------------

__contents

--------------------------------------*/

#contents {
	float: left;
	width: 680px;
	margin-bottom: 10px;
}


/*--------------------------------------

__main

--------------------------------------*/

#main {
	width: 640px;
	margin: 10px auto;
}

#main p {
	margin: 10px 0;
}

/* テーブル全体の表示 */
table.question {
	width:100%;
	border-width:0px;
	margin: 20px auto;
}

table.question th {
	padding: 10px;
	width: 200px;
	background-color: #eee1cc;
	text-align: left;
}

table.question td { 
	padding: 10px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #DDDDDD;
}

.reserve {
	background-color: #eee1cc;
}
.personal {
	background-color: #7e5520;
}

.opt {
	background-color: #4d2806;
	color: #FFFFFF;
}

/* エラー時の表示 */
table.question .error_coution {
	color:#FF0000;
	font-size: 80%;
}

/* submitボタンエリア */

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
}

.plan {
	color: #4d2806;
}
.plan1 {
	color: #1B5B1B;
}
.plan2 {
	color: #B05030;
}
.plan3 {
	color: #372747;
}
.plan4 {
	color: #9C2954;
}
/*--------------------------------------

__footer

--------------------------------------*/

#footer {
	clear: both;
	height: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #DDDDDD;
	font-size: 1.0em;
	text-align:right;
	text-align: right;
}

#footer a:link{
	color: #999999;
	text-decoration: none;
}
#footer a:visited{
	color: #999999;
	text-decoration: none;
}
#footer a:hover{
	color: #999999;
	text-decoration: none;
}
#footer a:active {
	color: #999999;
	text-decoration: none;
}

