﻿@charset "utf-8";
/*----------------------------------------------------------------------
　index.html　
------------------------------------------------------------------------*/

#index .tableC {
	margin-top: 0;
	margin-bottom: 1.5em;
}
#index table {
	margin-top: 0;
	margin-bottom: 0;
}
#index caption {
	font-size: 108%;
	font-weight: bold;
}
#index table th {
	width: 7em;
	padding: 5px;
	border: 1px #e9e9e9 solid;
	font-weight: bold;
	text-align: right;
}
#index table td {
	padding: 5px;
	border: 1px #e9e9e9 solid;
}
#index .new, #index .backnumber {
	width: 100%;
	padding: 0;
	margin: 0 0 1em 0;
	text-align: center;
	text-indent: 0;
}
#index .group {
	position: relative;
	width: 550px;
	height: 200px;
	margin: 10px auto;
	overflow: hidden;
	border: 1px #ccc solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	font-size: 93%;
}
#index .group .l {
	position: absolute;
	left: 5px;
	top: 0;
	height: 30px;
	line-height: 30px;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
}
#index .group .r {
	position: absolute;
	top: 0;
	right: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 85%;
	text-align: right;
}
#index .group .title {
	position: absolute;
	left: 30px;
	top: 35px;
	text-indent: 15px;
	background: transparent url( /img/mark04.gif ) no-repeat left center;
	text-align: left;
}
#index .group img {
	position: absolute;
	right: 80px;
	bottom: 5px;
	border: none;
}
#index .group a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}
#index .group a:link .l, #index .group a:link .r {
	color: #fff;
}
#index .group a:visited .l, #index .group a:visited .r {
	color: #fff;
}
#index .group a:active .l, #index .group a:active .r {
	color: #fff;
}
#index .group a:hover .l, #index .group a:hover .r {
	color: #ff0000;
}
#index .group a:link {
	background: #f4f4f4 url( ../img/grouphead.gif ) repeat-x top left;
}
#index .group a:visited {
	background: #f4f4f4 url( ../img/grouphead.gif ) repeat-x top left;
}
#index .group a:active {
	background: #e9e9e9 url( ../img/grouphead.gif ) repeat-x top left;
}
#index .group a:hover {
	background: #e9e9e9 url( ../img/grouphead.gif ) repeat-x top left;
}
