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

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #0F0F0F;
	margin: 0px;
	padding: 50px;
	background-image: url(bg.gif);
}
/*======================================

リンク

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

ベース

=======================================*/
.base {
	width: 520px;
	margin: auto;
	border: 10px solid #000000;
	-moz-border-radius: 10px;  /* Firefox */
	-webkit-border-radius: 10px;  /* Safari */
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px #222;  /* safari */
	-moz-box-shadow: 0px 0px 15px #222;   /* firefox */
	box-shadow: 0px 0px 15px #222;  /* CSS3 */
	background-color: #0F0F0F;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(pho.jpg);
	height: 400px;
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #000000;
}
.base .header h1 {
	line-height: 120px;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	text-align: left;
	display: block;
	padding-left: 20px;
	line-height: 50px;
}
.base .header .menu a:hover {
	background-color: #000000;
	letter-spacing: 1em;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 15px;
}
.base .main .t {
	letter-spacing: 1em;
	text-align: center;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.base .main .td {
	line-height: 2em;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.base .footer .copy {
	font-size: 10px;
	line-height: 80px;
	text-align: center;
	background-color: #000000;
}
textarea, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-image: url(bg.gif);
	margin: 2px;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #0F0F0F;
}
