@charset "UTF-8";
/* CSS Document */

@import url("style_old.css");

body {
	background: #f0f0f0;
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

a, a:visited {
	color:#039;
}
a:hover {
	color:#09F;
}

.clearfix {
	display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.inner {
	width: 780px;
	margin: 0 auto;
}

#base {
	background: #fff;
}

#sidebar {
	float: left;
}

#footer {
	clear: both;
	padding-top: 8px;
}

#footertable {
	width: 100%;
}

#footertable td {
	font-size: 12px;
	vertical-align: top;
}

#copyright {
	font-size: 9px;
	text-align: center;
}

h2 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

hr {
	clear: both;
	height: 0px;
	border: 0px;
	border-top: 1px solid #999;	
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.timetable tr th, .timetable tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin: 0px;
	padding: 4px 8px 0px;
	text-align: left;
	vertical-align: top;
}
.gototop {
	text-align: right;
	font-size: small;
}
