@charset "utf-8";
/* CSS Document */

#header a:link{
	text-decoration: none;
	background-color: #EBC154;
}
#header a:visited{
	text-decoration: none;
	background-color: #EBC154;
}
#header a:hover{
	text-decoration: none;
	background-color: #EBC154;
}

#left_box{
	clear: both;
	width: 300px;
	height: 650px;
	background-color: #FFF;
	float: left;
}
#left_box img{
	width: 300px;
	margin-bottom: 20px;
}

#main{
	background-color:  #EBC154;
	margin-left: 0;
	height: 30px;
}
#center{
	background-color: #EBC154;
	float: left;
	width: 102px;
	height: 650px;
}

#right_box{
	float: right;
	width: 750px;
	height: 650px;
}
#right_box p{
	margin-left: 50px;
}
table caption{
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #930;
	padding-top: 5px;
	font-weight: bold;
}
table tr th{
	text-align: left;
	width: 200px;
	padding: 5px 5px 5px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #930;
}
table tr td{
	width: 400px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #930;
}
table{
	margin-left: 50px;
	border-style: double;
	border-width: 4px;
	border-color: #930;
	border-collapse: collapse;
}

#footer{
	clear: both;
	height: 50px;
	width: 1152px;
	background-color: #EBC154;
}
#footer a{
	font-size: 14px;
}
#footer a:link{
	text-decoration: none;
	color: #630;
	background-color: #EBC154;
}
#footer a:visited{
	text-decoration: none;
	color: #C00;
	background-color: #EBC154;
}
a:hover{
	text-decoration: none;
	color: #F00;
	background-color: #EBC154;
}
#button{
	margin-top: 5px;
	margin-bottom: 5px;
}
#submit{
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	border-style: ridge;
	border-width: 5px;
	cursor: pointer;
	background-color: #6CF;
	color: #900;
	width: 90px;
	border-color: #F63;
	text-align: inherit;
}
#reset{
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	border-style: ridge;
	border-width: 5px;
	cursor: pointer;
	background-color: #C00;
	color: #CCC;
	width: 90px;
	border-color: #F63;
	text-align: inherit;
}
.red{
	text-align: left;
	margin-left: 5px;
	font-size: 12px;
	color: #F03;
}
input{
	background-color: #FFC;
	color: #333;
}
textarea{
	background-color: #FFC;
	color: #333;
}

/*-- Spry --*/
.textfieldMaxCharsMsg{
	font-size: 10px;
}
.textfieldMinCharsMsg{
	font-size: 10px;
}
.textfieldRequiredMsg{
	font-size: 10px;
}
.textfieldRequiredMsg{
	font-size: 10px;
}
.textfieldInvalidFormatMsg{
	font-size: 10px;
}
.selectRequiredMsg{
	font-size: 10px;
}
.textareaRequiredMsg{
	font-size: 10px;
}
.radioRequiredMsg{
	font-size: 10px;
}