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

body,td,th {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(str.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #48C5DB;
}
a:visited {
	color: #48C5DB;
}
a:hover {
	color: #C3FFFE;
}
a:active {
	color: #48C5DB;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	width: 200px;
	float: left;
	background-image: url(pho.jpg);
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	left: 20px;
	right: 20px;
	margin: 0px;
	padding: 0px;
}
.base .header h1 {
	font-size: 1.5em;
	text-align: center;
	margin: 0px;
	line-height: 90px;
	padding-top: 20px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	line-height: 25px;
	text-align: center;
	display: block;
}
.base .header .menu a:hover {
	background-color: #FFFFFF;
	color: #0099FF;
}
.base .header .footer .copy {
	font-size: .8em;
	line-height: 90px;
	text-align: center;
}
/*======================================

メイン

=======================================*/
.base .main {
	position: absolute;
	left: 270px;
	top: 20px;
}
.base .main .t {
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(pho.gif);
	line-height: 29px;
	border: 1px solid #666666;
	padding-left: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.base .main .td {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: 2em;
}
textarea, input {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 2px;
	padding: 2px;
	border: 1px solid #F0F0F0;
}
