@charset "UTF-8";

/* formatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:
"Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "MS P Gothic", "sans-serif";
	font-size: 80%;
	color: #333333;
}
hr {
	display: none;
}
/* link style
-------------------*/
a img {
	border-style: none;
}
a:link,a:visited {
	color: #274498;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	filter:alpha(opacity=70);
	opacity:0.7;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------*/
#container {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/mainBg.png);
	background-repeat: repeat-y;
}
#logo {
	width: 780px;
	height: 20px;
	background-color: #274498;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#header {
	width: 800px;
	height: 200px;
}
#nav {
	width: 800px;
	height: 30px;
}
#main {
	width: 500px;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#sidebar {
	width: 200px;
	height: auto;
	padding: 20px;
	float: right;
}
#footer {
	width: 740px;
	height: auto;
	padding: 30px;
	clear: both;
	background-color: #e1e0e0;
}
/* nav styles
-------------------*/
#nav ul li {
	list-style-type: none;
	float: left;
}
#nav ul li a {
	width: 159px;
	height: 20px;
	display: block;
	background-image: url(images/nav.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
}
/* main styles
-------------------*/
#main h3 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f1a51b;
	font-size: 150%;
	line-height: 2em;
}
#main p {
	line-height: 2em;
}
/* sidebar styles
-------------------*/
#sidebar h4 {
	font-size: 110%;
	line-height: 2em;
}
#sidebar p{
	line-height: 2em;
}
#sidebar li {
	font-size: 90%;
	list-style-type: none;
	background-color: #274498;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
#sidebar li a {
	text-indent: 1em;
	list-style-type: none;
	color: #FFFFFF;
}
/* footer styles
-------------------*/
address {
	text-align: center;
}