@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #996666;
}
body {
	background-color: #ffffff;
	background-image: url();
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
a:link {
	color: #e68080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e68080;
}
a:hover {
	text-decoration: underline;
	color: #e6b3b3;
}
a:active {
	text-decoration: none;
	color: #e6b3b3;
}
.base {
	width: 100%;
}
.base .menu {
	float: left;
	width: 302px;
}
.base .main {
	float: left;
	padding: 0px;
}
.base .main .td {
	font-size: 12px;
	line-height: 165%;
	margin: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: .3em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 47px;
	letter-spacing: .2em;
	margin: 10px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e6b3b3;
	background-image: url(i/bg_st.png);
}
.base .menu span {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 40px;
}
textarea,input {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	line-height: 165%;
	margin: 2px;
	padding: 2px;
	color: #8b4513;
	background: transparent;
	border: 1px solid #e6b3b3
}
li {
list-style-image: url('i/v.gif');
width: 6em;
float: left;
}
.clearLeft { 
clear: left; 
}
