@import url(common.css);

/* ページ個別 */

/* ニュース＆トピックス */
#news {
	margin: 12px 0 15px 0;
}

div#contents table#table_news {
	width: 680px;
	margin-left: 5px;
	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-collapse: collapse;
}

div#contents table#table_news tr th,
div#contents table#table_news tr td {
	line-height: 130%;
	vertical-align: top;
}

div#contents table#table_news tr td.image {
	width: 120px;
	padding: 16px 0;
	border-top: 1px #CCCCCC solid;
	text-align: center;
	vertical-align: top;
}

div#contents table#table_news tr td.contents {
	padding-bottom: 5px;
	border-top: 1px #CCCCCC solid;
}

div#contents table#table_news tr td.contents p.date {
	float: left;
	width: 80px;
	margin: 16px 0 6px 0;
	color: #666666;
	text-align: left;
}

div#contents table#table_news tr td.contents h4 {
	float: left;
	width: 470px;
	margin: 16px 0 6px 0;
	font-weight: bold;
	text-align: left;
}

div#contents table#table_news tr td.contents p.article {
	width: 551px;
	padding-top: 6px;
	border-top: 1px #CCCCCC dotted;
	color: #666666;
	line-height: 130%;
}

div#contents p#all_news {
	width: 680px;
	margin-left: 5px;
	background: #FFFFFF url('../images/top/back_all_news.jpg') left top no-repeat;
	text-align: right;
}
/*
div#contents p#news_more {
	width: 750px;
	margin: 3px 0 8px 0;
	text-align: right;
}
*/

/* 3つの活動領域 */
#active_areas {
	margin: 30px 0 10px 0;
}

div#contents table#active_areas_table {
	border-collapse: collapse;
	margin-left:5px;
}

div#contents table#active_areas_table th,
div#contents table#active_areas_table td {
	width: 230px;
	text-align: left;
	vertical-align: top;
}

div#contents table#active_areas_table tbody td {
	background: #FFFFFF url('../images/top/back_active_areas.gif') left top repeat-y;
}

div#contents table#active_areas_table tbody ul {
	width: 208px;
	margin-left: 5px;
}

div#contents table#active_areas_table tbody ul li {
	width: auto;
	clear: both;
	float: none;
	padding: 6px 0 6px 24px;
	background: #FFFFFF url('../images/top/icon_right_arrow.jpg') 10px 8px no-repeat;
	border-top: 1px #CCCCCC dotted;
	color: #333333;
	line-height: 140%;
}

div#contents table#active_areas_table tbody ul li.first {
	border: none;
}

div#notfound {
	margin: 5px;
	line-height: 130%;
}
