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

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

リンク

=======================================*/
a:link {
	color: #DD2D04;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B00000;
}
a:hover {
	text-decoration: underline;
	color: #FECC9B;
}
a:active {
	text-decoration: none;
	color: #B00000;
}
/*======================================

ベース

=======================================*/
.base {
	width: 800px;
	border-left-width: 50px;
	border-left-style: solid;
	border-left-color: #E4E4E4;
	background-image: url(pho.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: absolute;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	padding-left: 320px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.base .header ul {
	list-style-type: circle;
}
.base .header .menu a {
	display: block;
	padding: 4px;
	text-transform: uppercase;
}
.base .header .menu a:hover {
	letter-spacing: 1em;
}
/*======================================

メイン

=======================================*/
.base .main {
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.base .main .t {
	font-weight: bold;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
}
.base .main .td {
	line-height: 1.7em;
	padding: 5px;
}
.base .footer .copy {
	text-align: center;
	font-size: .9em;
	line-height: 1.3em;
}
textarea, input {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: transparent;
	margin: 2px;
	padding: 2px;
	border: 1px solid #FC8E69;
}