@charset "utf-8";
/*コンテンツ-----------------*/
.title {
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	padding: 0px 5px 10px 10px;

}
h1 {
	font-size: 14px;
	letter-spacing: 0px;
	color: #333333;
	width: 610px;
	float: left;

}
.date {
	background-color: #C8C5B5;
	float: right;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	line-height: 150%;
	letter-spacing: 0px;

}
.entry {
	clear: both;
	padding: 20px 20px 40px 20px;

}
.entry table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;


}
.entry td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	padding: 5px 10px 5px 10px;


}
#news_top {
	clear: both;
	padding: 20px 0px 0px 0px;
	text-align: right;

}
#back {
	clear: both;
	padding: 10px 20px 0px 20px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: top;

}

