@charset   "UTF-8";

#content {
	width: 770px;
	margin: auto;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#header {
	margin: 0px 10px 10px 10px;
	height: 100px;
	border: 1px solid #cccccc;
	background-image: url(../images/top_image.jpg);
}

#side {
	width: 180px;
	float: left;
	margin-left: 10px;
	background-color: #f3f3f3;
	padding-bottom: 20px;
}

#menu {
	margin-bottom: 20px;
}

#main {
	width: 550px;
	margin-right: 5px;
	float: right;
}

#footer {
	clear: both;
	border-top: 1px dotted #cccccc;
	border-bottom: 10px solid #6699df;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#yougo {
	text-align: left;
	width: 750px;
	margin: auto;
	padding-top: 10px;
	margin-top : 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	line-height: 150%;
font-size:110%;
}

.mod_Gnavi003 ul{
	width:750px;
	padding:0;
	margin:15px 25;
	overflow:hidden;
	position:relative;
}
.mod_Gnavi003 ul li{
	height:45px;
	float:left;
	overflow:hidden;
}

.mod_Gnavi003 ul li a{
	display:block;
}

a img.css-hover{
opacity:0.8;
filter: alpha(opacity=80);
}
a:hover img.css-hover{
opacity:1.0;
filter: alpha(opacity=100);
}

a img{
border:none;
}