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

/*======================================

すべて

=======================================*/
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #6B6CBC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6B6CBC;
}
a:hover {
	text-decoration: underline;
	color: #816179;
}
a:active {
	text-decoration: none;
	color: #6B6CBC;
}
/*======================================

ベース

=======================================*/
.base {
	width: 700px;
	margin: auto;
}
/*======================================

左部分

=======================================*/
.base .left {
	width: 250px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*======================================

タイトル

=======================================*/
.base .left h1 {
	background-image: url(bg.jpg);
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 157px;
	font-size: 8pt;
	text-align: center;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
/*======================================

メニュー

=======================================*/
.base .left .menu {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 15px;
}
.base .left .menu ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: circle;
	font-size: 8pt;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.base .left .menu li {
	margin-right: 20px;
	line-height: 30px;
}
.base .left .menu li a {
	display: block;
}
/*======================================

右部分

=======================================*/
.base .right {
	width: 400px;
	float: right;
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.base .right .t {
	line-height: 30px;
	padding-left: 15px;
	letter-spacing: 2px;
}
.base .right .t:first-letter {
	color: #745368;
	text-decoration: underline;
	font-weight: bold;
}
.base .right .td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 160%;
	padding: 5px;
	margin: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E7E0F0;
}
.base .footer {
	clear: both;
	line-height: 20px;
	text-align: center;
	font-size: 8pt;
}body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #6B6CBC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6B6CBC;
}
a:hover {
	text-decoration: underline;
	color: #816179;
}
a:active {
	text-decoration: none;
	color: #6B6CBC;
}
.base {
	width: 700px;
	margin: auto;
}
.base .left {
	width: 250px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.base .left h1 {
	background-image: url(bg.jpg);
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 157px;
	font-size: 8pt;
	text-align: center;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
.base .left .menu {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 15px;
}
.base .left .menu ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: circle;
	font-size: 8pt;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.base .left .menu li {
	margin-right: 20px;
	line-height: 30px;
}
.base .left .menu li a {
	display: block;
}
.base .right {
	width: 400px;
	float: right;
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.base .right .t {
	line-height: 30px;
	padding-left: 15px;
	letter-spacing: 2px;
}
.base .right .t:first-letter {
	color: #745368;
	text-decoration: underline;
	font-weight: bold;
}
.base .right .td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 160%;
	padding: 5px;
	margin: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E7E0F0;
}
.base .footer {
	clear: both;
	line-height: 20px;
	text-align: center;
	font-size: 8pt;
}
textarea,input {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	background: #ffffff;
	border: 1px solid #eee;
}
textarea:hover,input:hover {
    border: #745368 1px solid;
}