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

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

リンク

=======================================*/
a:link {
	color: #059BE8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #059BE8;
}
a:hover {
	text-decoration: underline;
	color: #F91F3F;
}
a:active {
	text-decoration: none;
	color: #059BE8;
}
/*======================================

ベース

=======================================*/
.base {
	width: 700px;
	background-image: url(pho.gif);
	background-repeat: no-repeat;
}
.base .header h1 {
	margin: 0px;
	padding-left: 330px;
	line-height: 120px;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: .2em;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	position: absolute;
	width: 100%;
	background-image: url(str.gif);
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	padding-left: 150px;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	line-height: 25px;
	display: block;
	width: 100px;
	text-align: center;
	font-weight: bold;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 120px;
}
.base .main .t {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #16B0FF;
	padding: 10px;
	font-weight: bold;
}
.base .main .td {
	padding: 15px;
	line-height: 2em;
	letter-spacing: 1px;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 80px;
	text-align: center;
}
textarea, input {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #EAEAEA;
	background-image: url(str.gif);
	margin: 2px;
	padding: 2px;
	border: 1px solid #666666;
}
