@charset "utf-8";
/* CSS Document */
.notes {
	font-size: 80%;
}
html {
	padding:0px;
	height:100%;
	margin: 0px;
}
body {
	padding:0px;
	height:100%;
	margin: 0px;
	text-align: center;
	background-color: #f0efeb;
}
#h100 {
	position:relative;
	top:0;
	left:0;
	height:100%;
	background-color:#f0efeb;
}
#header {
	color:white;
	background-image: url(../common_img/bg_header.gif);
	height: 25px;
	width: 850px;
	margin: 0px;
	padding: 0px;
}
#wrap {
	height: auto;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}

#container {
	background-color:#ffffee;
	background-image: url(../common_img/bg_container.gif);
	background-repeat: repeat-y;
}
#header h1 {
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#header  em   {
	text-indent: -9999px;
	overflow: hidden;
	visibility: hidden;
}
#footer #footmenu {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(../common_img/bg_footmenu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}


#footer {
	width:100%;
	background-color:black;
	color:white;
	background-image: url(../common_img/bg_footer.gif);
	height: 100px;
	text-align: center;
}
#container em {
	text-indent: -999px;
	visibility: hidden;
}

#wrap #container #menubar {
	height: 65px;
	width: 830px;
	background-image: url(../common_img/menubg.gif);
	background-repeat: repeat-x;
	margin-left: 10px;
}
#container #menubar #menubarleft {
	float: left;
	margin: 0px;
}
#container #menubar #menubarRight {
	float: right;
	margin: 0px;
}

#container .clearBoth {
	clear: both;
	height: 1px;
	width: 100px;
	margin: 0px;
	padding: 0px;
}



#container #toiawase {
	background-image: url(../common_img/bg_toiawase.gif);
	background-repeat: repeat-x;
	height: 95px;
	width: 820px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#container #toiawase img {
	margin-left: 150px;
	margin-top: 20px;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

