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

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

すｂて

=======================================*/
body,td,th {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 10pt;
	color: #999999;
}
body {
	background-color: #FFFFFF;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #FA4727;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FA4727;
}
a:hover {
	text-decoration: underline;
	color: #E6D970;
}
a:active {
	text-decoration: none;
	color: #FA4727;
}
/*======================================

メイン

=======================================*/
.t {
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFE39C;
}
.td {
	line-height: 160%;
	padding-bottom: 30px;
	padding-top: 5px;
}textarea , input {
	border: 1px solid #CCCCCC;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 8pt;
	color: #999999;
	line-height: 20px;
}
