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

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

リンク

=======================================*/
a:link {
	color: #4C94C6;
	text-decoration: none;
}
a:visited {
	color: #4C94C6;
	text-decoration: none;
}
a:hover {
	color: #CAEBFE;
	text-decoration: underline;
}
a:active {
	color: #4C94C6;
	text-decoration: none;
}
.base {
	margin: auto;
	width: 800px;
	background-color: #FFFFFF;
	right: 0px;
	position: absolute;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	overflow: hidden;
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.base .header .img {
	float: left;
}
.base .header .img img {
	padding: 1px;
	border: 1px dotted #999999;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.base .header .heco {
}
.base .header .heco h1 {
	font-size: 25px;
	font-weight: normal;
	margin: 0px;
	text-align: center;
	float: left;
	line-height: 150px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 45px;
}
/*======================================

メニュー

=======================================*/
.base .header .heco ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 30%;
	float: left;
}
.base .header .heco .menu a {
	display: block;
	line-height: 30px;
	margin-bottom: 4px;
	text-align: center;
	border: 1px dotted #CCCCCC;
	text-transform: lowercase;
	font-size: .9em;
}
.base .header .heco .menu a:hover {
	background-color: #BDEBFA;
	font-weight: bold;
	color: #FFFFFF;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 30px;
}
.base .main .t {
	font-size: 1.2em;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 50px;
	background-position: -40px center;
	border: 1px dotted #E9E9E9;
	font-weight: bold;
}
.base .main .td {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	line-height: 2em;
	letter-spacing: .1em;
}
.base .footer .copy {
	line-height: 100px;
	text-align: center;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-size: 0.9em;
}
textarea, input {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 2px;
	padding: 2px;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}