@charset "UTF-8";

/*縮小画像をスムーズに*/
img { -ms-interpolation-mode: bicubic; } 


.newsline{
	padding:10px 0;
	border-bottom:#CCCCCC dotted 1px;
}
.date{
	font-family:Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#555;
	width:80px;
	float:left;
}
.newstitle{
	width:590px;
	float:left;
}

.back{
	background-color:#EEE;
	font-size:77%;
	margin:0px;
}
.back a,
.back a:visited{
	display:block;
	width:100%;
	background-color:#EEE;
	padding:3px 10px;
	color:#555;
	text-decoration:underline;
}
.back a:hover{
	display:block;
	width:100%;
	background-color:#F6F6F6;
	color:#888;
	text-decoration:none;
}

.photo{
	float:right;
	width:180px;
	margin:0 0 0 20px;
}