﻿@charset "utf-8";

/* -------------------------------------------------------
   company
------------------------------------------------------- */
#center-image {
	background : url("../images/center-image-03.jpg") no-repeat;
}

#content .right-content table {
	margin     : 20px auto;
	border     : 1px solid #333;
	text-align : center;
}

#content .right-content table tr th {
	width         : 150px;
	margin        : 0;
	padding       : 5px;
	border-right  : 1px solid #333;
	border-bottom : 1px solid #333;
	background    : #631e19;
	color         : #fff;
}

#content .right-content table tr td {
	margin        : 0;
	padding       : 5px 10px;
	border-right  : 1px solid #333;
	border-bottom : 1px solid #333;
	text-align    : left;
}

#content .right-content ul {
	margin     : 0 0 0 10px;
	list-style : circle;
}