
body{
	background-color:#afcfff;
	line-height:1.4;
	font-size: 14px;
}

.mainCenter {
	height:100%;
}

a:link {
	color : #990000; text-decoration : underline;
}
a:hover {
	color : #333333; background-color : #eeeeee;
}

.title {
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	font-family: "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

.info {
	font-size:13px;
	line-height:1.3;
<!--
	font-family: "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
-->
	color: #222222;
}

.h-1 {
	color: #222222;
	font-size: 15px;

}


/*　テーブル枠飾り　*/
.table-wakukazari {
	background-color : #cccccc;
	padding-top : 4px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 4px;
	margin-top : 2px;
	margin-left : 2px;
	margin-right : 2px;
	margin-bottom : 2px;
	border-width : 4px;
	border-style : outset;
	border-color : silver;
}