@charset "utf-8";
/*== Top CSS ==*/
/*---------------------------------Flashエリア*/
#wrap .flashArea {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	height: 208px;
	width: 920px;
	background-color: #FFF;
}

.flashAttention {
	padding-top: 30px;
}

/*---------------------------------ボディエリア*/
#wrap #bodyArea {
	width: 890px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
}

/*---------------------------------Topサイド*/
#wrap #bodyArea .topSide {
	float: left;
	width: 226px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.topSide .sideMenu {
	padding-bottom: 2px;
}

.topSide .whatsnewTitle {
	font-size: 80%;
	line-height: 100%;
	background-color: #65747A;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 6px;
}

.topSide .whatsnew {
	background-color: #E4E3E2;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 8px;
	padding-bottom: 2px;
}

.topSide .whatsnew .whatsnewUnit {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #966;
}

.whatsnewUnit .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 100%;
	color: #C00;
	padding-bottom: 4px;
}

.whatsnewUnit .newsTxt {
	font-size: 80%;
	line-height: 120%;
	padding-bottom: 4px;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #65747A;
}

/*---------------------------------TopメインBox*/
#wrap #bodyArea .mainBox {
	float: left;
	width: 630px;
	padding-left: 24px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.mainBox .topMessage {
	padding-left: 14px;
	margin-bottom: 20px;
	padding-top: 2px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #000;
}

.mainBox .topMessage .messageTitle {
	padding-bottom: 10px;
}

.mainBox .topMessage h1 {
	font-size: 80%;
	line-height: 160%;
	padding-left: 2px;
}

.mainBox .topMessage h2 {
	font-size: 80%;
	line-height: 160%;
	padding-left: 2px;
}

.mainBox h3 {
	font-size: 80%;
	line-height: 100%;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 6px;
	color: #333;
	background-color: #E7E7E7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B2B2B2;
	border-right-color: #B2B2B2;
	border-left-color: #B2B2B2;
}

.mainBox .choice {
	border: 1px solid #B2B2B2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 284px;
}

.mainBox .choice .choiceData {
	width: 220px;
	float: right;
	padding-right: 8px;
}

.mainBox .choice h4 {
	font-size: 80%;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
}

.mainBox .choice h5 {
	font-size: 80%;
	line-height: 150%;
	padding-bottom: 16px;
}

.mainBox .choice .dataTxt {
	font-size: 80%;
	line-height: 150%;
	padding-bottom: 16px;
}

.mainBox .pagination {
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B2B2B2;
	border-bottom-color: #B2B2B2;
	border-left-color: #B2B2B2;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 1.2em;

}

.mainBox .pagination .number {
	float: left;
	text-align: center;
}

.pagination .number a,
.pagination .number a:visited {
	color: #FFF;
	background-color: #65747A;
	margin-right: 2px;
	height: 1.25em;
	width: 1.5em;
	text-align: center;
	padding-top: 0.25em;
	display: block;
	font-size: 80%;
	line-height: 100%;
	text-decoration: none;
	padding-left: 1px;
}

.pagination .number a:hover {
	background-color: #999;
	text-decoration: none;
}

