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

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #524233;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #524233;
}
a:hover {
	text-decoration: underline;
	color: #3D414A;
}
a:active {
	text-decoration: none;
	color: #524233;
}
.base .header h1 {
	width: 800px;
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 2px;
	line-height: 60px;
	text-shadow: 0px 0px 2px #eee;
	font-size: 25px;
	background-color: #FAFAFA;
}
/*======================================

画像部分

=======================================*/
.base .header .img {
	background-color: #E8E8E8;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.base .header .img img {
	text-align: center;
	display: block;
	margin: auto;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	/*Fx 右左上5px*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	/*Webkit 右左上5px*/
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	text-shadow: 0px 0px 2px #eee;
}
.base .header .menu {
	float: left;
	list-style-type: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EAEAEA;
}
.base .header .menu a {
	display: block;
	width: 150px;
	line-height: 40px;
	text-align: center;
}
.base .header .menu a:hover {
	background-color: #E8E8E8;
}
/*======================================

メイン

=======================================*/
.base .main {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.base .main .t {
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
	text-align: right;
}
.base  .main  .td  {
	line-height: 175%;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
}
.base .footer .copy {
	line-height: 150px;
	text-align: center;
	font-size: .9em;
	background-color: #EAEAEA;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
textarea,input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #999999;
	}