﻿@charset "utf-8";

body {
	background: url(../common/img/header_bg.png) repeat-x #fff;
}

/* --------------------------------------- */
/* wrapperエリア #
/* --------------------------------------- */



.main_contents01 {
	width: 640px;
	height: 208px;
	clear: both;
}

.main_contents01:after {
	content: "";
	clear: both;
	display: block;
}

.m_cont01__box {
	margin-top: 16px;
	width: 206px;
	height: 192px;
	border-radius: 8px;
	background: url(../common/img/box_bg.png);
	float: left;
	overflow: hidden;
	border: 1px solid #f0ba5d;
	margin-right: 8px;
}

.m_cont01__box:last-child {
	margin-right: 0px;
}


.cont01__img {
	padding: 7px;
}
.cont01__tit {
	padding: 0 7px;
	font-weight: bold;
}
.cont01__text {
	padding: 0 7px 7px;
}

.main_contents02 {
	margin-top: 16px;
	width: 638px;
	height: 288px;
	border-radius: 8px;
	background: url(../common/img/box_bg.png);
	border: 1px solid #f0ba5d;
}

.cont02__left {
	width: 407px;
	float: left;
	overflow: hidden;
}

.cont02__tit {
	font-weight: bold;
	font-size: 135%;
	color: #3e8856;
	padding: 16px 0 12px 16px;
}

.cont02__text {
	line-height: 1.6em;
	padding: 0 0 16px 16px;
}
.cont02__img {
	width: 184px;
	float: right;
	overflow: hidden;
	margin: 16px 16px 16px 0px;
}

#main_contents03 {
	margin-top: 24px;
	width: 638px;
	height: 780px;
	border-radius: 8px;
	background: url(../common/img/box_bg.png);
	border: 1px solid #f0ba5d;
}
.cont03__tit {
	font-weight: bold;
	font-size: 135%;
	color: #3e8856;
	padding: 16px 0 16px 16px;
}

.cont03__img01 {
	float: left;
	width: 272px;
	margin-left: 24px;
	margin-bottom: 24px;
}

.cont03__right01 {
	float: right;
	width: 342px;
}

.cont03__right01__tit {
	font-weight: bold;
	font-size: 120%;
	color: #3e8856;
	margin-bottom: 8px;
}

.cont03__right01__call {
	margin-bottom: 16px;
}

.cont03__timetable {
	width: 592px;
	margin: 0 24px;
	color: #444;
	background-color: #fff;
	border-collapse: collapse;
}

.cont03__timetable thead {
	font-weight: bold;
}

.cont03__timetable th {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	width: 184px;
	height: 40px;
	text-align: center;
	border: 1px solid #777;
}

.cont03__timetable td {
	text-align: center;
	font-size: 130%;
	height: 40px;
	border: 1px solid #777;
	text-align: center;
}

.cont03__timetable td:last-child {
	width: 102px;
}

.navy {
	color: #33a;
}

.red {
	color: #c60606;
}


.cont03__map{
	margin-top: 24px;
	text-align: center;
}


/* ここからサイドエリア */


.side_contents00 {
	margin-top: 16px;
	border-radius: 8px;
	background: url(../common/img/box_bg.png);
	border: 1px solid #2d7544;
	position: relative;
}

.wakaba {
	position: absolute;  
	top: -16px;
	left: 0px; 
}

.scont00__tit {
	font-weight: bold;
	font-size: 135%;
	color: #3e8856;
	padding: 16px 0 16px 48px;
}
.scont00__text {
	padding: 0 16px;
}
.scont00__bn {
	text-align: center;
	padding: 8px 16px;
}

.side_contents01 {
	margin-top: 24px;
}

.scont__tit {
	height: 24px;
	padding: 5px 0 0 15px;
	line-height: 24px;
	font-weight: bold;
	font-size: 120%;
	background-color: #ffc;
}

.scont01__list {
	font-weight: bold;
	font-size: 120%;
	margin: 1em 0;
	padding-left: 30px;
	list-style-type: disc;
}

.scont01__list li {
	line-height: 1.8em;
}

.side_contents02 {
	margin-top: 24px;

}

.scont02__news {
	height: 240px;
	padding: 0 0 0 10px;
	color: #333333;
	overflow: auto;
}

.scont02__news dt {
	font-size: 86%;
	padding-top: 15px;
	color:#18368e;
	line-height:1.6em;
}

.scont02__news dd {
	font-size: 95%;
	line-height:1.6em;
}


