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

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

すべて

=======================================*/
body,td,th {
	font-family: "Century Gothic", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: 25% top;
	background-attachment: fixed;
}
/*======================================

リンク

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

ベース

=======================================*/
#base {
	width: 700px;
	position: absolute;
	top: 0px;
	right: 150px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FBDDD5;
	background-image: url(ov.png);
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FBDDD5;
}
/*======================================

タイトル

=======================================*/
#header h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -4px;
	text-align: center;
	line-height: 3em;
	padding: 10px;
}
/*======================================

メニュー

=======================================*/
#header #menu {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
	background-color: #FBDDD5;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#header #menu li {
	float: left;
}
#header #menu li a {
	display: block;
	width: 80px;
	text-align: center;
	margin-right: 10px;
}
#header #menu li a:hover {
	background-image: url(ov.png);
}
/*======================================

メイン

=======================================*/
#base .main {
	padding: 20px;
}
#base .main .t {
	line-height: 30px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C8;
	padding-left: 15px;
	margin-bottom: 10px;
}
#base .main .td {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.6em;
	margin-bottom: 20px;
}
/*======================================

テキストエリアとか

=======================================*/
textarea, input {
	font-family: "Century Gothic", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: transparent;
	margin: 2px;
	padding: 2px;
	border: 1px solid #D4D0C8;
}
/*======================================

フッター

=======================================*/
#footer {
	padding: 20px;
	font-size: 0.8em;
	text-align: center;
}