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

/*======================================

ベース

=======================================*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(b_bg.gif);
}
.base .sr {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 200px;
	width: 800px;
	right: 0px;
	position: absolute;
	top: 50px;
}
/*======================================

タイトル

=======================================*/
.base .sr h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin-right: 50px;
	line-height: 200px;
	font-weight: normal;
	letter-spacing: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
/*======================================

メニュー

=======================================*/
.base .menu #menu {
	position: absolute;
	height: 40px;
	width: 800px;
	top: 300px;
	right: 0px;
	background-image: url(menu.gif);
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	float: left;
	width: 160px;
	text-align: center;
}
li a {
	line-height: 40px;
	float: left;
	width: 160px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
/*======================================

メイン

=======================================*/
.base .main {
	text-align: left;
	width: 800px;
	position: absolute;
	top: 500px;
	right: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.base .main .t {
	line-height: 40px;
	background-image: url(divt.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	letter-spacing: 6px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.base .main .td {
	padding: 10px;
	line-height: 28px;
	letter-spacing: 0.1em;
}