﻿@charset "utf-8";

/* -------------------------------------------------------
   news
------------------------------------------------------- */
#center-image {
	background : url("../images/center-image-05.jpg") no-repeat;
}

#content .right-content table {
	margin     : 20px auto;
	border     : 1px solid #333;
	text-align : center;
}

#content .right-content table tr td {
	margin        : 0;
	padding       : 5px 10px;
	border-right  : 1px solid #333;
	border-bottom : 1px solid #333;
}

#content .right-content ul {
	list-style : circle;
}

#content .right-content ul li {
	padding : 5px 0;
}

#content .right-content ul li span.date {
	margin : 0;
}

#content .right-content ul li span.detail {
	margin : 0 0 0 20px;
}