@charset "utf-8";
/* CSS Document */

/*------------ 左コンテンツ ------------*/
#top_contents #left_contents {
	width: 325px;
	float: left;
}

/*------------ 左メニューバナー ------------*/
#top_contents ul#left_banner li a {
	width: 325px;
	height: 113px;
	padding-bottom: 10px;
	display: block;
	text-indent: -9999px;
	background: no-repeat left top;
}

#top_contents ul#left_banner li#blog a {
	background-image: url(../images/top_side_blog.jpg);
}

#top_contents ul#left_banner li#trial a {
	background-image: url(../images/top_side_trial.jpg);
}

#top_contents ul#left_banner li#contact a {
	background-image: url(../images/top_side_contact.jpg);
}

/*------------ 右コンテンツ ------------*/
#top_contents #right_contents {
	width: 574px;
	float: right;
}

/*------------ 新着情報 ------------*/
h3.sub_title {
	background-image: url(../images/top_subtitle.jpg);
}

table#news_list {
	width: 100%;
	border-top: #8c9da8 1px dashed;
}

table#news_list th {
	padding: 5px 0.5em 5px 2em;
	color: #595959;
	font-weight: normal;
	vertical-align: top;
	border-bottom: #8c9da8 1px dashed;
}

table#news_list td.news_title {
	padding: 5px 0 2px 0;
	font-size: 14px;
}

table#news_list td.news_text {
	padding: 2px 0 5px 0;
	border-bottom: #8c9da8 1px dashed;
}
