@charset "UTF-8";
body {
	background-color: #FFF;
	color: #000;
	background-image: url(../images/bg_blue.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container {
	padding: 0px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000;
	background-color: #FFF;
}
#sidebar {
	float: right;
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
}
#sidebar #logo {
	text-align: center;
}
#top_navi {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 14px;
	margin-top: 20px;
	padding: 0px;
}
#bottom_navi {
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 14px;
	position: relative;
	width: 665px;
	margin-top: 0px;
	padding: 0px;
	float: left;
}
#mainContent {
	width: 665px;
	position: relative;
	float: left;
	padding: 10px;
	margin: 0px;
	text-align: justify;
}
#banner {
	height: 300px;
	width: 665px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
	float: left;
}
#footer {
	clear: both;
	height: 180px;
	text-align: center;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.9em;
}
#mainContent blockquote p a img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
