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

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	background-image: url(photo.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-attachment: fixed;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #C3E0DF;
	text-decoration: none;
}
a:visited {
	color: #C3E0DF;
	text-decoration: none;
}
a:hover {
	color: #0042A3;
	text-decoration: underline;
}
a:active {
	color: #C3E0DF;
	text-decoration: none;
}
.base {
	width: 750px;
	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: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	height: 170px;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000034;
}
.base .header h1 {
	text-align: center;
	margin: 0px;
	padding: 20px;
	font-size: 23px;
	letter-spacing: 1em;
	line-height: 80px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	width: 187px;
	display: block;
	line-height: 25px;
	text-align: center;
}
.base .header .menu a:hover {
	color: #FFFFFF;
	background-color: #00168A;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 40px;
	background-color: #FFFFFF;
}
.base .main .t {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000034;
	padding: 3px;
}
.base .main .td {
	line-height: 1.7em;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.base .footer .copy {
	background-color: #000000;
	line-height: 30px;
	font-size: .9em;
	text-align: center;
}