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


table.areaList{
	width:650px;
	border-collapse:collapse;
}
table.areaList *{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


table.areaList th{
	padding:10px 5px;
	border-bottom:2px solid #F60;
}
table.areaList th.listHead {
	text-align:center;
	width:12%;
	background-color: #FC0;
}
table.areaList td {
	padding:5px;
	text-align:center;
	border-bottom:2px solid #F60;
}
div.pageContentMain p.notices{
	font-size:12px;
	margin-bottom:15px;
}
div.pageContentMain h3{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:22px;
	border-left:10px solid #C00;
	border-bottom:none;
}
div.pageContentMain p.returnTop{
	font-size:12px;
	margin:10px;
	text-align:right;
}
