/* CSS Document */

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

すべて

=======================================*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
body {
	background-color: #F9E1A3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.png);
}
/*======================================

ベース

=======================================*/
.base {
	width: 600px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #321503;
	font-size: 15px;
	text-align: right;
	margin: 0px;
	height: 80px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 6px;
}
.base  .header  #h1 {
	background-image: url(1.gif);
	margin: 0px;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*======================================

メニュー

=======================================*/
.base  .header  .menu  {
	text-align: center;
	padding-bottom: 20px;
	letter-spacing: 2px;
}
/*======================================

リンク

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

コンテンツ

=======================================*/
.contents {
	padding: 30px;
}
.base .contents .t {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
	padding-left: 4px;
	letter-spacing: 2px;
	line-height: 25px;
}
.base .contents .td {
	padding: 7px;
	line-height: 150%;
}
.base .copy {
	line-height: 30px;
	font-size: 70%;
	text-align: center;
}
textarea,input {
    background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	border: 1px solid #ccc;
	margin: 2px;
}