﻿/* clearfix */
.clearfix:after {
	content: "."; /* 新しい要素を作る */;
	display: block; /* ブロックレベル要素に */;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ヘッダ関連 */
header {
	width: 100%;
	min-width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
}
/* タイトルバー関連 */
#titlebarleft {
	float: left;
	width: 100%;
	min-height: 40px;
	margin-right: -150px;
	background-color: #FFFF99;
}
#titlebarright {
	float: left;
	width: 150px;
	min-height: 40px;
	background-color: #99FF99;
}
header h1 {
	float: left;
	padding: 4px 8px 0px 2px;
	margin: 0px;
	font-size: x-large;
	font-weight: normal;
}
header h2 {
	padding: 4px 0px 0px 0px;
	margin: 0px;
	font-size: x-large;
	font-weight: normal;
}
header img {
	border-width: 0;
}
/* 本文関連 */
article {
	margin-top: 10px;
	clear: both;
}
h3 {
	border-color: #FF9900;
	border-style: solid;
	border-width: 1px 1px 1px 20px;
	font-size: large;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #FFF9F0), color-stop(0.00, #FFF));
	background: -moz-linear-gradient(top, #FFF 0%, #FFF9F0 88%);
	background: linear-gradient(to bottom, #FFF 0%, #FFF9F0 88%);
	margin-bottom: 5px;
	margin-top: 20px;
	padding: 3px;
}
h4 {
	border-bottom: 1px solid #808080;
	font-size: large;
	margin-top: 20px;
	margin-bottom: 10px;
}
h5 {
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
}
table {
	border: 1px solid #808080;
	border-collapse: collapse;
}
td {
	border: 1px solid #808080;
}
th {
	border: 1px solid #808080;
	background-color: #FFFFCC;
}
/* 路線図リンク部  */
#rosenlink {
	min-height: 80px;
}
#rosenlinkleft {
	width: 410px;
	float: left;
}
#rosenlinkright {
	min-width: 300px;
	float: left;
}
.linkbar {
	background-color: #00FFFF;
	text-align: center;
}
.linkbarselect {
	background-color: #FF99FF;
	text-align: center;
}
/* 路線図リンク部old */
#rosenlink_5dan {
	overflow: visible;
	height: 105px;
}
#rosenlink_6dan {
	overflow: visible;
	height: 120px;
}
/* 時刻表リンクボタン */
.jigyosha {
	color: #000099;
	font-weight: bold;
}
/* 改正 */
.c_new {
	background-color: #FFFF00;
}
.c_old {
	font-size: 70%;
}
.kaisei {
	color: #FF0000;
	font-size: 220%;
}
.kaiseibi {
	text-decoration: underline;
}
/* 本文 他 */
.noborder_table {
	border-width: 0;
}
.noborder_table td {
	border-width: 0;
}
article img {
	border-width: 0;
}
article figure {
	margin: 0px;
}
.kanrenlink {
	color: #FF00FF;
	font-weight: bold;
}
.kanrenrosenzu {
	color: #008000;
	font-weight: bold;
}
.link_rosenbus {
	background-color: #CCFFCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.link_combus {
	background-color: #CCFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
}
.chosaku {
	color: #FF0000;
	text-align: center;
}
.chuui {
	font-weight: bold;
	color: #FF0000;
}
.tokushukeitou {
	font-size: 75%;
}
.keiyu {
	color: #FF0000;
}
.shuyoutei {
	color: #0033CC;
}
.kiji {
	color: #0000FF;
}
.keitou_ouro {
	background-color: #EEFFEE;
}
.keitou_fukuro {
	background-color: #EEFFFF;
}
/* フッタ関連 */
footer {
	border-color: #808080;
	border-top-style: ridge;
	border-top-width: thin;
	margin-top: 10px;
}
