@charset "UTF-8";

/* formatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", "sans-serif";
	font-size: 80%;
	line-height: 2;
	color: #333333;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
}
hr {
	display: none;
}

/* link style
-------------------*/
a img {
	border-style: none;
}
a:link,a:visited {
	color: #335897;
	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;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #335897;
}
#logo {
	width: 760px;
	height: 60px;
	padding: 20px;
}
#header {
	width: 800px;
	height: 120px;
}
#main {
	width: 520px;
	height: auto;
	float: left;
	padding: 20px;
}
#sidebar {
	width: 200px;
	height: auto;
	padding: 20px;
	float: right;
	clear:right;
}
#footer {
	padding: 20px;
	clear: both;
	background-color: #f0f0f0;
}

/* logo styles
-------------------*/
#logo h1 {
	font-size: 250%;
}
#logo ul{
	text-align: right;
}
#logo ul li{
	display: inline;
	list-style-type: none;
}

/* main styles
-------------------*/
#main h3 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8494AE;
	font-size: 150%;
	line-height: 2em;
}
#main h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9CFF3;
	font-size: 130%;
	font-weight: normal;
	line-height: 2em;
}
#main p {
	line-height: 2em;
}
#main li {
	list-style-type: none;
}
#main #sponsoredLink {
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 10px;
	padding-left: 26px;
}
#main #sponsoredLink2 {
	padding-top: 10px;
	padding-right: 92px;
	padding-bottom: 10px;
	padding-left: 26px;
}
.sponsoredLink {
	color: #5082B3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9CFF3;
}
em {
	font-weight: bold;
	color: #335897;
}

/* sidebar styles
-------------------*/
#sidebar h5 {
	font-size: 110%;
	line-height: 2em;
	color: #A67E36;
}
#sidebar h6 {
	color: #F2ABE1;
	font-size: 100%;
	line-height: 2em;
}
#sidebar li {
	list-style-type: none;
	background-color: #9EB9E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}
#sidebar li a {
	text-indent: 1em;
	list-style-type: none;
	color: #335897;
}
#sidebar #sponsoredLink3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* footer styles
-------------------*/
address {
	text-align: center;
}
#footer p {
	text-align: center;
}
#main table {
	width: 100%;
}
#sidebar table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 80%;
	padding: 0px;
}
#sidebar td {
	align:left; 
}


