html{
	background-image: url('/image/top/bg2008l.gif');
	background-repeat: repeat-y;
}

body{
	background-image: url('/image/top/bg2008r.gif');
	background-position: 100% 0;
	background-repeat: repeat-y;
}

h1{
	text-align: center;
	padding-bottom: 20px;
}

a:link{
	color: rgb(80, 200, 160);
}

a:hover{
	color: rgb(160, 240, 180);
}

p.CENTER{
	text-align: center;
}

a.LANG{
	color: rgb(210, 235, 203);
}

a.LANG:hover{
	color: rgb(126, 197, 109);
}

div#menus{
	text-align: center;
	margin: 1.5em 5%;
}

div#menus ul{
	list-style: none;
	margin-top: 30px;
	margin-bottom: 10px;
}

div#menus li{
	display: inline;
	margin: 0 0.3em;
	font-size: 230%;
}

div#menus li a{
	font-weight: bold;
	font-family: "Times New Roman";
	color: rgb(210, 235, 203);
}

div#menus li a:hover{
	color: rgb(126, 197, 109);
	text-decoration: none;
}

div#menus div.description{
	position: relative;
	width: 100%;
	height: 1.2em;
}

div#menus div.description p{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", hirakakupro-w3, "メイリオ", "ＭＳ Ｐゴシック", osaka, arial;
	color: rgb(120, 120, 120);
}

#sub{
	margin: 2em 5%;
	text-align: center;
}

#sub h2{
	font-size: 230%;
	font-weight: bold;
	margin-top: 0.3em;
}

#sub h2 span{
	font-family: "Times New Roman";
	color: rgb(210, 235, 203);
	cursor: pointer;
}

#sub h2 span.ON{
	color: rgb(126, 197, 109);
}

#sub h2 span.HOVER{
	color: rgb(126, 197, 109);
}

#sub div{
	color: rgb(100,120,100);
	padding-top: 15px;
	padding-bottom: 35px;
}

ul#subContents{
	list-style: none;
	margin-bottom: 1.5em;
}

ul#subContents li{
	display: inline;
	margin: 0 0.8em;
}

ul#subContents li a{
	font-family: "Times New Roman";
	font-size: 120%;
}


#sub ul.blogEntries li {
	list-style-type: none;
	padding: 0.8em 0;
}
#sub ul.blogEntries .DATE {
	font-size: 110%;
	font-weight: bold;
	color: #64B432;
}


#footer{
	padding-top: 30px;
	font-size: 80%;
	color: rgb(200,200,200);

}
