/* CSS Document */

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

すべて

=======================================*/
body,td,th,textarea,input {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 8pt;
	color: #999999;
	background: transparent
}
body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #95D606;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #95D606;
}
a:hover {
	text-decoration: underline;
	color: #E8F665;
}
a:active {
	text-decoration: none;
	color: #95D606;
}
/*======================================

インデックス

=======================================*/
.index {
	margin: auto;
	width: 507px;
	background-image: url(2.gif);
}
/*======================================

ヘッダー

=======================================*/
.index .header {
	background-image: url(1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	text-indent: -5555px;
}
.index .img {
	background-image: url(bg.jpg);
	height: 96px;
	background-repeat: no-repeat;
	background-position: 30px top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ECECEC;
	border-bottom-color: #ECECEC;
	margin-right: 5px;
	margin-left: 5px;
}
.index .img h1 {
	font-size: 120%;
	padding-left: 120px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 20px;
	margin-bottom: 20px;
}
h1:first-letter {
	color: #82CA00;
 }
/*======================================

 メニュー

=======================================*/
.index .img .menu {
	padding-left: 120px;
}
.index .main {
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*======================================

メイン

=======================================*/
.index .main .t {
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(point.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	background-position: left center;
	padding-left: 15px;
	letter-spacing: 0.2em;
}
.index .main .td {
	font-family: Verdana, sans-serif;
	font-size: 95%;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	line-height: 140%;
}
.index .fooder {
	background-image: url(3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 39px;
	line-height: 39px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
}
textarea,input {
    border: 1px solid #ddd;
	margin: 1px;
}