@charset "utf-8";
/* CSS Document */
/*======================================

すべて

=======================================*/
html {
	overflow-x:hidden;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

ボディ

=======================================*/
#body {
	background-image: url(bg.gif);
}
body, td, th {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #ACDECB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BAFFA7;
}
a:hover {
	text-decoration: underline;
	color: #FFDE6D;
	background-color: #666666;
}
a:active {
	text-decoration: none;
	color: #AAE8DC;
}
/*======================================

ベース

=======================================*/
.base {
	overflow:auto;
	height:400px;
	width:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-300px;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
}
/*======================================

左部分

=======================================*/
.base .left {
	width: 230px;
	float: left;
	text-align: center;
	padding-top: 50px;
}
/*======================================

タイトル

=======================================*/
h1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 50px;
}
/*======================================

右部分

=======================================*/
.base .right {
	width: 360px;
	float: right;
	height: 400px;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #E4E4E4;
}
/*======================================

メニュー

=======================================*/
ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	clear: both;
}
.base .left #menu a {
	display: block;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 37%;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #EBEBEB;
	background-color: #EBEBEB;
	letter-spacing: 2px;
}
.base .left #menu a:hover {
	background:#666666
}
.base .left .copy {
	clear: both;
	margin: 0px;
	padding-top: 40px;
	font-size: 10px;
}
/*======================================

メイン

=======================================*/
.t {
	background-image: url(bg.gif);
	line-height: 30px;
	letter-spacing: 0.5em;
	font-weight: bold;
	padding-left: 15px;
}
.td {
	line-height: 160%;
	letter-spacing: 0.1em;
	margin: 10px;
	width: 330px
}
