@charset "utf-8";
/* CSS Document */
* {
	margin : 0;
	padding : 0;
}

a img {
    border-style: none;
}
a:link {
    border-style: none;
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    color: #FFFFFF;
}
a:hover {
    color: #CCCCCC;
}
a:active {
    color: #FFFFFF;
}

a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
} 

body {
	background-image:url(../img/eco01.jpg);
	background-repeat:repeat;
}

#wrapper {
	width : 705px;
	background-color:#FFFFFF;
	margin: 0 auto;
	overflow:hidden;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	text-align: center;
}

#header {
        width : 100%;
	    height : 58px;
	    background-image: url(../img/chubueco.gif);
	    background-position: center;
}

#mainimg {
        width : 100%;
	    height : 327px;
	    background-position: center;
}

#left_menu {
	width: 155px;
	float:left;
	top: 385px;
	background-color: #FFFFFF;
}

.left_img {
	padding-top: 2px;
}

#main {
	float: right;
	width: 545px;
	top: 385px;
	background-color:#FFFFFF;
	padding-bottom: 1px;
	margin-top: 10px;
	text-align: left;
}
        		 
#footer {
	width : 100%;
	height: 35px;
	clear : both;
	background-color:#FFFFFF;
	padding-bottom: 10px;
	border-top: 1px solid #3300cc;
	vertical-align: bottom;
}

.footerleft {
	float: left;
	width: 400px;
	letter-spacing: 0.3em;
	text-align: left;
	font-size: 60%;
	vertical-align: bottom;
	margin-left: 20px;
	margin-top: 5px;
	line-height: 150%;
}

.footerright {
    float: right;
    width: 200px;
	letter-spacing: 0.2em;
	text-align: left;
	font-size: 60%;
}

.Copyright {
	font-size: 60%;
	letter-spacing: 0.3em;
	color: #999;
}

p{
    font-size: 80%;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin:0 0 0.1em 0.1em;}
.p_sp01{
	   padding:0 0 0px 0px;

}

/* 特別設置拠点page用 */
.q_a {
	font-size: 100%;
	border-bottom-width: 2px;
	letter-spacing: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #F93;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #666;
} 

.q_a_a {
	font-size: 95%;
	border-width: 2px;
	letter-spacing: 0.2em;
	line-height: 130%;
	border-style: dotted;
	border-color: #F93;
	padding: 3px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* 設置例 */


gotop {
	text-align: right;
	padding-left: 360px;
}
