@charset "utf-8";
/* ------------------------------------------------------------------------------- */
/* 全ページ　共通 */
/* ------------------------------------------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#FFFFFF;
	background-image:none;
	word-break:break-all;
	*font-size:small;
	*font:x-small;
	font-family: "ＭＳ Ｐゴシック", "Osaka","Century Gothic";
}
#wrap {
	padding:0px;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#FFFFFF;
	text-align:left;
	display: table;
}
#conteiner {
	background-image: none;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
hr {
	display:none;
	margin:0px;
	padding:0px;
	line-height:0px;
}
img {
	border:none;
	margin:0px;
	padding:0px;
	line-height:0px;
}
/* フロート組みを解除する　*/
#wrap br.clear {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
/* ヘッダ箇所　*/
#wrap #top_head {
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F96900;
	background-color:#FFFFFF;
}
#wrap #top_head h1 {
	float: left;
	position: relative;
	left: 0px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#wrap #top_head #mobile {
	position: relative;
	top: 5px;
	right: 30px;
	float: right;
}
#wrap #top_head #datebook {
	display:none;
}
/* コンテンツ内メインコンテンツ箇所　*/
#wrap h2.maintitle img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	_width:100%;
}
#wrap #main h2 {
	color: #FF3300;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: medium;
	background-image: url(../images/naka_t_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F3F3F3;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	_width:500px;
	_position:absolute;
	_right:0px;
}
#wrap #main h2 span.subread {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	position: absolute;
	right: 1em;
	font-size: small;
}
/*//1カラム用　*/
#wrap #main_one h2 {
	color: #FF3300;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: medium;
	background-image: url(../images/naka_t_h22.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F3F3F3;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#wrap #main_one h2 span.subread {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: small;
	position: relative;
	left: 20em;
}
#wrap #main_one h2 span.subread1 {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: small;
	position: relative;
	left: 25em;
}
#wrap #main_one h2 span.subread2 {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: small;
	position: relative;
	left: 30em;
}
/* フッタ箇所　--------------------------------------------------- footer ----IE6は非表示-----　*/
#wrap #footer {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 100%;
	display:block;
	_display:none;
	clear:right;
}
#wrap #footer #f-left {
	margin: 0px;
	padding: 0px;
	float: left;
}
#wrap #footer #f-left p {
	color: #000000;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", "Osaka","Century Gothic";
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

#wrap #footer #f-right {
	margin: 0px;
	padding: 0px;
	float: right;
}
#wrap #footer #f-right p {
	font-size: x-small;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", "Osaka","Century Gothic";
	margin: 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 0px;
	letter-spacing: 1px;
}
#wrap #footer_navi {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #ffffff;
	color:#000000;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", "Osaka","Century Gothic";
	font-size: small;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	clear:right;
	display:block;
	_display:none;
	margin: 0px;
}
#wrap #footer_navi a {
	color:#000000;
	text-decoration:none;
}
/* ページ内トップへ戻る　*/
.top {
	display:none;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
}
/* ------------------------------------------------------------------------------- */
/* 中ページ　共通 */
/* ------------------------------------------------------------------------------- */
/* グローバルナビ　IE6は非表示*/
#wrap ul#g_navi {
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	list-style-type: none;
	line-height: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	_display:none;
}
#wrap ul#g_navi li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height:0px;
}
/* サブナビゲーション--------------------------------------------------- sub_navigation ---------　*/
#wrap #conteiner #left_navi {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #ffffff;
	background-image: none;
	display:block;
	_display:table-cell;
	_margin-right: 20px;
}
#wrap #conteiner #left_navi ul#subnavi {
	display:block;
	padding: 0px;
	width: 150px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}
