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

body,td,th {
	color: #666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
body {
	background-color: #F9F9F9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

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

ベース

=======================================*/
.base {
	margin: auto;
	width: 550px;
	background-color: #FFFFFF;
}
.base .header {
	background-image: url(photo.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: center center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
}
.base .header h1 {
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	margin: 0px;
	background-color: #F9F9F9;
	letter-spacing: .1em;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	list-style-type: circle;
}
.base .header .menu a {
	display: block;
	padding: 5px;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 20px;
}
.base .main .t {
	background-color: #F9F9F9;
	padding: 4px;
	font-weight: bold;
}
.base .main .td {
	line-height: 175%;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 20px;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 90px;
	text-align: center;
}
textarea, input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
	color: #666666;
	background-color: #F9F9F9;
	border: 1px solid #F0F0F0;
}