@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: this_dirctory_css.css
 * author		: takaaki koyama
 * style info	: このディレクトリ内用ページCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降ページ用共通CSS
----------------------------------------------------------- */
@import url("../../common/css_new/subpage.css");

.mb5 {
	margin-bottom: 5px;
}

.mb15 {
	margin-bottom: 15px;
}


/* clearfix */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

#contents {
	font-size: 130%;
}


.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 17px;
}
li {
}

#contentsInner {
	padding: 70px 0px 30px 3px;
}

#contents .main-title {
	margin: 0 0 0 20px;
	padding: 0;
}

#contents .txt {
	margin: 0 20px;
	line-height: 160%;
	color: #000;
}

.item {
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
}

.item .left {
	float:left;
	width: 230px;
	margin: 0 10px 0 0;
	padding: 8px 0;
	border: 1px solid #999999;
}
.item .mid {
	float:left;
	width: 230px;
	margin: 0 10px 0 0;
	padding: 8px 0;
	border: 1px solid #999999;
}
.item .right {
	float:left;
	width: 230px;
	padding: 8px 0;
	border: 1px solid #999999;
}

.item .bgGray {
	background-color: #CCCCCC;
}

#contents .item .txt {
	color: #000000;
	margin: 0 8px;
}
.item .img {
	margin: 0 8px;
}



/*-------------------------------
20111226更新分
-------------------------------*/

.topSection {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 40px;
}

.topSection .mb20 {
	margin-bottom: 20px;
}

.archiveSection {
	padding: 0 0 0 8px;
}

.archiveSection ul {
	padding-bottom: 0;
}

.archiveSection li {
	float: left;
	width: 245px;
}

.archiveSection .pdfSection {
	width: 194px;
	float: right;
	padding-right: 31px;
	font-size: 85%;
}

.archiveSection .return {
	text-align: left;
}

.archiveSection .pdfdl {
	clear:both;
}
.archiveSection .pdf {
	clear:both;
	float: left;
	margin:3px 0 10px 22px;
	text-align: left;
}

.archiveSection .pdf img {
	margin-bottom: 10px;
}

.archiveSection .pdftext {
	float: left;
	text-align: left;
	margin:0 0 10px 20px;
	font-size:11px;
}


.topSection .distribut {
	float: left;
	width: 242px;
}

.areaSection {
	text-align: center;
	padding: 10px 0 20px 0;
}

.areaSection h2 {
	font-size: 0;
	line-height: 0;
	margin-bottom: 10px;
}

.areaSection .hokkaidoTxt, .areaSection .TohokuTxt, .areaSection .chubuTxt {
	float: left;
	width: 329px;
}

.areaSection .hokkaidoPhoto, .areaSection .TohokuPhoto, .areaSection .chubuPhoto {
	float: right;
	width: 342px;
	margin:0 30px 0 0;
}


.areaSection ul {
	text-align: left;
	margin-left: 13px;
}

.areaSection .photo li {
	float: left;
	padding-right: 17px;
}
