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

body,td,th {
	font-family: メイリオ, ヒラギノ角ゴ Pro W3, Sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(pho.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
/*======================================

リンク

=======================================*/
a:link 
{
	color: #00B6CA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00B6CA;
}
a:hover {
	text-decoration: underline;
	color: #68FC10;
}
a:active {
	text-decoration: none;
	color: #00B6CA;
}
/*======================================

ベース

=======================================*/
.base {
	margin: 40px;
	width: 800px;
	border: 1px dotted #C0C0C0;
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	background-image: url(slash.png);
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	float: left;
	width: 250px;
}
.base .header h1 {
	font-size: 20px;
	line-height: 80px;
	text-align: center;
}
/*======================================

menu

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	text-align: center;
	display: block;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
.base .header .menu a:hover {
	background-image: url(slash2.png);
}
/*======================================

メイン

=======================================*/
.base .main {
	width: 545px;
	float: right;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E7E7E7;
	background-color: #FFFFFF;
}
.base .main .t {
	line-height: 50px;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 15px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B4FC90;
}
.base .main .td {
	line-height: 2em;
	padding: 15px;
}
.base .footer .copy {
	clear: both;
	font-size: .9em;
	line-height: 60px;
	text-align: center;
}
textarea, input {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #C0C0C0;
}