@charset "utf-8";

div#contents-left-top {
	display: block;
	width: 505px;
	padding: 20px 0px 25px 25px;
	margin: 0px;
	float: left;
}
div#contents-left-top p {
	padding: 0px;
}
div#contents-right-top {
	display: block;
	width: 165px;
	padding: 20px 25px 0px 25px;
	margin: 0px;
	float: right;
}
div#contents-right-top p {
	padding: 0 0 5px;
}

/*メインビジュアル*/
#top-image {
 margin-top:5px;
}

/*「お知らせ」のリスト*/
#top-news {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 150px;
	width: 490px;
	margin-bottom: 30px;
	padding: 0 10px 0 5px;
	font-size: 90%;
}
.news-tbl-01 {
	line-height: 1.2em;
}
.news-tbl-01 th {
	vertical-align: top;
	text-align: left;
	width: 5em;
	font-weight: normal;
	padding: 5px 0;
}
.news-tbl-01 td {
	vertical-align: top;
	text-align: left;
	padding: 5px 0 5px 50px;
}
.news-tbl-01 .release {
	background: url(../common/images/icon_news01.gif) no-repeat left 5px;
}
.news-tbl-01 .update {
	background: url(../common/images/icon_news02.gif) no-repeat left 5px;
}


/*blog*/
#top-blog {
	width: 495px;
	margin-bottom: 40px;
	padding: 0 0 0 10px;
	line-height: 1.5em;
	font-size: 90%;
}
#top-blog img {
	margin-bottom: 8px;
}
.top-blog-left {
	width: 247px;
	float: left;
}
.top-blog-right {
	width: 247px;
	float: right;
}

/*小見出し*/
h3.title-01 {
	background-image: url(../images/top_title_01.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
h3.title-02 {
	background-image: url(../images/top_title_02.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
h3.title-03 {
	background-image: url(../images/top_title_03.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	height: 21px;
}
h3.title-04 {
	background-image: url(../images/top_title_04.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-top: 20px;
	height: 21px;
}

