body {
	font-size: 11px;
	font-family: 'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3','Osaka','‚l‚r ‚oƒSƒVƒbƒN','sans-serif';
	color: #333333; 
	background: #000000;
}

ul {
	list-style: none;
}

#Container {
	background: #2F0000;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 798px;
	border: 1px #FFFFFF solid;
}

#Header {
	padding-top: 4px;
	padding-bottom: 3px;
}

#SiteMenu {
	margin-left: 10px;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}

#SiteMenu ul {
	width: 798px;
	height: 33px;
}

#SiteMenu ul li {
	width: 111px;
	float: left;
}

#SiteMenu ul li p {
	padding-top: 8px;
	padding-left: 22px;
}

#SiteMenu li a, #SiteMenu li a:visited {
	width: 111px;
	height: 32px;
	color: #FFFFFF;
	background-image: url(../image/menu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}

#SiteMenu li a:hover {
	width: 111px;
	height: 32px;
	color: #FF0000;
	background-image: url(../image/menua.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: underline;
	display: block;
}

#SiteMenu .MenuActive {
	width: 111px;
	height: 32px;
	color: #FF0000;
	background-image: url(../image/menua.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#MainContents {
	margin-left: 10px;
	margin-right: 11px;
	color: #000000;
	background: #FFFFFF;
}

#MainContents .ContentsTitle {
	padding-left: 20px;
}

#Footer {
	padding-top: 2px;
	padding-bottom: 4px;
}

#Footer img {
	border: none;
}

#Footer .Company {
	margin-left: 10px;
	float: left;
}

#Footer .CompanyContact {
	margin-right: 10px;
	float: right;
}

#Footer .Copyright {
	width: 100%;
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
}

.Clear {
	clear: both;
}
