/* 読み込み */

@import "back.css";

a {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F53649;
	padding: 2px 2px 2px 4px;
	margin: 0px;
	border-top: 0px solid #FF6666;
	border-right: 0px solid #FF6666;
	border-bottom: 0px solid #FF6666;
	border-left: 2px solid #FF6666;
}

.sizeSmallBold {
	font-size: 10px;
	font-weight: bold;
}
table {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border: 0px none;
}
.sizeSmall {
	font-size: 10px;
	font-weight: normal;
}
th {
	background-color: #6699FF;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.line_table {
	background-color: #6666FF;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
