@charset "Shift_JIS";

/*********************************************************/
/*                上に表示するコンテンツ                 */
/*********************************************************/
#topcont{
	width : 100%;
	height : 100%;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	border-bottom-color : #ffffff;
}

/*********************************************************/
/*                     左メニュー                        */
/*********************************************************/
#leftmenu{
	position : absolute;
	left : 0px;
	width : 224px;
	height : 600px;
	border-right-style : solid;
	border-right-width : 2px;
	border-right-color : #ffffff;
	background : url(Image/menu.png) no-repeat;
}

#leftmenu a:link{
	color : #ffa0ff;
	text-decoration : none;
}

#leftmenu a:visited{
	color : #ffa0ff;
	text-decoration : none;
}

#leftmenu a:hover{
	color : #ffd8ff;
	text-decoration : none;
}

#leftmenu ul{
	position : absolute;
	left : -40px;
	list-style : none;
}

#leftmenu li{
	position : absolute;
	font-weight : bold;
	height : 80px;
}

#leftmenu li.li1{
	top : 40px;
	left : 0px;
}

#leftmenu li.li2{
	top : 130px;
	left : 90px;
}

#leftmenu li.li3{
	top : 230px;
	left : 20px;
}

#leftmenu li.li4{
	top : 320px;
	left : 110px;
}

#leftmenu li.li5{
	top : 380px;
	left : 30px;
}

#leftmenu li.li6{
	top : 450px;
	left : 130px;
}

#leftmenu li.li7{
	top : 520px;
	left : 20px;
}

/*********************************************************/
/*                    メインコンテンツ                   */
/*********************************************************/

#maincont{
	position : absolute;
	left : 224px;
	width : 676px;
}

tr.forest{
	background-color : #f0fff0;
}
tr.water{
	background-color : #f0ffff;
}
tr.energy{
	background-color : #fffcf0;
}
tr.food{
	background-color : #fff0f0;
}
tr.resource{
	background-color : #f8f8ff;
}
tr.other{
	background-color : #f0f0f0;
}
tr.outsideschool{
	background-color : #fff8f8;
}
/*********************************************************/
/*                   　　 BODY共通    　　               */
/*********************************************************/

BODY {
	background : url(Image/kumo.jpg);
}

img{
	border-width : 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

