﻿@charset "utf-8";

body {
	text-align: center;
	color: #666666;
	background-image: url(images/back.gif);
	}
#contents {
	margin-right: 50px;
	margin-left: 50px;
	}
h1 {
	font-size: 36px;
	color: #943434;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 15px;
	}
table {
	font-size: 14px;
	background-color: #ffffff;
	border: solid 2px #ff9900;
	margin-bottom: 20px;
        width: 100%;
	}
caption {
	font-size: 18px;
	color: #ffffff;
	background-color: #ff9900;
	font-weight: bold;
	padding-top:5px;
	padding-bottom: 5px;
	}
th {
	vertical-align: top;
        width: 20%;
	}
th, td {
	padding: 10px;
	text-align: left;
	border: solid 2px #cccc66;
	}
#gotop {
	font-size: 14px;
	border-top: dotted #ff9900 4px;
	padding-top: 15px;
	margin-bottom: 20px;
	}
#gotop a {
	padding-left: 15px;
	background: url(images/yaji.gif) no-repeat left;
	}