body{
	padding: 0;
	margin: 10px;
	color: #031C34;
}

#wrap{
	width: 780px;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	top-margin: 10px;
	color: #031C34;
}

#head{
	text-align: center;
}

#head p{
	font-size: xx-large;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#inner {
}
#inner .caption{
	font-size: x-large;
	font-weight: bold;
	background-color:#E6E6FA;
}
h2{
}

dt{
	font-weight: bold;
}
dt.name{
	font-size: x-large;
}

#foot{
}
#foot p{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
}

div#floating-menu {
	position: fixed; /* フローティングメニュー */
	top: 0px; /* 上部に固定 */
	left: 0px; /* 左右いっぱいのメニュー */
	right: 0px;
	background-color: #FFFFFF; /* 背景色 */
	border: 1px solid #000000; /* 境界線 */
	z-index: 9999; /* 描画優先順位 最前面に表示するため大きな値にする */
	margin: 0 auto;
	text-align: center;
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
	font-size: x-large;
	line-height: 1.2;
}
#floating-menu a{
	background-color: white;
	text-decoration: none;
}
#floating-menu a:link {
	color: #031C34;
	text-decoration: none;
}
#floating-menu a:visited{
	color: #031C34;
	text-decoration: none;
}
#floating-menu a:hover{
	color: #6F87A6;
	text-decoration: none;
}
#floating-menu a:active{
	color: #031C34;
	text-decoration: none;
}
span.c-o{color:#A64B5B;}

a:link {color: blue;}
a:visited {color: blue;}
a:hover {color: blue;}
a:active {color: blue;}

