@charset "utf-8";
@import url(cssreset-min.css);
@import url(common.css);


/*
 * 企業広告 
 */
#banner02 {
	width: 250;
	padding: 2px;
	margin-bottom: 10px;
	text-align: center;
}
#banner02 IMG {
	width: 140px;
}
#banner02 SPAN {
	width: 146px;
	height: 65px;
	margin: 1px;
	border: 1px solid #d86203;
	display: inline-block;
	line-height: 406%;
	text-align: center;
}

/*
H2 {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #006400;
	padding-left: 10px;
	width: 500px;
	border-bottom-style: solid;
	border-bottom-color: #006400;
	border-bottom-width: 1px;
}
*/

.list140 {
	line-height: 140%;
}

/* ジャンル一覧 */
.menu-list {
}

.menu-list h3 {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #006400;
	border-bottom-style: solid;
	color: #006400;
	font-weight: bold;
}

.menu-list ul {
	margin-left: 40px;
	list-style-type: disc;
}

.menu-list li {
}

/* コンテンツ一覧（パターン3） */
.contents-list3 {
	margin-bottom: 20px;
}

.contents-list3 dl {
	margin: 5px 5px 5px 8px;
}

.contents-list3 dt {
	line-height: 130%;
	margin-bottom: 5px;
	padding-left: 35px;
	background-image: url(../image/icon-file.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.1em;
}

.contents-list3 dt span {
	font-size: 90%;
}

.contents-list3 dd {
	line-height: 130%;
	margin: 0px 0px 5px 35px;
	font-size: 80%;
}

.contents-list3 img {
	border: 0;
}

