/* レイアウトの設定*/
:root {
  color-scheme: light;
}

body {
	margin-left:-10px;
	padding:0px;
	text-align:center;
	background-color:#21C3FF;
	font-size:11pt;
	line-height:15pt;
	letter-spacing:1pt;
	scrollbar-face-color:#f0f8ff;
	scrollbar-track-color:#21C3FF;
	scrollbar-3dlight-color:#21C3FF;
	scrollbar-highlight-color:#21C3FF;
	scrollbar-darkshadow-color:#21C3FF;
	scrollbar-shadow-color:#21C3FF;
}
#outline {
	width:800px;
	text-align:left;
	margin:0 auto;
 }
.outline-margin {
	margin:0 10px;
}
.main {
	width:700px;
	float:right;
	overflow: visible;
}
.side {
	width:100px;
	float:left; 
	overflow: visible;
	position:static; 
}

img{border:0px;}


/* リンク*/
A:link{
	color:#ef655e;
}
A:visited{
	color:#ffb1a3;
}
A:active{
	color:#ffb1a3;
}

/*テーブル*/
.table {
	width:1000px;
	background-color:#f0f8ff;
	margin-top:60px;
}
.table p{
	margin:0px;
	padding:0.5em 1em;
	background-color:#f0f8ff
}
.text{
	padding:0px 20px;
	background-color:#f0f8ff;
}

/*見出し*/
.midasi{
	color:#f0f8ff;
	background-color:000000;
	font-size:20pt;
	padding:5px;
	margin-left:-1px;
	width:400px;
}

/*メニュー*/
#top_frame {
	height: 100px;  /* ヘッダーの高さ */
	left: 0;
	margin: 0;
	position: fixed;
	_position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

#under_frame {
	margin: 80px 0 0 0; /* ヘッダーの高さ分をマージンで空けておく */
	_overflow: auto;
	padding: 0;
}

#left_frame {
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:fixed;
	_position:absolute;
	top:0;
	width:200px;
}

#right_frame {
	height:100%;
	margin:0 0 0 80px;
	_overflow:auto;
	padding:0;
}

#Navi{
	margin:10px 0;  
	padding:0;  
	width:392px;  
	height:32px;  
	overflow:hidden;  
	background:#000000;  
}
#Navi li { list-style:none; width:98px; float:left; }  
#Navi li a {  
	display:block;  
	line-height:30px;  
	font-size:20pt;
	color:#fff;  
	text-align:center;  
	text-decoration:none;
	border: 1px solid #000000;
}  
#Navi li a:hover {
	background:000000;
	border: 1px solid #000000;
	color: #f0f8ff;
	background: #21C3FF;
}  
#Navi li a:visited{
	color:#f0f8ff;
}

.menu a{
	color:#f0f8ff;
	font-size:20pt;
	padding:.2em 1em;
	width: 100px;
	border: 1px solid #000000;
	background: #000000;
	display: block;
	text-decoration:none;
}
.menu a:hover{
	color:#f0f8ff;
	padding:.2em 1em;
	width: 100px;
	border: 1px solid #000000;
	color: #f0f8ff;
	background: #21C3FF;
}
.menu a:visited{
	color:#f0f8ff;
