@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	text-align: center;
	scrollbar-base-color:#ff69b4;
	font-size:13px;
	color: #454545;
	line-height: 1.8;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#main {
	padding: 0px;
	height: 560px;
	width: 874px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Summary {
	color: #333333;
	font-size: 86%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 24px;
	width: 859px;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content {
	background-image: url(../img/seet_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	height: 540px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left {
	padding: 0px;
	height: auto;
	width: 234px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#menu {
	padding: 0px;
	height: 200px;
	width: 234px;
	float: left;
	margin: 0px;
	border-top: solid 1px #cccccc;
}
#right {
	padding: 0px;
	float: left;
	height: 488px;
	width: 602px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;

}
#logo {
	float: left;
	height: 200px;
	width: 234px;
	display: inline;
}
#gn {
	list-style-type: none;
	padding: 0px;
	float: left;
	height: 40px;
	width: 234px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 0px;
}
.gn {
	list-style-type: none;
	padding: 0px;
	float: left;
	height: 40px;
	width: 234px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 0px;
}
.gn_list {
	background-image: url(../img/menu_btn.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 234px;
	margin: 0px;
	padding: 0px;
}
#about {
	font-size: 86%;
	padding: 0px;
	width: 234px;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
#footer {
	font-size: 86%;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	margin-bottom: 40px;
	padding: 0px;
	height: 19px;
	width: 874px;
	text-align: right;
}
#footer span {
	text-align: right;
	margin-right: 15px;
}
.gn_list a:hover {
	display: block;
	background-image: url(../img/menu_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
.gn_list a {
	text-decoration: none;
	display: block;
	height: 40px;
	width: 234px;
	
}
.gn_list-cal {
	display: block;
	background: url(../img/menu_btn.gif) 0 -40px no-repeat;
	height: 40px;
	width: 234px;
	margin: 0px;
	padding: 0px;
}

.gn_list span {
	color: #454545;
	line-height: 40px;
	height: 40px;
	width: 234px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.gn_list-cal span {
	color: #454545;
	line-height: 40px;
	height: 40px;
	width: 234px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



/* ------------------------------
	文字飛ばし
------------------------------ */

.hide {
text-indent:-9999px;
display:none;
}
