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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-image: url(p.gif);
	margin: 0px;
	padding: 40px;
}
/*======================================

リンク

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

ベース

=======================================*/
.base {
	margin: auto;
	width: 800px;
	border: 4px solid #D8D8D8;
	background-color: #FFFFFF;
	background-image: url(pho.jpg);
	background-repeat: no-repeat;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	width: 200px;
	float: left;
	padding-top: 140px;
	text-align: center;
}
.base .header h1 {
	color: #333333;
	font-size: 23px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	text-align: center;
	display: block;
	line-height: 40px;
}
/*======================================

メイン

=======================================*/
.base .main {
	width: 596px;
	float: left;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
}
.base .main .t {
	line-height: 30px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	letter-spacing: .1em;
	margin-top: 20px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.base .main .td {
	padding: 20px;
	line-height: 2em;
	letter-spacing: 1px;
}
.base .footer .copy {
	line-height: 80px;
	font-size: .9em;
	text-align: center;
	clear: both;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FEFEFE;
	margin: 2px;
	padding: 2px;
	border: 1px solid #C0C0C0;
	background-image: url(p.gif);
}