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

body,td,th {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10px;
	color: #666666;
}
body {
	background-color: #F0F0F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #5EB914;
	text-decoration: none;
}
a:visited {
	color: #5EB914;
	text-decoration: none;
}
a:hover {
	color: #B63821;
	text-decoration: underline;
}
a:active {
	color: #5EB914;
	text-decoration: none;
}
/*======================================

ベース

=======================================*/
.base {
	margin: auto;
	width: 500px;
}
.base .header {
	background-image: url(photo.jpg);
	padding-top: 20px;
}
.base .header h1 {
	line-height: 30px;
	background-color: #F0F0F0;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	padding: 5px;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
	list-style-type: none;
}
.base .header .menu a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 5px;
	margin: 2px;
}
.base .header .menu a:hover {
	color: #DDD0CA;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 20px;
}
.base .main .t {
	line-height: 30px;
	font-weight: bold;
}
.base .main .td {
	line-height: 2em;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.base .footer .copy {
	line-height: 70px;
	text-align: center;
}
textarea, input {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #F0F0F0;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}