@charset "UTF-8";

/* ------------------------------------------
ブラウザスタイルの削除
------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* ------------------------------------------
リンクの設定
------------------------------------------ */

a:link {
	color: #00c;
	text-decoration: underline;
}

a:visited {
	color: #009;
	text-decoration: underline;
}

a:active {
	color: #f36;
}

a:hover {
	color: #36f;
	text-decoration: none;
}

img {
	border: none;
}

/* ------------------------------------------
汎用要素
------------------------------------------ */

.textalignright {
	text-align: right;
}

.tac {
	text-align: center;
}

/* ------------------------------------------
フッターを下部に固定する処理
------------------------------------------ */

html, body {
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper {
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 100%;
}

body > #wrapper {
	height: auto;
}

#header {
	height: 170px;
}

#contenter {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 41px;
}

/* ------------------------------------------
フッター
------------------------------------------ */

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 41px;
	text-align: center;
}

#footer p {
	width: 510px;
	margin: 0 auto;
	line-height: 41px;
	text-align: left;
}

/* ------------------------------------------
グローバルナビゲーション
------------------------------------------ */

#navigation {
	background: #eee;
}

#navigation ol {
	list-style: none;
}

#navigation ol li.nav-str {
	padding-left: 11px;
}

#navigation ol li {
	float: left;
	height: 30px;
	padding-right: 3px;
}

#navigation ol li a {
	display: block;
}

#navigation ol li.nav-end {
	padding-right: 11px;
}

/* ------------------------------------------
コンテンツエリア
------------------------------------------ */

#maincolumn {
	display: inline;
	float: left;
	width: 485px;
	text-align: left;
}

#maincolumn h1 {
	margin: 25px 15px 0 15px;
}

#maincolumn h1.noimg {
	margin: 25px 15px 0 15px;
	font-size: 1.2em;
	height: 30px;
	color: #fff;
	padding-left: 5px;
	line-height: 30px;
}

#maincolumn h2 {
	margin: 15px 15px 0 15px;
	font-size: 1.2em;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
}

#maincolumn h3 {
	margin: 15px 15px 0 15px;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
}

#maincolumn h4 {
	margin: 9px 15px 0 15px;
	padding-left: 10px;
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6;
}

#maincolumn h5 {
	margin: 15px 15px 0 15px;
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
}

#maincolumn p {
	padding: 25px 15px 0 15px;
	font-size: 1.2em;
	color: #333;
	line-height: 1.5;
}

#maincolumn span.textalignright {
	display: block;
	text-align: right;
}

#maincolumn p.sche-foot {
	padding: 5px 15px 0 15px;
}

/* --- 定義リスト(dt) --- */

#maincolumn dl {
	margin: 1em 0;
	padding: 0px 15px 0px 18px;
	font-size: 1.2em;
}

#maincolumn dt {
	padding-left: 10px;
	margin-top: 6px;
	margin-bottom: 3px;
	font-weight: bold;
	line-height: 1;
}

#maincolumn dd {
	padding-left: 20px;
	line-height: 1.5;
}

/* --- 定義リスト(dt)：タイムテーブル --- */

#maincolumn dl.timetable dt {
	border-left: none;
	float: left;
	width: 110px;
	font-weight: normal;
}

#maincolumn dl.timetable dd {
	padding-left: 130px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

.cation {
	font-weight: bold;
	color: #f00;
}

.cap {
	font-size: 1em;
	color: #999;
	line-height: 1.5;
}

.alonelink {
	padding-left: 15px;
	background: url(image/link_img.gif) no-repeat left center;
}

/* --- 画像の回り込み(左右) --- */

.imgflowleft img {
	float: left;
	margin: 0 10px 0 0;
}

.imgflowright img {
	float: right;
	margin: 0 0 0 10px;
}

/* --- ページ上部に戻る --- */

.movetop {
	padding-left: 15px;
	background: url(image/movetop_img.gif) no-repeat left center;
}

/* --- リスト(ol,ul) --- */

ul.textlist, ol.textlist {
	margin: 1em 15px;
	padding: 0px 15px 0px 2px;
	list-style: none;
}

ul.textlist li {
	padding-left: 10px;
	font-size: 1.2em;
	line-height: 1.8;
}

ul.textlist ul, ol.textlist ol {
	list-style: none;
}

ul.textlist li li {
	padding-left: 10px;
	font-size: 1.2em;
	line-height: 1.5;
}

ul.report-img {
	margin-left: 15px;
	list-style: none;
}

ul.report-img li {
	float: left;
	width: 145px;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.5;
}

/* ------------------------------------------
テーブル
------------------------------------------ */

table {
	width: 455px;
	margin: 1em 15px;
	font-size: 1em;
	border-collapse: collapse;
}

th, td {
	padding: 10px 0;
	border: solid 1px #ccc;
	line-height: 1.4;
}

th {
	color: #fff;
	text-align: center;
}

td {
	padding: 10px 3px;
}

.headline-1st {
	width: 20%;
}

.headline-2nd {
	width: 22%;
}

.headline-3rd {
	width: 58%;
}

/* --- タイムテーブル --- */

.timetable-header {
	background: url(image/timetable_header.gif) no-repeat left top;
}

.timetable-body {
	background: url(image/timetable_body.gif) repeat-y left top;
}

.timetable-body ul {
	list-style: none;
}

.timetable-body li {
	float: left;
	border: 1px solid #333;
	background: #DDF1FC;
	line-height: 30px;
	height: 30px;
}

/* ------------------------------------------
左メニューエリア
------------------------------------------ */

#leftcolumn {
	float: left;
	width: 120px;
	line-height: 0;
}


#leftcolumn p {
	margin: 0 10px;
}

#leftcolumn ol {
	list-style: none;
	margin: 0 10px;
}

#leftcolumn ol li {
	padding-left: 19px;
	height: 30px;
	margin-bottom: 1px;
	line-height: 30px;
	text-align: left;
	font-size: 1.2em;
}

#leftcolumn ol li.nav-end {
	padding-right: 11px;
}

.padding-top12 {
	padding-top: 12px;
}

#leftcolumn ol li.read {
	padding-left: 10px;
	height: 60px;
	margin-bottom: 1px;
	line-height: 30px;
	text-align: left;
	font-size: 1.2em;
}

/* ------------------------------------------
右メニューエリア
------------------------------------------ */

#rightcolumn {
	display: inline;
	float: right;
	width: 175px;
	line-height: 0;
	text-align: left;
}

#rightcolumn h2 {
	margin-top: 25px;
}

#rightcolumn p {
	margin-right: 25px;
	padding: 0 10px 25px 10px;
	font-size: 1em;
	color: #066;
	line-height: 1.3;
}

#rightcolumn ul {
	margin-top: 10px;
	padding: 0 10px;
	list-style: none;
}

#rightcolumn ul li {
	display: inline;
}

#rightcolumn ul li a {
	display: block;
	height: 35px;
}

/* ------------------------------------------
フロート解除(clearfix)
------------------------------------------ */

.clearfix:after {
	content: "";
	display: block;
	clear: both; }

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
