/****** ナビ部分 ******/
.navigator{
	background-image:url("../img/home/header.jpg");
	width:620px;
	height:300px;
}

.navigator p{
	padding-left:300px;
	padding-top:50px;
	width:290px;
	font-weight:bold;
}
/****** 主要コンテンツ ******/
.contents{
	float:left;
	width:620px;
}

/****** リストのアイコン ******/
.contents ul{
	margin:5px 10px 10px;
}

.contents li{
	background-image:url("../img/common/list_mark.gif");
	background-repeat:no-repeat;
	list-style:none;
	padding:0px 20px 3px;
}

.contents .news{
	clear:both;
}

.contents .news_date{
	width:9em;
	_width:140px;
	float:left;
}

.contents .news_subject{
	_width:460px;
	margin-left:8em;
	_margin-left:9em;
	#margin-left:-1em;
	#float:left;
}

.contents .contents_color{
	color:#cc3300;
}
