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

body {
	background-color: #F0F0F0;
	margin: 0px;
	padding: 30px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #999999;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #28DCF3;
	text-decoration: none;
}
a:visited {
	color: #28DCF3;
	text-decoration: none;
}
a:hover {
	color: #C8E0EA;
	text-decoration: underline;
}
a:active {
	color: #28DCF3;
	text-decoration: none;
}
.base {
	width: 404px;
	background-color: #FFFFFF;
	border: 4px solid #E3E3E3;
	margin: auto;
	padding: 10px;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(pho.jpg);
	height: 404px;
	border: 1px dotted #999999;
}
.base .header h1 {
	line-height: 150px;
	margin: 0px;
	padding-left: 29px;
	letter-spacing: .1em;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	letter-spacing: .2em;
	color: #666666;
}
.base .header .menu a:hover {
	letter-spacing: 1em;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 15px;
}
.base .main .t {
	line-height: 40px;
	font-size: 1.5em;
	font-weight: bold;
}
.base .main .td {
	line-height: 2em;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 50px;
	text-align: center;
}
textarea, input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}