@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;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #2CBFF8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2CBFF8;
}
a:hover {
	text-decoration: none;
	color: #C4EDFD;
}
a:active {
	text-decoration: underline;
	color: #2CBFF8;
}
/*======================================

メイン

=======================================*/
.main {
	width: 80%;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #CCCCCC;
	padding: 30px;
}
/*======================================

タイトル

=======================================*/
h1 {
	font-weight: normal;
	font-size: 35px;
	letter-spacing: 0.2em;
	line-height: 80px;
	margin: 0px;
}
h1 a {
	color: #999999 !important;
	text-decoration: none!important;
}
h1:first-letter {
    color: #9CE6FF
	
}/*======================================


	メニュー

=======================================*/
ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
}
.menu li {
    float: left;
	width: 100px;
	line-height: 25px;
	padding-left: 20px;
	background:url(arrow.png) no-repeat left center;
	letter-spacing: 0.2em;
}
/*======================================

メインこんてんつ

=======================================*/
.mainc {
	margin: 20px;
	padding-top: 50px;
	clear: both;
}
.mainc .t {
	letter-spacing: 0.2em;
	font-size: 13pt;
	font-weight: 700;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eee;
	margin-bottom: 10px;
	line-height: 16pt;
	text-align: right
}
.mainc .td {
	line-height: 20px;
	background-image: url(tbg.gif);
	margin-bottom: 40px;
	letter-spacing: 0.2em;
}
.main .copy {
	line-height: 30px;
	text-align: right;
}
br {
	clear: both;
}
textarea,input {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 10pt;
	color: #999999;
	line-height: 20px;
	background: transparent;
	margin-bottom: 40px;
	letter-spacing: 0.2em;
	border: 1px solid #eec;
	margin: 0px
	}
textarea {
    width: 80%;
	padding: 0px 2px;
	}
input {
    width: 120px;
	padding: 0px 1px;
}