@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	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: 0;
	padding: 0;
	border: 0;
}

li {
	list-style-type: none;
	white-space: nowrap;
}

p, .paragraph {
	margin: 0;
	padding: 0 0 40px 0;
}

noscript {
	color: #f00;
}

table {
	border: 0;
}

th {
	padding: 0;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}

td {
	padding: 0;
	vertical-align: top;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #04c;
	text-decoration: none;
}

a:hover {
	color: #39c;
	text-decoration: underline;
}

.clearer {
	clear: both;
	font-size: 0;
}

.container {
	clear: both;
	width: 800px;
	margin: 0 auto 0 auto;
}

.header {
	width: 100%;
	height: 100px;
	background-color: #17d;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
}

.headertitle {
	float: left;
	padding-top: 35px;
}

.headerright {
	float: right;
	padding-top: 15px;
	text-align: right;
}

.headerright a:link, .headerright a:visited, .headerright a:active {
	color: #234;
	font-size: 12px;
}

.headerright a:hover, .headerright a.current:link, .headerright a.current:visited, .headerright a.current:active {
	text-decoration: underline;
}

.footer {
	float: left;
	width: 100%;
	height: 100%;
	background-color: #e2ecf8;
}

.footer a:link, .footer a:visited, .footer a:active {
	padding: 0 5px 0 5px;
	color: #333;
}

.footerlink {
	width: 200px;
	float: left;
	padding: 40px 0 40px 50px;
}

.footerlink img {
	margin-right: 5px;
	vertical-align: top;
}

.copyright {
	clear: both;
	padding: 20px;
	font-size: 12px;
	text-align: center;
}

.control {
	height: 36px;
	margin-top: 10px;
	background-image: url(../images/control.gif);
	background-repeat: repeat-x;
}

.control li {
	height: 36px;
	float: left;
	padding-right: 2px;
	background-image: url(../images/controlseparator.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.control a:link, .control a:visited, .control a:active {
	display: block;
	height: 26px;
	padding: 10px 10px 0 10px;
	color: #234;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.control a:hover, .control li.current a:link, .control li.current a:visited, .control li.current a:active {
	text-decoration: none;
	background-image: url(../images/controlcurrent.gif);
	background-repeat: repeat-x;
}

a.controlleft:link, a.controlleft:visited, a.controlleft:active, a.controlright:link, a.controlright:visited, a.controlright:active {
	height: 36px;
	padding: 0;
}

a.controlleft:link span, a.controlleft:visited span, a.controlleft:active span {
	display: block;
	height: 26px;
	padding: 10px 10px 0 10px;
	background-image: url(../images/controlleft.gif);
	background-repeat: no-repeat;
}

a.controlright:link span, a.controlright:visited span, a.controlright:active span {
	display: block;
	height: 26px;
	padding: 10px 10px 0 10px;
	background-image: url(../images/controlright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.content {
	float: right;
	width: 580px;
	padding: 40px 0 40px 20px;
}

.navigation {
	width: 200px;
	float: right;
	padding: 30px 0 30px 0;
}

.navigation ul {
	padding: 0 0 20px 0;
}

.navigation li {
	padding: 3px 0 3px 0;
}

.navigation li.current a:link, .navigation li.current a:visited, .navigation li.current a:active {
	color: #333;
}

h1 {
	clear: both;
	margin: 0 0 40px 0;
	padding: 0;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}

h1.caption {
	clear: both;
	margin: 0 0 40px 0;
	padding: 0;
	border: 0;
}

h2 {
	clear: both;
	margin: 0 0 40px 0;
	padding: 0;
	color: #f60;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 1px 0 1px 10px;
	font-size: 16px;
	font-weight: bold;
	border-left: 8px solid #8c5;
}

.section {
	margin: 0;
	padding: 0 0 40px 0;
}

.list {
	width: 100%;
	margin-bottom: 40px;
	border-top: 1px solid #57d;
	border-left: 1px solid #57d;
	border-right: 1px solid #57d;
}

.list th {
	padding: 10px 20px 10px 20px;
	text-align: left;
	background-color: #eff7ff;
	border-bottom: 1px solid #57d;
}

.list td {
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #57d;
}

.submit {
	padding: 10px 0 40px 0;
	text-align: center;
}

.error {
	color: #f00;
}

.adsense {
	padding: 0 0 40px 0;
}

.emphasis {
	font-weight: bold;
}

pre {
	margin: 0 0 40px 0;
	padding: 40px;
	background-color: #ffd;
	border: 1px solid #f90;
}

.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: 40px;
	text-align: center;
}

.thumbnaillist a.thumbnail:link, .thumbnaillist a.thumbnail:visited, .thumbnaillist a.thumbnail:active {
	width: 160px;
}

.thumbnaillist h2 {
	clear: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	border: 0;
}

.serverlogo {
	float: left;
	width: 150px;
	margin-bottom: 40px;
}

.serverdescription {
	margin-left: 150px;
}

.itemlist {
	margin-left: 40px;
	padding-bottom: 40px;
}

.itemlist li {
	list-style-type: disc;
	white-space: normal;
}