@charset "utf-8";
/* CSS Document */

/******************** press ************************/


#index .item{
	padding:10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom:10px;
	width: 625px;
	}
	
#index .item .FloatEnd{
	height:0px ;
	overflow:hidden;
	}

#index .item .date{
	padding-bottom: 2px;
	line-height:100%;
	color: #666;
	width: 585px;
}
#index .item .date img{vertical-align:middle;}

#index .item .honmon {
	line-height:140%;
	width: 570px;
	float: left;
	padding-left: 10px;
}
#index .item a:link {	color: #333;	text-decoration: none;}
#index .item a:hover {	
	color:#fff;
	background-color: #F66;
	text-decoration: none;
}

