@charset "utf-8";

/*=== トップFlash ===*/
#flash {
	height: 120px;
	width: 950px;
	padding-top: 6px;
	padding-bottom: 20px;
}

#flash p.flashNote {
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*==================Topボディエリア==================*/
#topBodyArea {
	background-color: #FFF;
}

/*=== トップバナー ===*/
#topBodyArea .topBnr {
	padding-bottom: 6px;
}

.topBnr .bnrBox {
	float: left;
	padding-right: 7px;
}

.topBnr .bnrBoxEnd {
	float: left;
}

/*=== 平成22年度バナー ===*/
#topBodyArea .h22SubBnr {
	padding-bottom: 16px;
}

.h22SubBnr .h22SubBnrBox {
	float: left;
}

/*=== サブタイトル ===*/
#topBodyArea .subTitle {
	padding-bottom: 6px;
}

/*==================2段組み==================*/
#topBodyArea .twoColumns {
	padding-bottom: 10px;

}

/*=== 2段組み左 ===*/

.twoColumns .leftArea {
	float: left;
	width: 625px;
	text-align: left;
}

.leftArea ul.topNavi {
	list-style-type: none;
	float: left;
	width: 246px;
	padding-bottom: 10px;
}

.leftArea ul.topNavi li {
	padding-bottom: 3px;
	display: inline;
}

.leftArea .topBtn {
	float: right;
	width: 362px;
	padding-bottom: 10px;
}

.leftArea .bottomColumn {
	background-color: #E6E6E6;
	clear: both;
	width: 595px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}

.bottomColumn .columnLeft {
	float: left;
	width: 274px;
	text-align: center;
	background-color: #FFF;
	padding: 8px;
}

.columnLeft .faxTitle {
	font-weight: bold;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	color: #666;
}

.bottomColumn .faxTxt {
	text-align: left;
	padding-left: 12px;
}


.columnLeft .pdfLink {
	background-image: url(../images_2/pdf_m.gif);
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-position: left 2px;
	text-align: left;
}

.bottomColumn .columnRight {
	float: right;
	width: 274px;
	text-align: center;
	background-color: #FFF;
	padding: 8px;
}


/*=== 2段組み右（お知らせ） ===*/

.twoColumns .sideArea {
	float: right;
	width: 310px;
}

.sideArea .newsBnr {
	padding-bottom: 6px;
}

.sideArea .newsArea {
	border: 1px solid #C9C9C9;
	text-align: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-bottom: 6px;
}

.newsArea .newsTitle {
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6BB343;
}

.newsArea .newsBox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.newsArea .newsBoxEnd {
	padding-top: 5px;
	padding-bottom: 5px;
}

.newsBox .newsDate,
.newsBoxEnd .newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C00;
	padding-bottom: 3px;
	font-size: 80%;
	line-height: 120%;
}

.newsBox .newsDate .newMark{
	background-color: #FF9;
	border: 1px solid #F60;
	margin-left: 4px;
	padding-right: 2px;
	padding-left: 2px;
}

.newsBox .newsTxt,
.newsBoxEnd .newsTxt {
	font-size: 100%;
	line-height: 130%;
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 8px;
}

.newsBox .newsTxtSub,
.newsBoxEnd .newsTxtSub {
	font-size: 90%;
	line-height: 130%;
	text-indent: -1em;
	padding-left: 1em;
}

.newsBox .newsTxt a,
.newsBoxEnd .newsTxt a,
.newsBox .newsTxt a:visited,
.newsBoxEnd .newsTxt a:visited {
	color: #00F;
	text-decoration: underline;
}

.newsBox .newsTxt a:hover,
.newsBoxEnd .newsTxt a:hover {
	color: #F00;
	text-decoration: none;
}

/*=== 携帯エリア ===*/
.sideArea .mobileArea {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C9;
}

.mobileArea .mobileLeft {
	float: left;
	width: 190px;
	padding-top: 16px;
}

.mobileLeft .mobileTitle {
	margin-bottom: 6px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #390;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #390;
}

.mobileLeft .mobileTxt {
	font-size: 80%;
	line-height: 150%;
}

.mobileArea .mobileRight {
	float: right;
	width: 90px;
}

