html{
}

body{
}

a:link{
	color: rgb(105, 180, 90);
}

a:hover{
	color: rgb(135, 210, 120);
}

p.CENTER{
	text-align: center;
}

div#container{
	text-align: center;
	margin: 0;
}

div#contents{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

h1{
	padding: 50px 0 40px;
}

#main{
	position: relative;
	width: 100%;
}

div#menus{
	text-align: center;
}

div#menus.infoOpened{
	text-align: left;
	margin-right: 45%;
}

div#menus ul{
	list-style: none;
}

div#menus li{
	margin: 1.5em 0;
	font-size: 180%;
	white-space: nowrap;
}

div#menus li a{
	color: rgb(105, 180, 90);
}

div#menus li a:hover{
	color: rgb(135, 210, 120);
	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{
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	text-align: right;
}

#sub p{
	margin: 0.5em 0;
}

#subMenu{
	list-style-type: none;
}

#subMenu li{
	display: inline;
	margin-left: 5px;
	font-size: 120%;
}

#subMenu li a{
	color: rgb(105, 180, 90);
}

#subMenu li a.SELECTED{
	color: rgb(165, 220, 150);
	text-decoration: underline;
}

#update,
#comments {
	font-size: 80%;
}

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

#sub ul.blogEntries{
	list-style-type: none;
	color: rgb(130,150,130);
}

#sub ul.blogEntries li {
	padding: 1em 0;
}

#sub ul.blogEntries .DATE {
	font-weight: bold;
}

#infoLink{
	position: absolute;
	top: 0;
	right: 10px;
}

#infoLink a{
	font-size: 80%;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#infoLink a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
}


#lang{
	position: absolute;
	top: 5px;
	right: 0;
}

#lang a{
	font-size: 75%;
	opacity: 0.6;
	filter: alpha(opactiy=60);
}

#lang a:hover{
	opacity: 1.0;
	filter: alpha(opactiy=100);
}


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

}
