@charset "utf-8";

@import "reset.css"; 
@import "base_02.css"; 
@import "font.css"; 



a {
	color: #2971A7;
}
	
a:link, 
a:visited {
	text-decoration: none;
}
 
a:hover, 
a:active {
	color: #2971A7;
	text-decoration: none;
}

a:hover img{
filter:alpha(opacity=60);
opacity:0.6;
background:none;
}

ul{
	margin:0px;
	padding:0px;
	border: 0;
	list-style:none;
	font-size: 100%;
}
 
li{
	margin:0px;
	padding:0px;
	border: 0;
	display:inline;
}

.space {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.logo {
	float:left;
	margin: 5px 0 10px 0;
}

.adress {
	float:right;
	text-align: right;
	color:#000000;
	line-height: 125%;
	margin: 10px 0 0 0;
}

.adress span {
	font-size: 120%;
	line-height: 300%;
	background: #990000;
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
}

.menu {
	margin:0;
}

.map {
	margin: 20px 0 0 0;
}

.adress_02 {
	color:#000000;
	height: 220px;
	line-height: 125%;
	margin: 30px 0 0 0;
	padding: 10px;
	border: solid 1px #000000;
}

.adress_02 img {
	float:right;
}

.about {
	height: 400px;
	color: #FFFFFF;
	line-height: 250%;
	margin: 50px 0 0 0;
}

.about img {
	float:right;
}

.about span {
	font-size: 150%;
	color: #FFFFFF;
}

table.t001 { border-collapse: collapse;
	width: 630px;
	border-top: 1px dotted #d3d3d3;
	text-align:left;
}

table.t001 th {
	font-size: 95%;
	color:#000000;
	margin: 0;
	padding: 10px;
	background-color: #F4F4F4;
	border-bottom: 1px dotted #d3d3d3; 
}

table.t001 td {
	margin: 0;
	padding: 10px;
	border-bottom: 1px dotted #d3d3d3; 
}

table.t001 tr {
	border-bottom: 1px dotted #d3d3d3; 
}