@charset "UTF-8";
/* CSS Document */
/* ーーーーーーー旧タイプ用 */
#title {
	font-size: 110%;
	font-weight: bold;
	background-color:#2B6A70;
	text-align: center;
	color: white;
}
#formbox {
	width:700px;
	margin: 5px auto 20px auto;
}
#formbox P {
	font-size: 100%;
}
#formtable {
	background-color:#b6b6b6;
	margin-top: 10px;
}
#formtable td{
	background-color:#FFFFFF;
	padding: 4px;
}
#formtable th{
	background-color:#e6e6e6;
	font-weight:bold;
	text-align: left;
	padding-left: 10px;
	width: 160px;
	font-size: 90%;
}

#sendbox {
	width:700px;
	margin: 5px auto 20px auto;
	text-align: center;
}
/* ーーーーーーーーーーーーーー */
.jumbotron.formhead {
	background-color: #2B6A70;
	color: #FFFFFF;
}
.jumbotron.formhead A {
	color: #00FFFF;
}
.jumbotron.formhead2 {
	background-color: #702f0f;
	color: #FFFFFF;
}
.jumbotron.formhead2 A {
	color: #FFBA00;
}
.jumbotron.formhead3 {
	background-color: #833083;
	color: #FFFFFF;
}
.jumbotron.formhead3 A {
	color: #FFBAA2;
}

h1.h1style {
	font-size: xx-large;
}
.qitem {
	background-color: #B6D0A0;
	margin-bottom: 2px;
}
.qitem2 {
	background-color: #D5AF9E;
	margin-bottom: 2px;
}
.qitem3 {
	background-color: #D19ED5;
	margin-bottom: 2px;
}

ul.form_att li {
	padding-bottom: 5px;
}
.fcol_red{
	color: crimson;
}
.font_sm {
	font-size: 90%;
}
