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

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #EBEBEB;
	background-image: url(bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #07337C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #07337C;
}
a:hover {
	text-decoration: underline;
	color: #5AAED0;
}
a:active {
	text-decoration: none;
	color: #07337C;
}
.base {
	width: 700px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}
.base .header h1 {
	background-image: url(photo.jpg);
	margin: 0px;
	line-height: 100px;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.base .header ul {
	background-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
	height: 25px;
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/*======================================

メニュー

=======================================*/
.base .header .menu {
	float: left;
}
.base .header .menu a {
	line-height: 25px;
	display: block;
	width: 70px;
	margin-left: 10px;
	text-align: center;
}
.base .header .menu a:hover {
	background-color: #FFFFFF;
}
/*======================================

サイド

=======================================*/
.base .side {
	float: left;
	width: 18%;
	padding-left: 10px;
}
.base .side h2 {
	color: #2971BB;
	padding: 5px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.base .side p {
	font-size: .9em;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: 1.5em;
}
/*======================================

メイン

=======================================*/
.base .main {
	float: right;
	width: 78%;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}
.base .main .t {
	line-height: 25px;
	font-weight: bold;
	background-image: url(photo.jpg);
	background-position: center bottom;
	color: #FFFFFF;
	border: 1px solid #333333;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: .1em;
	font-size: 1.2em;
}
.base .main .td {
	padding: 25px;
	line-height: 2em;
	letter-spacing: .1em;
}
.base .footer .copy {
	clear: both;
	font-size: .9em;
	line-height: 90px;
	text-align: center;
}
textarea, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}