@charset "UTF-8";

/* formatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	font-family:"Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS P Gothic", sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 2;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
}
hr {
	display: none;
}

/* link style
-------------------*/
a img {
	border-style: none;
}
a:link,a:visited {
	color: #A2D336;
	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: 960px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 880px;
	height: 200px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 40px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main {
	width: 920px;
	height: auto;
	float: left;
}
#main1 {
	width: 640px;
	height: auto;
	padding: 20px;
	float: right;
}
#main2 {
	width: 200px;
	height: auto;
	padding: 20px;
	float: left;
}
#footer {
	width: 920px;
	height: auto;
	padding: 20px;
	clear: both;
	background-color: #C1E967;
}

/* header styles
-------------------*/
#header ul li{
	display: inline;
	list-style-type: none;
}

/* main styles
-------------------*/
h1 {
	color: #666666;
	line-height: 1.5em;
	font-size: 250%;
}
h2 {
	font-size: 100%;
	color: #cccccc;
	font-weight: normal;
}
h3 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #648912;
	font-size: 150%;
}
h4 {
	font-size: 75%;
	font-weight: normal;
	color: #CBE98A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBE98A;
}
h5 {
	color: #648912;
	font-size: 100%;
	line-height: 2em;
}
.adSense1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main1 li {
	list-style-type: none;
}
#main2 li {
	list-style-type: none;
	background-color: #648912;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}
#main2 li a {
	text-indent: 1em;
	list-style-type: none;
	color: #ffffff;
}

/* footer styles
-------------------*/
address {
	text-align: center;
	color: #666666;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #333333;
}