body {
	margin: 0;
	background-color: #fff;
	color: #333;
	padding: 0;
	font-family: helvetica, sans-serif;
	font-size: 90%;
}

hr {
	display: none;
}

span.hidden_text {
	display: none;
}

/*************************************************
 *
 * 共通ヘッダ
 *
 *************************************************/

#common_header {
	width: 100%;
}

/*--------------------------------------
 * タイトル部
 *--------------------------------------*/

#common_header #upper {
	background-image: url(./images/bar_upper.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#common_header #upper #to_home {
	height: 70px;
	background-image: url(./images/trsf.gif);
	background-repeat: no-repeat;
}

#common_header #upper #to_home img {
	display: none;
}

#common_header #upper #to_home a {
	display: block;
	position: absolute;
	top: 40px;
	width: 80px;
	height: 20px;
}

#common_header #upper #to_home a.home {
	left: 0;
	background-image: url(./images/nav_home.gif);
}

#common_header #upper #to_home a.home:hover {
	background-image: url(./images/nav_home_on.gif);
}

#common_header #upper #to_home a.sitemap {
	right: 0;
	background-image: url(./images/nav_sitemap.gif);
}

#common_header #upper #to_home a.sitemap:hover {
	background-image: url(./images/nav_sitemap_on.gif);
}

/*--------------------------------------
 * バナー部
 *--------------------------------------*/
#common_header #banners {
	position: absolute;
	top: 0;
	right: 0;
}

#common_header #banners img {
	margin-left: 10px;
	border: none;
	vertical-align: top;
}

/*--------------------------------------
 * メインナビゲーション
 *--------------------------------------*/

#main_nav {
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #000;
	height: 24px;
}

#main_nav a {
	display: block;
	float: left;
	width: 98px;
	height: 24px;
	border-right: 1px solid #fff;
	background-repeat: no-repeat
}

#main_nav a.info {
	background-image: url(./images/nav_info.gif);
}

#main_nav a.info:hover {
	background-image: url(./images/nav_info_on.gif);
}

#main_nav a.speed {
	background-image: url(./images/nav_speed.gif);
}

#main_nav a.speed:hover {
	background-image: url(./images/nav_speed_on.gif);
}

#main_nav a.figure {
	background-image: url(./images/nav_figure.gif);
}

#main_nav a.figure:hover {
	background-image: url(./images/nav_figure_on.gif);
}

#main_nav a.hockey {
	background-image: url(./images/nav_hockey.gif);
}

#main_nav a.hockey:hover {
	background-image: url(./images/nav_hockey_on.gif);
}

#main_nav a.school {
	background-image: url(./images/nav_school.gif);
}

#main_nav a.school:hover {
	background-image: url(./images/nav_school_on.gif);
}

#main_nav a.link {
	background-image: url(./images/nav_link.gif);
}

#main_nav a.link:hover {
	background-image: url(./images/nav_link_on.gif);
}

/*--------------------------------------
 * 下部のオビ
 *--------------------------------------*/

#common_header #lower {
	margin: 0px;
	height: 6px;
	background-image: url(./images/bar_lower.gif);
	background-repeat: no-repeat;
	line-height: 0;
}

/*************************************************
 *
 * ページタイトル
 *
 *************************************************/

#page_title {
	/*border: 1px solid #f00;*/
}

#page_title h1 {
	margin: 0;
	font-size: 160%;
	font-weight: normal;
}

#page_title h1 .category {
	margin-right: 1em;
	font-size: 150%;
	font-style: oblique;
}

/*************************************************
 *
 * 左サブナビゲーション
 *
 *************************************************/

#left_nav {
	float: left;
	margin-bottom: 100px;
	width: 150px;
}

#left_nav a {
	display: block;
	margin-top: 15px;
	background-image: url(./images/left_nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #ccc;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#left_nav a:hover {
	background-image: url(./images/left_nav_on.gif);
	color: #cf3;
}

/*************************************************
 *
 * 右コラム領域
 *
 *************************************************/

#column {
	float: right;
	width: 140px;
	margin-right: 5px;
	/*border-top: 1px dotted #999;*/
	/*border-bottom: 1px dotted #999;*/
	border-left: 1px dotted #999;
	padding: 10px;
	font-size: 90%;
}

#column h2 {
	display: none;
	font-size: 100%;
	font-weight: bold;
}

#column h3 {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

#column img {
	margin: 0;
}

/*************************************************
 *
 * メインコンテンツ領域
 *
 *************************************************/

#content {
	/*float: left;*/
	margin-left: 160px;
	margin-right: 160px;
	padding: 0 10px 10px 10px;
	line-height: 160%;
}

#content h2 {
	margin: 0.5em 0 0.5em 0;
	border-top: 1px solid #000;
	padding-top: 6px;
	font-size: 130%;
	font-weight: bold;
}

#content h3 {
	margin: 1em 0 0.5em 0;
	background-color: #333;
	color: #fff;
	padding: 0 0 0 10px;
	font-size: 100%;
	font-weight: bold;
}

#content h4 {
	margin: 1em 0 0 0;
	font-size: 100%;
	font-weight: bold;
}

#content h5 {
	margin: 0.5em 0 0 0;
	font-size: 100%;
	font-weight: bold;
}

#content h6 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

#content p {
	margin: 0;
	/*text-indent: 1em;*/
}

#content ul{
	margin: 0 0 0 1em;
	padding: 0;
}

#content ul li {
	padding-left: 1em;
	background-image: url(./images/list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}

#content ol {
	margin: 0 0 0 1.5em;
	padding: 0;
}

#content table {
	border-collapse:collapse;
	font-size: 90%;
	line-height: 140%;
}

#content th {
	border: 1px solid #999;
	background-color: #666;
	color: #fff;
	padding: 0 0.5em 0 0.5em;
}

#content td {
	border: 1px solid #999;
	padding: 0 0.5em 0 0.5em;
}

#content td.right {
	text-align: right;
}

#content address {
	margin: 0.5em 0 0.5em 0;
	font-style: normal;
}

#content .totop_nav {
	margin: 10px 0 10px 0;
	text-align: right;
}

#content .totop_nav img {
	margin: 0;
	border: none;
}

#content div.photo {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

#content div.photo img {
	margin: 5px;
	border: 1px solid #999;
}

#content div.photo p {
	font-size: 90%; 
	text-align: center;
	line-height: 120%;
}

/*************************************************
 *
 * 共通フッタ
 *
 *************************************************/

#common_footer {
	clear: both;
	margin: 0;
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 2px 0 2px 0;
	font-size: 80%;
	text-align: center;
}

/*************************************************
 *
 * トップページ専用
 *
 *************************************************/

#swf {
	float: left;
	background-image: url(./images/stage.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 250px;
	padding-top: 14px;
	padding-left: 15px;
}

#whats_new {
	margin: 10px;
	line-height: 160%;
}

#whats_new h2 {
	margin: 0 0 0.5em 0;
	font-size: 130%;
	font-weight: bold;
}

#whats_new dl {
	margin: 0;
}

#whats_new dt {
	margin-top: 0.5em;
	border-top: 1px dotted #ccc;
	padding-top: 2px;
	font-weight: bold;
	color: #666;
}

#whats_new dd {
	margin: 0;
}

#announce {
	clear: both;
	margin: 20px 0 5px 0;
	padding: 4px 10px 0 10px;
}

#announce h2 {
	margin: 0;
	color: #f00;
	font-size: 100%;
	font-weight: bold;
}

#announce p {
	position: relative;
	top: -1em;
	left: 5em;
	width: 400px;
	margin: 0;
	font-size: 90%;
}

