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

body,td,th {
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #E9E8E4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

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

ベース

=======================================*/
.base {
	height: 500px;
	width: 700px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -350px;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	height: 100px;
}
.base .header h1 {
	margin: 0px;
	padding: 0px;
	line-height: 100px;
	float: left;
	width: 50%;
	text-align: center;
}
/*======================================

右

=======================================*/
.base .header .heleft {
	float: left;
	width: 50%;
}
/*======================================

メニュー

=======================================*/
.base .header .heleft ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .heleft .menu {
	float: left;
}
.base .header .heleft .menu a {
	display: block;
	line-height: 20px;
	width: 60px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	margin-top: 40px;
}
.base .header .heleft .footer {
	clear: both;
	line-height: 30px;
	font-size: .9em;
	text-align: right;
}
/*======================================

メイン

=======================================*/
.base .main {
	height: 400px;
	width: 700px;
	overflow: auto;
	background-image: url(pho.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	clear: both;
	border: 2px solid #C0C0C0;
}
.base .main .t {
	padding: 20px;
	font-weight: bold;
	font-size: 1.3em;
}
.base .main .td {
	padding: 15px;
	line-height: 2em;
}
textarea, input {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 2px;
	padding: 2px;
	border: 1px solid #C0C0C0;
}