@charset "UTF-8";
/* formatting style
-----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #E4E6D2;
}
/* link style
-------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #33CC00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0px auto;
}
/* main styles
-------------------------------------*/
#main {
	float: left;
	width: 602px;
	border-right: 4px solid #E4E6D2;
	padding-bottom: 20px;
}
#main ul {
	background-color: #336633;
	width: 602px;
}
#main ul li {
	float: left;
	list-style: none;
}
#main ul li a {
	color: #CCFF99;
	text-decoration: none;
	background-color: #009900;
	float: left;
	height: 1.5em;
	width: 200px;
	text-align: center;
	display: block;
	vertical-align: middle;
	font-size: 1.5em;
	line-height: 1.5em;
}
#main ul li a:hover {
	color: #009900;
	background-color: #99CC66;
}
#home #main #nNews a,
#about #main #nAbout a,
#eco #main #nEco a {
	color: #009900;
	background-color: #FFFFFF;
	border-bottom-style: none;
}
#main ul li#nEco a {
	border-right-style: none;
}
#main dl {
	padding-top : 15px;
	padding-left : 15px;
	padding-right : 15px;
	padding-bottom : 0px;
	float: left;
	width: 570px;
}
#main dt {
	background-color: #CCCCCC;
	font-size: 1.3em;
	line-height: 1.3em;
	vertical-align: middle;
	height: 1.5em;
	background-position: center;
	margin-bottom: 10px;
	padding-left: 5px;
	clear: both;
}
#main dd {
	padding-bottom: 0px;
}
#eco #main img {
	float: left;
	padding-right: 10px;
}
#about #main img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* footer styles
-------------------------------------*/
#footer {
	color: #333333;
	background-color: #FFFFFF;
	padding: 10px 15px 15px;
	clear: both;
	border-top: 4px solid #E4E6D2;
	border-bottom: 10px solid #E4E6D2;
}
#footer a {
	color: #333333;
}
#footer address {
	color: #333333;
}

/* header styles
-------------------------------------*/
#header  {
	background-color: #E4E6D2;
	color: #333333;
}
#header #top {
	color: #333333;
	padding-left: 15px;
}
#header h1 {
	padding-bottom: 10px;
}
/* sidebar styles
-------------------------------------*/
#sidebar {
	float: right;
	width: 250px;
	padding: 20px;
}
#sidebar dt {
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
}
#sidebar dd {
	color: #666;
	padding-top: 5px;
}
#sanchoku {
	background-color: #333333;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#sanchoku #header h1 {
	top: auto;
	bottom: auto;
	margin-top: 50px;
}
#sanchoku #wrapper {
	background-color: #333333;
}
#sanchoku #header {
	color: #999999;
	background-color: #333333;
}
#sanchoku #header img {
	float: left;
	padding-top: 10px;
	margin-right: 10px;
}
#sanchoku #header p {
	padding-top: 10px;
}
#tenji #main img {
	padding-bottom: 10px;
}
#eco #main img {
	padding: 0px 10px 0px 0px;
}
#about #main img {
	padding-right: 10px;
	padding-left: 0px;
}
H4{
  font-size : 100%;
  padding-top : 5px;
  font-weight : normal;
}

#about #wrapper #main dl dd #midashi a {
	background-image: url(img/compe1_midashi2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 346px;
	width: 570px;
}
#about #wrapper #main dl dd #midashi a:hover img{
filter: alpha(opacity=0);
-ms-filter: alpha(opacity=0);
opacity: 0.0;
}


