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

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

リンク

=======================================*/
a:link {
	color: #FC73B9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #40A7CA;
}
a:hover {
	text-decoration: underline;
	color: #4F81C6;
}
a:active {
	text-decoration: none;
	color: #40A7CA;
}
.base {
	width: 750px;
	margin: auto;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(pho.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
	padding-bottom: 40px;
}
.base .header h1 {
	font-size: 35px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}
/*======================================

めにゅー

=======================================*/　
.base  .header  ul {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 30px;
}
.base .header .menu {
	float: left;
	list-style-type: none;
}
.base .header .menu a {
	width: 130px;
	display: block;
	line-height: 30px;
	text-align: center;
}
/*======================================

メイン

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