@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	line-height: 135%;
	color: #333;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

input, textarea {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

form, ul, ol, li, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

li {
	list-style-type: none;
	white-space: nowrap;
}

p, .paragraph {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

noscript {
	color: #f00;
}

table {
	border: 0px;
}

th {
	padding: 0px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}

td {
	padding: 0px;
	vertical-align: top;
}

dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #07c;
	text-decoration: underline;
}

.clearer {
	clear: both;
	font-size: 0px;
}

.container {
	clear: both;
	width: 800px;
	margin: 0px auto 0px auto;
}

.header {
	width: 100%;
	border-top: 5px solid #57d;
}

.headertitle {
	float: left;
	padding: 15px 10px 15px 0px;
}

.headerright {
	float: right;
	text-align: right;
	padding: 15px 0px 15px 10px;
}

.headerright a:link, .headerright a:visited, .headerright a:active {
	margin: 0px 0px 0px 10px;
	color: #333;
}

.headerright a:hover, .headerright a.current:link, .headerright a.current:visited, .headerright a.current:active {
	color: #38d;
}

.footer {
	float: left;
	width: 100%;
	height: 100%;
	background-color: #e8e8e8;
}

.footer a:link, .footer a:visited, .footer a:active {
	padding: 0px 5px 0px 5px;
	color: #333;
}

.footerlink {
	width: 200px;
	float: left;
	padding: 20px 0px 20px 50px;
}

.footerlink img {
	margin-right: 5px;
	vertical-align: top;
}

.copyright {
	clear: both;
	padding:20px;
	font-size: 12px;
	text-align: center;
}

.control {
	width: 100%;
	clear: both;
	float: left;
	background-color: #666;
	background-image: url(../images/control.gif);
	background-repeat: repeat-x;
}

.control ul {
	height: 34px;
	padding-left: 2px;
	background-image: url(../images/controlseparator.gif);
	background-repeat: no-repeat;
}

.control li {
	float: left;
	padding-right: 1px;
	background-image: url(../images/controlseparator.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.control a:link, .control a:visited, .control a:active {
	display: block;
	padding: 8px 15px 7px 15px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

.control a:hover, .control .current a:link, .control .current a:visited, .control .current a:active, .control .current a:hover {
	text-decoration: none;
	background-color: #888;
	background-image: url(../images/controlcurrent.gif);
	background-repeat: repeat-x;
}

.content {
	float: right;
	width: 580px;
	padding: 30px 0px 30px 20px;
}

.navigation {
	width: 200px;
	float: right;
	padding: 30px 0px 30px 0px;
}

.navigation ul {
	padding: 0px 0px 20px 0px;
}

.navigation li {
	padding: 3px 0px 3px 0px;
}

.navigation li.current a:link, .navigation li.current a:visited, .navigation li.current a:active {
	color: #333;
}

h1 {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 15px 15px 15px 0px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	border-top: 3px solid #57d;
	border-bottom: 1px solid #ccc;
}

h1.caption {
	clear: both;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border: 0px;
}

h2 {
	clear: both;
	margin: 15px 0px 25px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
}

h3 {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #8cf;
}

.list {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

.list th {
	padding: 3px 5px 3px 5px;
	text-align: left;
	background-color: #f7f7f7;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.list td {
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.submit {
	padding: 10px 0px 20px 0px;
	text-align: center;
}

.error {
	color: #f00;
}

.adsense {
	padding: 0px 0px 20px 0px;
}

.emphasis {
	font-weight: bold;
}

pre {
	margin: 0px 0px 20px 0px;
	padding: 20px;
	background-color: #ffd;
	border: 1px solid #f90;
}

.register {
	margin-bottom: 20px;
	clear: both;
	border-top: 1px solid #57d;
	border-left: 1px solid #57d;
}

.register th {
	width: 200px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #eff7ff;
	border-right: 1px solid #57d;
	border-bottom: 1px solid #57d;
}

.register td {
	padding: 10px;
	border-right: 1px solid #57d;
	border-bottom: 1px solid #57d;
}

.registerinput {
	width: 400px;
}

.registerinputnumeric {
	width: 200px;
}

.registercontract {
	width: 600px;
	font-size: 16px;
	line-height: 150%;
}

.registererror {
	margin-bottom: 10px;
	padding: 20px;
	color: #f00;
	background-color: #fdd;
	border: 1px solid #f00;
}

.necessary {
	margin-left: 5px;
	color: #f00;
	font-size: 12px;
}

.annotation {
	color: #666;
	font-size: 12px;
}

.news dt {
	clear: both;
	float: left;
	padding-right: 10px;
	white-space: nowrap;
}

.archive {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

.archivelink {
	clear: both;
	text-align: right;
}

.thumbnail {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
}

.thumbnaillist {
	width: 180px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.thumbnaillist a.thumbnail:link, .thumbnaillist a.thumbnail:visited, .thumbnaillist a.thumbnail:active {
	width: 160px;
}

.thumbnaillist h2 {
	clear: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	border: 0px;
}

.serverlogo {
	float: left;
	width: 150px;
	margin-bottom: 20px;
}

.serverdescription {
	margin-left: 150px;
}

.searchindex {
	float: left;
	padding: 3px 5px 0px 5px;
	color: #666;
	font-size: 12px;
}

.searchinput {
	float: left;
}

.itemlist {
	margin-left: 20px;
	padding-bottom: 20px;
}

.itemlist li {
	list-style-type: disc;
	white-space: normal;
}