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

body,td,th {
	font-family: Century Gothic, Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #F2F2F2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(strbg.png);
}
/*======================================

リンク

=======================================*/
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
/*======================================

ベース

=======================================*/
.base {
	width: 700px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: absolute;
	top: 0px;
	right: 0px;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0F0;
}
/*======================================

ヘッダー左の画像

=======================================*/
.base .header .img {
	margin-left: -50px;
	float: left;
	margin-top: -30px;
}
/*======================================

サイト名

=======================================*/
.base .header h1 {
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: normal;
	line-height: 45px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	letter-spacing: .3em;
	background-image: url(strbg.png);
	color: #333333;
}
.base .header h1:first-letter {
	color: #0033FF;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.base  .header  .menu  {
	float: left;
}
.base .header .menu a {
	text-transform: capitalize;
	width: 100px;
	display: block;
	text-align: center;
	margin: 3px;
	padding: 3px;
}
.base .header .menu a:hover {
	background-color: #F2F2F2;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 20px;
}
.base .main .t {
	font-size: 13px;
	letter-spacing: -1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: -1px;
}
.base .main .td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.8em;
	letter-spacing: 1px;
}
.base .footer {
	line-height: 40px;
	font-size: .9em;
	text-align: center;
}
.base .footer .img {
	position: absolute;
	margin-top: -20px;
}
textarea, input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}