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

body,td,th {
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #F0F2EC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #605D42;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #605D42;
}
a:hover {
	text-decoration: underline;
	color: #A2A28D;
}
a:active {
	text-decoration: none;
	color: #605D42;
}
.base {
	margin: auto;
	width: 600px;
}
/*======================================

左部分

=======================================*/
.base .header {
	float: left;
	width: 150px;
	-webkit-box-shadow: 1px 1px 10px #999;  /* safari */
	-moz-box-shadow: 1px 1px 10px #999;   /* firefox */
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
.base .header .img {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.base .header h1 {
	font-size: 15px;
	text-align: center;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	list-style-type: square;
}
.base .header .menu a {
	display: block;
	padding: 6px;
}
/*======================================

メイン

=======================================*/
.base .main {
	float: left;
	width: 420px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.base .main .t {
	font-size: 20px;
	color: #CCCCCC;
	text-align: right;
	padding: 5px;
}
.base .main .td {
	line-height: 165%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 50px;
	clear: both;
}
textarea, input {
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #F0F2EC;
	margin: 2px;
	padding: 2px;
	border: 1px dashed #4F4D30;
}
