@charset 'utf-8';

/* 全体
 ----------------------------------- */

#top_contents {
	width: 718px;
	margin: 20px 16px 0 16px;
}

/* FLASH代替画像部分
 ----------------------------------- */

#top_img {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}


/* ニュース部分
 ----------------------------------- */
 
#top_release {
	float: left;
	width: 495px;
}

#top_release h2 {
	background-color: #E7E7E7;
	border-bottom: 3px solid #A5A6A5;
	border-right: 1px solid #A5A6A5;
	width: 475px;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	font-size: 14px;
	position: absolute;
}

#top_release .news_release,#top_release .topics {
	margin-bottom: 20px;
}

#top_release h2 span.small {
	font-size: 13px;
}

.top_news_link {
	position: relative;
	font-size: 13px;
}

.news_release .top_news_link {
	left: 225px;
}

.topics .top_news_link {
	left: 320px;
}

.top_news_link a,.top_news_link a:hover {

}

.top_release_contents {
	clear: both;
	width: 490px;
	padding-top: 30px;
}

/* バナー部分
 ----------------------------------- */
#top_banner {
	float: left;
	width: 218px;
}

.big_banner {
	margin-bottom: 5px;
}

#pickup {
	width: 218px;
	margin-top: 15px;
}

#pickup_title {
	background-color: #E7E7E7;
	border-bottom: 3px solid #A5A6A5;
	border-right: 1px solid #A5A6A5;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	font-size: 14px;
}

#pickup_title span.small {
	font-size: 13px;
}

.small_banner {
	clear: both;
	width: 205px;
	padding: 10px 5px;
}

.small_banner_image {
	float: left;
	border: 1px solid #D6D7D6;
	width: 60px;
	margin-bottom: 10px;
	padding: 2px;
}

.small_banner_text {
	float: right;
	width: 130px;
}

.small_banner_title {
	padding-left:1em;
	text-indent:-1em; 
	font-weight: bold;
}

.small_banner_contents {
	line-height: 150%;
	font-size: smaller;
}

/* サイトマップ
 ----------------------------------- */

.sitemap_block {
	border:1px solid #BDBABD;
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:253px
}

.sitemap_title {
	background-color: #F7F7F7;
	padding-left: 10px;
	line-height: 25px;
}

.sitemap_title a {
	display: block;
}

.sitemap_block ul {
	padding-left: 10px;
}