/* CSS Document */

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

全体

=======================================*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg_line.gif);
	background-repeat: repeat-x;
	background-position: center 50px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #EE5452;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7BAE2F;
}
a:hover {
	text-decoration: none;
	color: #69F1D9;
}
a:active {
	text-decoration: underline;
	color: #7BAE2F;
}
/*======================================

ベース

=======================================*/
.base {
	margin: auto;
	width: 700px;
	background-color: #E7E7E7;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
.base .foo {
	height: 50px;
}
/*======================================

タイトル

=======================================*/
.base h1 {
	font-family: Impact;
	font-weight: normal;
	font-size: 17px;
	margin: 0px;
	float: left;
	width: 50%;
	line-height: 50px;
	height: 30px;
	letter-spacing: 0.5em;
	padding-left: 30px;
}
/*======================================

メニュー

=======================================*/
.base .foo .menu {
	letter-spacing: 0.1em;
	text-align: right;
	line-height: 50px;
	padding-right: 6px;
}
.base .img a {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
	text-indent: -5555px;
	display: block;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 10px;
}
.base .main .t {
	font-family: "Arial Black";
	font-size: 120%;
	letter-spacing: 0.5em;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAFEFC;
	background-image: url(ar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.base .main .td {
	margin: 5px;
	line-height: 20px;
	padding: 5px;
}
.base .copyright {
	padding-right: 5px;
	text-align: right;
	line-height: 34px;
}
textarea,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	background: transparent;
	border: #888 1px solid;
}