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

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

リンク

=======================================*/
a:link {
	color: #DEA552;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CE7363;
}
a:hover {
	text-decoration: underline;
	color: #9CBDD6;
}
a:active {
	text-decoration: none;
	color: #CE7363;
}
/*======================================

ベース

=======================================*/
.base {
	width: 700px;
	margin: auto;
	border: 3px solid #D4D0C8;
	-moz-border-radius: 2px;  /* Firefox */
	-webkit-border-radius: 2px;  /* Safari */
	-webkit-box-shadow: 1px 1px 10px #999;  /* safari */
	-moz-box-shadow: 1px 1px 10px #999;   /* firefox */
}
.base .header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	background-image: url(str.png);
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
.base .header h1 {
	font-size: 25px;
	letter-spacing: .5em;
	text-align: center;
	margin: 0px;
	padding: 40px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	width: 120px;
	display: block;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	margin-right: 22px;
	margin-bottom: 5px;
	margin-left: 22px;
}
/*======================================

メニュー

=======================================*/
.base .main {
	padding: 15px;
	background-color: #FFFFFF;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}
.base .main .t {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EFDE5A;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .1em;
}
.base .main .td {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CE7363;
	padding: 10px;
	line-height: 175%;
	margin-bottom: 20px;
}
.base .footer .copy {
	line-height: 90px;
	background-image: url(str.png);
	font-size: .9em;
	text-align: center;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
textarea,input {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	background-image: url(str.png);
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 1px;
	margin: 1px;
	border: 1px solid #ddd;
}