@charset "utf-8";
/* CSS Document */

div.content
{
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
}

body { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table {
	border-collapse: collapse;
}

table.menuTop {
	width: 100%;
}

td.selected {
	color: #FFF;
	background-color: rgb(204,102,0);
}

td.menuTopItem {
	width: 20%;
	text-align: center;
	font-weight: bold;
}

td.mainContent {
	text-align: center;
	color: rgb(204,102,0);
	font-weight: bold;
	font-size: 1.5em;
}

td.mainItem {
	width: 50%;
	text-align: justify;
	padding: 10px 15px;
	font-size: 0.9em;
	vertical-align: top;
}

td.bottom {
	color: rgb(204,102,0);
	text-align: right;
	font-size: 0.9em;
}

a { 
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

a.menuItem {
	color: rgb(204,102,0);
}

a.menuItem:hover {
	color: rgb(204,102,0);
}

a.menuItem_aa {
	color: #000;
}

a.menuItem_aa:hover {
	color: #000;
}

a.mail {
	color: #399;
}

a.mail:hover {
	color: #399;
}

ul.li{
	color: rgb(204,102,0);
}

li.li + li.li {
	padding-top: 20px;
}

ul.li_b{
	color: #000;
}
