@charset "UTF-8";
/* CSS Document */
body {
	background-color: #333366;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	margin: 0px;
}
a:link {
	color: #003399;
}
a:hover {
	color: #FF6600;
}
#Container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../img/BG/headBG3.jpg);
	height: 200px;
	cursor: pointer;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#MenuBar2 {
	margin-left: 15px;
}
#Contents {
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 10px;
}
#Contents #main {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
}
#main /* CSS Document */

 #left  {
	float: left;
	width: 600px;
}
#main  #right  {
	float: right;
	width: 180px;
	background-color: #DDD;
	padding: 10px;
}

#Footer {
	clear: both;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
