/* CSS Document */

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

すべて

=======================================*/
html {
	overflow-y: scroll;
}
body, td, th {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 1.6ex;
}
body {
	background-color: #FFFFFF;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #4C7426;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4C7426;
}
a:hover {
	text-decoration: underline;
	color: #EFB0E6;
}
a:active {
	text-decoration: none;
	color: #4C7426;
}
/*======================================

メイン

=======================================*/
.t {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.6em;
	margin-top: 3px;
	margin-bottom: 0px;
	line-height: 20px;
	background-color: #FDEEFF;
	border: 1px solid #eee;
	padding-left: 10px;
	width: 90%;
}
.t:first-letter {
	color: #ED9EE0;
}
.td {
	line-height: 160%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
	font-size: 100%;
}
img {
	margin: 3px;
	border: 0xp;
}
textarea, input {
	border: #eee 1px solid;
	bacground: none;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 1.9ex;
}
