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

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Sans, arial, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(pho.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*======================================

リンク

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

ベース

=======================================*/
.base {
	width: 850px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8CD8D8;
	border-left-color: #8CCFC6;
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	overflow: auto;
	height: 100%;
	margin-left: -425px;
	left: 50%;
	position: absolute;
}
.base .header h1 {
	font-size: 100px;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: -1;
	margin: 0px;
	padding: 0px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	background-color: #FFFFFF;
	padding: 0px;
	list-style-type: none;
	height: 60px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	position: relative;
	z-index: 11;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	width: 170px;
	text-align: center;
	line-height: 60px;
}
/*======================================

メイン

=======================================*/
.base .main {
	background-image: url(gra.png);
	background-repeat: repeat-x;
	padding: 20px;
}
.base .main .t {
	line-height: 25px;
	font-weight: bold;
}
.base .main .td {
	padding: 15px;
	line-height: 2em;
}
.base .footer .copy {
	line-height: 80px;
	text-align: center;
}
textarea, input {
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 2px;
	padding: 2px;
	border: 1px solid #C0C0C0;
}