@charset "UTF-8";

.index_news {
	background: url(../images/common/icon_caution.png) no-repeat 10px 10px #EEE;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.index_news p {
	font-size: 14px;
	line-height: 140%;
	margin: 0 0 0 50px;
	padding: 5px 0 5px 0;
}

.index_news p.border {
	border-bottom : 1px solid #FFF;
	margin: 0 0 10px 50px;
	padding: 5px 0 10px 0;
}

#index_update .update,
#index_update .update_r {
	float: left;
	width: 200px;
}

#index_update .update img,
#index_update .update_r img {
	border: 1px solid #FFF;
	border-radius: 7px;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px;
  	box-shadow: 0px 0px 4px rgba(0,0,0,0.3); 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

#index_update .update {
	margin: 0 35px 0 0;
	_margin: 0 30px 0 0;
}

#index_update li {
	border-bottom: 1px dotted #CCC;
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 15px;
	overflow: auto;
	width: 200px;
}

#index_update li .date {
	display: block;
	font-size: 12px;
}

#index_update li p {
	font-size: 10px;
}