@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	font-size: small;
	color: #666666;
}

/*----------------------------
LAYOUT
----------------------------*/

#container{
	width: 750px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-color: #999999;
	border-style: solid;
	border-width: 0 1px 0 1px;
}

#header{
	width: 750px;
	position: relative;
}

#topmenu{
	width: 750px;
}

#content{
	width: 750px;
}

#footer{
	width: 750px;
}

/*----------------------------
HEADER
----------------------------*/

#main{
	float: left;
	width: 180px;
}

#sub{
	float: right;
	width: 570px;
	background: url(../images/island_top.gif) 0 65px no-repeat;
}

#header h1{
	margin: 0;
	padding: 0;
	height: 170px;
	text-indent: -9999px;
}

#img01 h1{
	background: url(../images/logo_main.gif) 10px 10px no-repeat;
}

#header h2{
	margin: 0;
	padding: 0;
	height: 160px;
	text-indent: -9999px;
}

#img02 h2{
	background:url(../images/paper-plant_main.gif) 5px 10px no-repeat;
}

/*----------------------------
TOPMENU
----------------------------*/

ul#topmenu{
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

ul#topmenu li{
	position: absolute;
	top: 0px;
	display: block;
	width: 150px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

ul#topmenu li#syurui{
	left: 0px;
	background:url(../images/navi01.gif) no-repeat;
	
}

ul#topmenu li#tisiki{
	left: 150px;
	background:url(../images/navi02.gif) no-repeat;
}

ul#topmenu li#kousaku{
	left: 300px;
	background:url(../images/navi03.gif) no-repeat;
}

ul#topmenu li#recycle{
	left: 450px;
	background:url(../images/navi04.gif) no-repeat;
}

ul#topmenu li#rekisi{
	left: 600px;
	background:url(../images/navi05.gif) no-repeat;
}

ul#topmenu a{
	display: block;
	width: 150px;
	height: 30px;
	text-decoration: none;
}

/*----------------------------
CONTENT
----------------------------*/

#content div{
	border-right: 1px dotted #ccc;
	float: left;
	width: 149px;
}

#content h2{
	margin: 0;
	padding: 0;
	height: 80px;
}

#content a{
	display: block;
	width: 76px;
	height: 76px;
	margin: 10px 0 0 37px ;
	text-decoration: none;
}

#content p{
	margin: 10px 0 0 10px;
	width: 135px;
}

#content ul{
	margin: 10px 0 0 45px;
}

#content li{
	font-size:x-small;
}

#content li#none{
	list-style-type:none;
}

#syurui h2{
	background: url(../images/logo_syurui.gif) 37px 10px no-repeat;
	text-indent: -9999px;
}

#tisiki h2{
	background: url(../images/logo_tisiki.gif) 37px 10px no-repeat;
	left: 151px;
	text-indent: -9999px;
}

#kousaku h2{
	background: url(../images/logo_kousaku.gif) 37px 10px no-repeat;
	left: 301px;
	text-indent: -9999px;
}

#recycle h2{
	background: url(../images/logo_recycle.gif) 37px 10px no-repeat;
	left: 451px;
	text-indent: -9999px;
}

#rekisi h2{
	background: url(../images/logo_rekisi.gif) 37px 10px no-repeat;
	left: 601px;
	text-indent: -9999px;
}

/*----------------------------
NEWSBOX
----------------------------*/

#newsbox{
	margin:0px 50px 0 15px;
	padding: 5px 10px 0px 10px;
}

#newsbox h2{
	font-size: small;
	padding: 0 0 0 42px;
}

#newsbox li{
	line-height: 1.4em;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	list-style-type:none;
	border-bottom: 1px dotted #ccc;
}

/*----------------------------
FOOTER
----------------------------*/

#footer h2{
	margin: 20px 0 0 0;
	padding: 0;
	height: 125px;
	text-indent: -9999px;
}

#imgfooter h2{
	background: url(../images/island.jpg) 0 0 no-repeat;
}

#footer #addressbox{
	background-color: #affd2d;
	text-align: center;
}

#footer address{
	color:#FFFFFF;
	font-style:normal;
}

#footer address a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer address a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer address a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#footer address a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*----------------------------
BASE
----------------------------*/

.font_kihon{
	font-size:small;
	color:#666666;
}

a:link{ 
	text-decoration: none;
	color:#0000CC; 
	font-size:small;
}

a:visited{
	text-decoration: none; 
	color:#0000CC; 
	font-size:small;
}

a:active{
	text-decoration: none; 
	color:#000066; 
	font-size:small;
}

a:hover{
	text-decoration:underline; 
	color:#B2B2F0; 
	font-size:small;
}