﻿@charset "utf-8";
/*----------------------------------------------------------------------
　共通仕様　
------------------------------------------------------------------------*/
h2 {
	clear: both;
	margin-bottom: 1em;
}
caption {
	padding-bottom: 0;
	margin-bottom: 0;
}
table {
	font-size: 100%;
}
.tableC {
	margin-top: 15px;
	margin-bottom: 15px;
}
.hsn {
	margin: 30px 0 20px 0;
}
.jsn {
	margin-top: 1px;
	margin-bottom: 1px;
	border-color: #666;
}
.area ol li p {
	font-weight: normal;
	text-indent: 0;
}
.area dl {
	padding: 0;
	margin: 0;
}
.area dt {
	height: auto;
	line-height: auto;
	padding: 5px 0 0 0;
	margin: 0 auto;
	border-bottom: 2px #ffbf00 solid !important;
	font-size: 93%;
	font-weight: bold;
	color: #074e1a;
	text-align: center;
	text-indent: 0;
	white-space: nowrap;
	background: transparent;
}
.area dd {
	line-height: 1.3;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 85%;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
}
.clearfix {
	margin-bottom: 10px;
}
.lr {
	width: 660px;
}
.area img {
	border: #ccc 3px double;
}
table.wsize, table colgroup.wsize, .wsize {
	width: 326px;
	width: 320px;
}
.hsize {
	width: 246px;
}
.area table {
	border: none;
}
.area table th {
	height: auto;
	line-height: auto;
	padding: 5px 0 0 0;
	margin-top: 2px;
	margin-bottom: 0;
	border: none;
	border-bottom: 2px #ffbf00 solid !important;
	font-size: 93%;
	font-weight: bold;
	color: #074e1a;
	text-align: center;
	text-indent: 0;
	white-space: normal;
	background: transparent;
}
.area table td {
	line-height: 1.3;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 0;
	border: none;
	font-size: 85%;
	letter-spacing: 0;
	text-align: center;
	white-space: normal;
}
/*----------------------------------------------------------------------
　index.html　
------------------------------------------------------------------------*/
#index .group {
	position: relative;
	clear: both;
	width: 90%;
	height: 110px;
	margin: 10px auto;
	border: 1px #e9e9e9 solid;
	font-size: 93%;
	background: #f4f4f4;
}
#index .group a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}
#index .group span.year {
	position: absolute;
	left: 100px;
	top: 10px;
	width: 12em;
	height: 1.6em;
	line-height: 1.6;
	padding: 0 0 0 15px;
	margin: 0;
	text-align: left;
	background: url(/img/mark04.gif) no-repeat left center;
}
#index .group span.pic {
	position: absolute;
	left: 10px;
	top: 10px;
}
#index .group span.place {
	position: absolute;
	left: 150px;
	top: 50px;
}
#index #links .hover {
	cursor: pointer;
}
#index .group a:link {
	background: #f4f4f4;
}
#index .group a:visited {
	background: #f4f4f4;
}
#index .group a:active {
	background: #e9e9e9;
}
#index .group a:hover {
	background: #e9e9e9;
}
