a:hover img {
    filter:alpha(opacity=75);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=75)"; /* IE8用 */
    -khtml-opacity: 0.75;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.75; /* Firefox 1.5以上, Opera, Safari用 */
}


#wrapper {
	width: 610px;
	height: auto;
	margin: auto;
}

#pan {
	width: 610px;
	height: auto;
	margin: 15px 0 15px 0;
}

#top {
	width: 610px;
	height: 100px;
}

#back {
	width: 610px;
	height: 50px;
	margin: 10px 0 0 0;
}

#title {
	width: 610px;
	/* height: 30px; */
	margin: 0 0 10px 0;
}

#content {
	width: 610px;
	height: auto;
	margin: 0 0 15px 0;
}

#page {
	border: 2px solid #333;
	padding: 010px;
	margin: 15px 0 0 0 ;
}

#mainbox {
	width: 590px;
	height: auto;
	margin: 10px 0;
}

.img-center {
	display: block;
	margin: 15px auto;
}

#backnumber {
	width: 610px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	color: #000;
	font-size: 12px;
	background-color: #FFF2B9;
}
#backnumber th {
	color: #000;
	font-size: 12px;
}
#backnumber td {
	border-bottom: 1px solid #CCC;
	padding: 3px 3px 3px 10px;
}

#backnumber a {
	color: #00F;
}

#backnumber a:hover {
	text-decoration:underline;
}


#T_article dd .time-tit {
	display: block;
	float:left;
	width:3.8rem;
}
#T_article dd .time-area {
	display: block;
    margin-left: 3.8rem;
}