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

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

ベース

=======================================*/
body,td,th {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 10pt;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.gif);
}
/*======================================

リンク

=======================================*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #9FD1DA;
}
a:active {
	text-decoration: none;
	color: #666666;
}
/*======================================

ベース

=======================================*/
.base {
	width: 80%;
	height: 100%;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}
.left {
	background-color: #000000;
	height: 400px;
	float: left;
	width: 170px;
	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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h1 {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
h1:first-letter {
	color: #5CB2CB;
}
.img {
    width: 90px;
	height: 90px;
	padding: 10px 0px;
	margin: auto
}
/*======================================

メニュー

=======================================*/
.ulmenu {
	list-style-type: none;
	line-height: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	letter-spacing: 0.3em;
}
.ulmenu li a {
	display: block;
	color: #CCCCCC;
	padding-left: 15px;
}
.ulmenu li a:hover {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.copy {
	font-size: 90%;
	clear: both;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom:0px;
	margin-left: 20px;
}
.copy a {
 	color: #A4C5D4
}
/*======================================

左＊コンテンツ

=======================================*/
.right {
	width:50%;
	margin: 20px 100px;
	height: 100%;
	float: left;
	}
.right #main .t {
	line-height: 30px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 0.2em;
	padding-left: 20px;
	font-weight: bold;
}
.right #main .td {
	line-height: 170%;
	margin: 14px;
	letter-spacing: 1px;
}
br {
	clear: both;
}
textarea,input {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 10pt;
	color: #999999;
	border: 1px solid #ccc;
	line-height: 170%;
	letter-spacing: 1px;
	background: transparent
	}
textarea {
	height: 40px;
	width: 200px;
}
input {
	width: 100px;
}