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

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

全体

=======================================*/
body,td,th {
	font-family: "Century Gothic", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #F5F5F5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #B058E6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6E1350;
}
a:hover {
	text-decoration: underline;
	color: #1CD0F9;
}
a:active {
	text-decoration: none;
	color: #B058E6;
}
/*======================================

ヘッダー

=======================================*/
.base .header h1 {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 20px;
	text-align: center;
	line-height: 100px;
	font-weight: normal;
	letter-spacing: -1px;
}
/*======================================

メニュー

=======================================*/
.base  .header  #menu {
	background-image: url(st.png);
	overflow: hidden;
}
.base  .header  #menu  ul {
	padding: 10px;
	width: 500px;
	list-style-type: none;
	margin: auto;
	overflow: hidden;
}
.base  .header  #menu  .menu {
	float: left;
}
.base .header #menu .menu a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 29px;
	padding-left: 29px;
}
/*======================================

メイン

=======================================*/
.base .main {
	width: 500px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.base .main .t {
	line-height: 35px;
	text-align: left;
	padding-left: 20px;
	color: #333333;
	background-image: url(st.png);
	background-repeat: repeat-y;
}
.base .main .td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.base .footer {
	font-size: 10px;
	line-height: 40px;
	text-align: center;
}
textarea, input {
	font-family: "Century Gothic", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #F5F5F5;
	margin: 2px;
	padding: 2px;
	border: 1px dotted #DCDCDC;
}