@charset "utf-8";



* {
	margin: 0;
	padding: 0;
}

html, body {
	background: white;
}
body {
	line-height: 1.1;
	font-family: "ＭＳ Ｐゴシック", 平成角ゴシック, Osaka, sans-serif;
}
img {
	border: none;
	vertical-align: bottom;
}
td {
	vertical-align: top;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.en {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.en_go {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	width: 100%;
}

#outer {
	width: 700px;
	border-right: 1px solid rgb(0,51,102);
}
#top-menu {
	background: rgb(0,51,102) url("../img/sen.gif") no-repeat bottom;
	text-align: right;
	padding: 1px 8px 4px;
}
#top-menu li {
	display: inline;
	padding: 0 6px;
	border-left: 1px solid rgb(255,255,255);
}
#top-menu a {
	color: rgb(255,255,255);
	font-size: 12px;
}
li.terminate {
	border-right: 1px solid rgb(255,255,255);
}

#copyright {
	background: rgb(0,51,102);
	color: rgb(255,255,255);
	text-align: center;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 2px;
	border-top: 10px solid rgb(0,51,153);
}
#copyright a img {
	border: none;
	}


