<!-- CSS記述部分 -->
<style type="text/css">
<!--
body{
	margin:0;
}

#header{
	color:#ffffff;
}

.content{
	width:100%;
}

.menu{
	float:left;
	width:10%;
	margin:10px 5px;
	background-color:#006699;
	border-top:1px solid #006699;
	border-left:1px solid #006699;
	border-right:1px solid #006699;
}



.menu h2 {
	text-align:center;
	font-size:12px;
	color:#006699;
	line-height: 1.2em;
	background-color: #99CCFF;
	margin:0;
	font-weight: normal;
	border-bottom:1px solid #006699;
}

.menu h3 {
	text-align:center;
	font-size:12px;
	color:#006699;
	line-height: 1.2em;
	background-color: #3cb371;
	margin:0;
	font-weight: normal;
	border-bottom:1px solid #006400;
}

.menu ul{
	background-color:#f0ee8c;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
}

.menu li{
	border-bottom:1px solid #006699;
}

.main{
	float:right;
	width:80%;
	margin-bottom:30px;
}

.cell_color1{
	background-color:#666633;
	color:#FFFFFF;
}

.japanese{
	clear:both;
	background:#006699;
	color:#ffffff;
	padding:5px;
	margin:0;
}

.japanese a{
	color:#ffffff;
	font-size:small;
}

#open1{
	color:#666666;
	background-color:#FFFFCC;
	display:none;
	margin:5px;
	padding:10px;
}

img{
	border:0;
}
-->
</style>
<!-- CSS記述部分 -->
