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

h2 span {
	background: #B50F12;
	color: #FFFFFF;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	margin-left: 20px;
	padding: 0 5px;
	font-size: 70%;
}

h2 span.red {
	background: #B50F12;
}
h2 span.green {
	background: #4B7967;
}
h2 span.yellow {
	background: #9E7645;
}
h2 span.blue {
	background: #07254B;
}

.6u h3 {
	margin-bottom: 2em;
}

.googlemaps {
	margin: 20px 0 0 40px;
}

.table_a {
}

.table_a caption {
	font-weight: bold;
}

.table_a td, .table_a th {
	border: 1px #CCCCCC solid;
	padding: 0.3em 0.6em;
}

.table_a td.red { background: #a5271d; color: #ffffff; text-align: center;}
.table_a td.green {background: #7cb442; color: #ffffff; text-align: center;}
.table_a td.yellow {background: #ea7b26; color: #ffffff; text-align: center;}
.table_a td.blue {background: #2b589b; color: #ffffff; text-align: center;}

.table_a th {
	background: #999999;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}

/* 奇数行の設定 */
.table_a tr.odd {
	background: #FFFFCC;
}

/* 偶数行の設定 */
.table_a tr.even {
}


.samplered {
	color: #a5271d;
}
.samplegreen {
	color: #7cb442;
}
.sampleyellow {
	color: #ea7b26;
}
.sampleblue {
	color: #2b589b;
}