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

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

すべて

=======================================*/
body,td,th {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 10pt;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin-left: 00px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(1.gif);
	background-repeat: repeat-x;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #FA4727;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FA4727;
}
a:hover {
	text-decoration: underline;
	color: #E6D970;
}
a:active {
	text-decoration: none;
	color: #FA4727;
}
/*======================================

ベース

=======================================*/
.base {
	width: 700px;
	margin: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-left-color: #F3F3F3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	height: 150px;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 20px;
	letter-spacing: 2px;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	font-size: 12pt;
	margin: 0px;
	padding-left: 50px;
	padding-top: 30px;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
/*======================================

メニュー

=======================================*/
.base .menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 25px;
	height: 25px;
}
.base .menu ul li {
	float: left;
	line-height: 25px;
}
.base .menu li a {
	letter-spacing: 1px;
	line-height: 25px;
	float: left;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
}
.base .menu li a:hover {
	background-color: #EDF0F2;
}
/*======================================

フッタ

=======================================*/
.base .footer {
	font-size: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: right;
}
