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

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #F5F5F5;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: center 92px;
	margin: 0px;
	padding: 40px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #27CCFA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #27CCFA;
}
a:hover {
	text-decoration: underline;
	color: #8BE835;
}
a:active {
	text-decoration: none;
	color: #27CCFA;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	line-height: 225px;
	background-image: url(photo.jpg);
	margin: auto;
	width: 300px;
	border: 1px solid #333333;
	text-align: center;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: auto;
	width: 500px;
	list-style-type: none;
	overflow: hidden;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BAF4F5;
	line-height: 24px;
	text-align: center;
	display: block;
	width: 115px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}
.base .header .menu a:hover {
	background-color: #DFDFDF;
	border-bottom-color: #3BAD22;
	font-weight: bold;
	color: #333333;
}
/*======================================

メイン

=======================================*/
.base .main {
	margin: auto;
	width: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.base .main .t {
	background-color: #DFDFDF;
	padding: 5px;
}
.base .main .td {
	line-height: 2em;
	padding: 15px;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 60px;
	text-align: center;
}
textarea, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	background-color: #F5F5F5;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}