body {
		margin: 0;
		padding: 0;
		line-height: 1.5;
		color: #FFF;
		background-color: rgba(0, 0, 255, 0.5)
		font-size: 12px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link {
	text-decoration: none;
	color: #000000;
	transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #787878;
}
a:active {
	text-decoration: none;
}

img {
border: none;
}

img a:hover {
border: none;
}

/* -------------------------------- Body -------------------------------- */

#width625 {
	width: 625px;
}



/* -------------------------------- 記事タイトル部 -------------------------------- */


#title{
	height:40px;
	 padding:0px 0px 0px 15px;
	 font-size: 21px;
	 border-bottom: 1px dotted #8f8f8f;
}

.kate {
 width: 75px; float:left;  letter-spacing: 1px;
 margin:3px 13px 0px 5px;
}

.day {
 float:right;
 margin:10px 10px 20px 430px;
 color:#b5edff;
  font-size: 13px;
}

#news {
 width: 590px; float:left;  letter-spacing: 1px;
 margin:10px 0px 30px 20px;
  font-size: 14px;
}

#img {
 text-align:center; 
 margin:0px 0px 20px 0px;
}

#return {
 text-align:center; 
 margin:10px 0px 10px 20px;
}