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

.midashi_01 {
	line-height:25px;
	font-size:14px;
	background:#71CBE0;
	border-bottom:#25AECE solid 1px;
	padding:0px 10px;
	font-weight:bold;
	color:#fff;
}

.midashi_02 {
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	color:#25AECE;
}

.midashi_03 {
	text-align:left;
	line-height:25px;
	font-size:14px;
	background:#71CBE0;
	border:#25AECE solid 1px;
	padding:0px 10px;
	font-weight:bold;
	color:#fff;
	margin:0px;
}

.midashi_04 {
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	color:#25AECE;
	border-bottom:#25AECE solid 1px;
}

.midashi_05 {
	text-align:left;
	line-height:35px;
	font-size:14px;
	background:#71CBE0;
	padding:0px 10px;
	font-weight:bold;
	color:#fff;
	margin:0px;
}


.form_table {
	text-align:center;
}

.form_table table {
	width:500px;
	text-align:left;
	border-left:#25AECE 1px solid;
	border-top:#25AECE 1px solid;
}

.form_table table th {	
	background:#D3F5FE;
	border-bottom:#25AECE 1px solid;
	border-right:#25AECE 1px solid;
	padding:5px;
	color:#333333;
	font-weight:normal;
}

.form_table table th strong{
	color:#CC0000;
}	

.form_table table td strong{
	color:#CC0000;
}	

.form_table table td {	
	border-bottom:#25AECE 1px solid;
	border-right:#25AECE 1px solid;
	padding:5px;
}


.fbg {
	background-color: yellow;
}

.strRed {
	color: red;
}


.bosyu_table {
	text-align:center;
}

.bosyu_table table {
	width:100%;
	text-align:left;
	border-left:#25AECE 1px solid;
	border-top:#25AECE 1px solid;
	margin-bottom:15px;
}

.bosyu_table table th {	
	background:#71CBE0;
	border-bottom:#25AECE 1px solid;
	border-right:#25AECE 1px solid;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:large;
}

.bosyu_table table td {	
	border-bottom:#25AECE 1px solid;
	border-right:#25AECE 1px solid;
	padding:5px;
}

a:link,
a:visited{
	color:#336699;
	text-decoration:none;
	font-weight:bold;
}

a:hover,
a:active{
	color:#336699;
	text-decoration:underline;
}

.question {
}

.answer {
	color:#CC0000;
}

#footer_menu {
	font-size:14px;
}


