@charset "utf-8";
/* body */
body {
	margin: 0px;
	padding: 0px;
	background-color: #f6f6fe;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 1.8em;
	color: #666666;
}

/* link */
a:link {
	color: #7FCCFF;
	text-decoration: underline;
}
a:visited {
	color: #7FCCFF;
	text-decoration: underline;
}
a:hover {
	color: #0158AF;
	text-decoration: none;
}
a:active {
	color: #0158AF;
	text-decoration: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: medium;
	line-height: 20px;
	color: #7FCCFF;
	background-image: url(../img/icon/unesco.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 22px;
}
.shiroji {
	color: #FFFFFF;
}
.akaji {
	color: #FF0000;
}
.mini {
	font-size: small;
}






/* header */
div#header	{
	background-image: url(../img/bg/bg_head.gif);
	background-repeat: repeat-x;
	height: 96px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div #headercontent {
	padding: 0px;
	height: 96px;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	clear: both;
}

/* Rei */
div#container	{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg/bg_container.gif);
	background-repeat: repeat-y;
	height: auto;
}

/* Rec */
div#content	{
	width: 619px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px
}

/* TCho[ */
div#sidebar	{
	width: 209px;
	float: left;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	height: 100%;
}
div#menu {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 209px;
}



/* tb^[ */
div#footer	{
	background-image: url(../img/bg/bg_footer.gif);
	background-repeat: no-repeat;
	width: 840px;
	clear: both;
	padding: 0px;
	height: 52px;
	margin: 0;
}
div#footercontent {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding-left: 209px;
	padding-top: 5px;
	color: #999999;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_waku {
	border: 1px solid #7FCCFF;
}


