body {
	background-color: #ffffff;
	font-size: 100%;
	text align: center;
	color: #000000;
	margin: 0px
}


div#header {
	background: #d3d3d0 url("./image/title.jpg") no-repeat;
	height: 80px;
}

div#header_e {
	background: #d3d3d0 url("./image/title_e.jpg") no-repeat;
	height: 80px;
}

div#outline {
	width: 70em;
	background: #ffffff;
}

div#footer {
	clear: both;
	padding: 1ex 0px 1ex 1em;
	background: #cfdfff;

}

div#main {
	width: 46em;
	top: 5ex;
	left: 8em;
	border: solid 1px;
/*	background: #ffffff;*/
	padding: 2ex 1em 2ex 1em;
	float: left;
}

div#sidelinkarea {
	background: #ffffff;
	top: 5ex;
	/*width: 9.5em;*/
	/*font-family: HGPºÞ¼¯¸E,sans-serif;*/
	padding: 5px 0.2em 5px 0.2em;
	float: left;
}

div#sidelinkarea a {
	text-decoration: none;
	width: 8.5em;
	border-width: 0px 2px 2px 0px;
	border-color: #bbccdd;
	border-style: solid;
	background-color: #ddeeff;
	padding: 1px 0.5em;
	margin: 2px 0px;
	cursor: hand;
	display: block;
}

div#sidelinkarea a.en {
	text-decoration: none;
	width: 9em;
	border-width: 0px 2px 2px 0px;
	border-color: #ccccaa;
	border-style: solid;
	background-color: #ffffdd;
	padding: 1px 0.5em;
	margin: 2px 0px;
	cursor: hand;
	display: block;
}

div#sidelinkarea a.ex {
	width: 7.5em;
	background-color: #eff7ff;
	margin-left: 1em;
}
.nonelist {
	list-style-type: none;
	text-align: left;
}

td.toplink {
	width: 16em;
	height: 10ex;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
/*	background-color: #ffffff;*/
	padding: 3ex 1em 2ex 1em;
	vertical-align: top;
}

td.toplink strong {
	text-align: center;
	font-size: large;
	font-weight: 600;
}
td.toplink ul {
	list-style-type: none;
	text-align: left;
	font-size: small;
}

table.mainlink td {
	width: 6em;
	height: 4ex;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #ffffcc;
}

table.news td {
	vertical-align: top;
	padding:0.5ex 0.5em;
}
b.cat1 {
	text-align: center:
	display: block;
	padding: 0ex 0.5em;
	background-color: #ffffff;
}
b.cat2 {
	text-align: center:
	display: block;
	padding: 0ex 0.5em;
	background-color: #dfffdf;
}
b.cat3 {
	text-align: center:
	display: block;
	padding: 0ex 0.5em;
	background-color: #ffdfdf;
}

.imgbox_r {
	text-align: center;
	padding: 1ex 0.5em 2ex 0.5em;
	float: right;

}
.imgbox_l {
	text-align: center;
	padding: 1ex 0.5em 2ex 0.5em;
	float: left;
}

a:hover {
/*	background: #ffbfbf;*/
}

h1{
	font-size: x-large;
	color: #00df00;
}

