@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */

#door-header-wrap{
	border-bottom: 1px solid #ec7b1f;
}
#door-header-comp{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-bottom: 17px;
}
#door-site-logo{
}

#door-layout{
}
#door-layout #door-layout-left{
	width: 750px;
	vertical-align: top;
}
#door-layout #door-layout-sp{
	width: 20px;
}
#door-layout #door-layout-right{
	width: 230px;
	vertical-align: top;
}


.banner-l-layout{
	
}
.banner-l-layout .banner-l-main{
	width: 365px;
	vertical-align: top;
	
}
.banner-l-layout .banner-l-sp{
	width: 20px;
	
}

.banner-table{
	width: 365px;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center top;
}
.banner-table#gyousei{
	background-image: url(../img/gyousei-bg.jpg);
}
.banner-table#work{
	background-image: url(../img/work-bg.jpg);
}
.banner-table#kankou{
	background-image: url(../img/kankou-bg.jpg);
}
.banner-table#kurashi{
	background-image: url(../img/kurashi-bg.jpg);
}


.banner-table .banner-table-td1{
	height: 192px;
	text-align: center;
	vertical-align: bottom;

}
.banner-table .banner-table-td2{
	padding-left: 10px;

}

.koukoku-layout{
	margin-top: 15px;
	width: 100%;
	border: 1px solid #BFBFBF;

	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

}
.koukoku-layout .koukoku-title{
	vertical-align: top;
	text-align: center;
}
.koukoku-layout .koukoku-title img{
	margin-top: -15px;
	z-index: 2;
	 position: relative;
}
.koukoku-layout .koukoku-main{
	padding-top: 10px;
	padding-bottom: 10px;
}

#free-space{
	width: 100%;
	border: 1px solid #BFBFBF;

	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 1000px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}


/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 670px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
}
#main-contents  #topic-headline-section DL {
	width: 640px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	color: #333333;
	font-size: 12px;
	padding-top: 15px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #333333;
	font-size: 12px;
	padding-right: 23px;
	float: left;
	background-image: url(../img/topics-guide.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 0px;
	padding-bottom: 5px;
	color: #333;
	padding-right: 0px;
	font-size: 12px;
	padding-left: 100px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
	}