#wrap #conteiner #left_navi ul#subnavi li {
	background-image: url(../images/btn_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: small;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	height: 54px;
	_height: 37px;
	width: 100%;
	text-align: center;
}
#wrap #conteiner #left_navi ul#subnavi li a {
	display:block;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	_height: 37px;
	text-decoration:none;
}
#wrap #conteiner #left_navi ul#subnavi li a#active {
	background-image: url(../images/btn_menu_h.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 37px;
	_height: 37px;
}
/* パンくず　*/
ul#pankuzu {
	font-size: x-small;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	display: block;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
ul#pankuzu li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#pankuzu li a {
	color:#719232;
	text-decoration:underline;
}
/* メインコンテンツ共通　------------------------------------------------------- main contents -----　*/
#wrap #conteiner #main {
	float: right;
	width: 554px;
	_width: 500px;
	/*overflow:hidden;*/
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3em;
	margin-left: 0px;
	display:block;
	/*_display:table-cell;*/
	_position:absolute;
	_right:0px;
}
#wrap #conteiner #main:after {
	content: "."; 
	display:block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrap #conteiner #main .textarea {
	padding: 0px;
	width: 530px;
	_width: 490px;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: small;
	color: #333333;
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 10px;
	_margin-left: 0px;
	_position:absolute;
	_left:0px;
	_right:0px;
	_top:90px;
}
/* ▼1カラム用　*/
#wrap #main_one {
	width: 95%;
	_width: 93%;
	overflow:hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3em;
	margin-left: 0px;
}
#wrap #conteiner #main_one .textarea {
	padding: 0px;
	width: 90%;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: small;
	color: #333333;
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}
/* ▲1カラム用　*/
#wrap #conteiner #main .textarea h4 {
	background-image: url(../images/w-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	font-size: small;
	color: #FF6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	/*line-height: 0px;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	_height: 15px;
	height:25px;
}
/* //IE7// */
*:first-child+html #wrap #conteiner #main .textarea h4 {
	background-image: url(../images/w-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: small;
	color: #FF6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*width:505px;*/
}
*:first-child+html #wrap #conteiner #left_navi ul#subnavi li a {
	display:block;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "Century Gothic", "Osaka";
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 35px;
}
/* //IE7// */

.imgwaku {
	border: 1px solid #E0DFE3;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#wrap #conteiner #main .textarea ol {
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 1.4em;
}
#wrap #conteiner #main .textarea ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 0.5em;
}
#wrap #conteiner #main .textarea ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
	line-height: 1.4em;
}
#wrap #conteiner #main .textarea ul li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	letter-spacing: 1px;
}
/*------------------------------------------------------1カラム内2段組み用--------*/
#wrap #conteiner #main_one {
	width:100%;
	display:table;
}
#wrap #conteiner #main_one .textarea #left_box {
	float: left;
	width: 49%;
}
#wrap #conteiner #main_one .textarea #right_box {
	float: right;
	width: 49%;
}
#colom_box {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
	display: block;
	_display: table;
	clear:left;
}
#colom_box h5 {
	font-size: small;
	color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #c64e4e;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	float:right;
	width:165px;
	_width:120px;
}
#colom_box h5 span {
	color: #666666;
	font-weight:normal;
}
#colom_box div {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	float: right;
	display:block;
	height:23px;
}
#colom_box img.gazou {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: 1em;
	_margin-bottom: 4em;/*IE6*/
	margin-left: 0px;
	_width:143px;
}
#colom_box p {
	display: block;
	margin-top:1.5em;
}
/* メインコンテンツ共通　------------------------------------------------------- table -----　*/

table#schedule {
	border:1px solid #333333;
	background-color:#FFFFFF;
	border-collapse:collapse;
	color:#000000;
	font-size:small;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:0.5em;
	width:100%;
}

table#schedule td, table#schedule th {
	border:1px solid #333333;
	background-color:#FFFFFF;
	border-collapse:collapse;
	color:#000000;
	font-size:small;
	padding:0.5em;
}
table#schedule td a {
	color:#000000;
	text-decoration:none;
}
