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

すべて

=======================================*/
body,td,th {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 9pt;
	color: #999999;
}
body {
	background-color: #EBEBEB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #93C6D2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C5C8AD;
}
a:hover {
	text-decoration: underline;
	color: #C5C8AD;
}
a:active {
	text-decoration: none;
	color: #93C6D2;
}
/*======================================

ベース

=======================================*/
.base {
	width: 400px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 30px;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(bg.jpg);
	height: 139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	font-size: 110%;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	letter-spacing: .1em;
}
.base .header h1 span {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.base  .header  h1:first-letter {
	color: #BCD4DE;
}
/*======================================

メニュー

=======================================*/
.base .menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	height: 20px;
}
.base .menu li a {
	float: left;
	display: block;
	width: 96px;
	line-height: 20px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C2DBDF;
	margin-right: 2px;
	margin-left: 2px;
}
.base .menu li a:hover {
	float: left;
	display: block;
	width: 96px;
	line-height: 20px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #80A3A9;
	margin-right: 2px;
	margin-left: 2px;
}
/*======================================

メイン

=======================================*/
.base .main {
	margin: 5px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}
.base .main .t {
	padding: 3px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C2DBDF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2DBDF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2DBDF;
}
.base .main .td {
	letter-spacing: .1em;
	line-height: 170%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C2DBDF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2DBDF;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.base .copyright {
	padding: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: right;
	letter-spacing: .1em;
	line-height: 25px;
}
textarea, input {
	border: 1px solid #DBE9EA;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #FFFFFF;
	line-height: 23px;
	margin: 1px;
	padding: 2px;
}
textarea:hover, input:hover {
	border: 1px solid #80A3A9;
    }