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

.box04{
	width:870px;
	margin-right:-20px;
	margin-bottom:20px;
}

.index_box{
	cursor: pointer;
	border:solid 5px #dddddd;
	width:385px;
	/*width:246px;*/
	padding:10px;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	/*margin-right:10px;*/
}

.index_box:hover{
	cursor: pointer;
	border:solid 5px #efe68c;
	background-color:#fffbd1;
}

.fr_box{
	float:right;
	width:280px;
	/*width:145px;*/
}

.box_ttl{
	border-bottom:dotted 1px #aaaaaa;
	padding-bottom:8px;
	margin-bottom:8px;
}

.box_ttl h3{
	float:left;
}

.news_box{
	margin-bottom:30px;
}

.newsbody{
	margin-bottom:30px;
	height:240px;
	overflow-y:scroll;
}

.news_contents{
	border-bottom:dotted 1px #aaaaaa;
	padding:5px 10px;
	margin-right:10px;
}

.day{
	background:url(/img/index/icon_news.gif) left center no-repeat;
	text-indent:13px;
	color:#357dcc;
	float:left;
}

.news_right{
	float:left;
	/*width:380px;*/
	margin-left:15px;
}

.news_right h4{
	color:#357dcc;
}

.venture{
	overflow:hidden;
	width:870px;
	margin-right:-20px;
}

.venture li{
	margin:0 20px 20px 0;
	float:left;
}

.alignleft {
	float: left;
	padding-right: 10px;
}