/* CSS Document */

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

すべて

=======================================*/
body,td,th {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 00px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 00px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #849C4C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #849C4C;
}
a:hover {
	text-decoration: underline;
	color: #F0EF1D;
}
a:active {
	text-decoration: none;
	color: #849C4C;
}
/*======================================

ボディ

=======================================*/
.body {
	margin: auto;
	width: 90%;
}
/*======================================

左部分

=======================================*/
.left {
	float: left;
	width: 200px;
	background-image: url(dot.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
}
.main {
	width: 70%;
	float: right;
}
/*======================================

タイトル

=======================================*/
.body .left h1 {
	font-size: 110%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 107px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 2px;
	text-decoration: underline;
}
/*======================================

メニュー

=======================================*/
.body .left .menu .ulmenu {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 100px;
}
.ulmenu  li a {
	letter-spacing: 2px;
	line-height: 25px;
	display: block;
	margin: 2px;
	padding-left: 6px;
}
/*======================================

メイン

=======================================*/
.t {
	line-height: 20px;
	padding-left: 7px;
	letter-spacing: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E4CE06;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
.td {
	line-height: 160%;
	padding: 20px;
}
.body .copy {
	position: fixed;
	bottom: 10px;
	font-size: 70%;
	right: 30px;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
textarea,input {
    margin: 2px;
	border: solid 1px #eee;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
	}