@charset "utf-8";
#wrapperTop {
	width: 800px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
	background-color: #FFF;
	background-image: url(../image/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #01431D;
	border-right-color: #01431D;
	border-left-color: #01431D;
}
#headerTop {
	width: 800px;
	height: 280px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../image/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
/*-----------------------------------------------------*/

/*--ヘッダー---------------------------------------*/
#wrapper {
	width: 800px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #01431D;
	border-left-color: #01431D;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #01431D;
	background-color: #FFF;
}
#header {
	width: 800px;
	height: 100px;
	font-weight: normal;
	text-decoration: none;
	clear: both;
	margin-top: 0px;
	background-image: url(../image/headerB.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-indent: -9999px;
}

/*-----------------------------------------------------*/

/*----HOME---------------------------------------------*/
#homebody {
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	height: 90px;
}
.topLeft {
	width: 240px;
	height: 90px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../image/button1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.topLeft a:hover {
	background-image: url(../image/button1_ov.png);
	width: auto;
}
.button1 {
	height: 90px;
	width: 240px;
	text-indent: -9999px;
	display: block;
}
.topCenter {
	width: 240px;
	height: 90px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../image/button2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
}
.topCenter a:hover {
	background-image: url(../image/button2_ov.png);
	width: auto;
}
.button2 {
	height: 90px;
	width: 240px;
	text-indent: -9999px;
	display: block;
}

.topRight {
	width: 240px;
	height: 90px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../image/button3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.topRight a:hover {
	background-image: url(../image/button3_ov.png);
	width: auto;
}
.button3 {
	height: 90px;
	width: 240px;
	text-indent: -9999px;
	display: block;
}
.ad {
	width: 400px;
	height: 26px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-image: url(../image/ad.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ad a:hover {
	background-image: url(../image/ad_ov.png);
}
.adlink {
	width: 400px;
	height: 26px;
	text-indent: -9999px;
	display: block;
}


#underbody {
	width: 780px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 93%;
	color: #4B4B4B;
	text-align: center;
}
#underbody p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #F33;
	font-size: 100%;
}

#main {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #01431D;
	padding-top: 20px;
}
.iframe_news {
	width: 490px;
	height: 265px;
	margin-top: 5px;
}

.iframe_event {
	width: 190px;
	height: 50px;
	margin-top: 5px;
}
/*-----------------------------------------------------*/

/*--各ページ-------------------------------------*/
#NaviMenu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.navi1 {
	float: left;
	width: 240px;
	height: 28px;
	background-image: url(../image/button1s.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 20px;
}
.navi1 a:hover {
	background-image: url(../image/button1s_ov.png);
	width: auto;
}
.navi1-button {
	width: 240px;
	height: 28px;
	text-indent: -9999px;
	display: block;
}
.navi2 {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	height: 28px;
	background-image: url(../image/button2s.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.navi2 a:hover {
	background-image: url(../image/button2s_ov.png);
	width: auto;
}
.navi2-button {
	width: 240px;
	height: 28px;
	text-indent: -9999px;
	display: block;
}
.navi3 {
	float: right;
	width: 240px;
	height: 28px;
	background-image: url(../image/button3s.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 20px;
}
.navi3 a:hover {
	background-image: url(../image/button3s_ov.png);
	width: auto;
}
.navi3-button {
	width: 240px;
	height: 28px;
	text-indent: -9999px;
	display: block;
}
.timeTable {
	margin-bottom: 10px;
	text-align: right;
	margin-right: 10px;
}

.table-A {
	width: 100%;
	/*	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #579B76;*/
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #01431D;
	border-left-color: #01431D;
}
.table-A th   {
	background-color: #E9F8EF;
	text-align: center;
	padding: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #01431D;
	border-bottom-color: #01431D;
	font-size: 83%;
	line-height: 130%;
}
.table-A tr .timeArea {
	text-align: center;
	width: 2em;
	vertical-align: middle;
}
.table-A tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #01431D;
	margin: 0px;
	padding: 2px;
	font-size: 83%;
	line-height: 130%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #01431D;
	vertical-align: top;
}
.table-A .timeArea {
	width: 2em;
}
.table-A .tenjiArea {
	width: 4em;
}
.table-A .normalArea {
	width: 10.5%;

}
.table-A .middle {
	vertical-align: middle;
}

.table-A .non  {
	background-color: #E0E0E0;
}
.table-A tr .8Area {
	text-align: center;
}


.table-B {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border-collapse: collapse;
	border: 1px solid #01431D;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.table-B tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #01431D;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}


.day {
	font-size: 123%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #900;
}
.track {
	font-weight: bold;
	width: 50%;
}

.time {
	width: 7em;
}

.venue {
	width: 4em;
}
.ws {
	width: 7.5em;
}
.workshop {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #01431D;
	text-indent: 5px;
}
.workshop p  {
	margin: 0px;
	padding: 0px;
}


.timeW {
	width: 4em;
}
.list {
	width: 99%;
}
.list dl dt {
	width: 6em;
	font-weight: bold;
	float: left;
}
.list dl dd {
	font-weight: bold;
	margin-left: 6em;
}
.list dl dd p   {
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}


/*-- 並び --*/
.list-1 dl {
	margin-left: 20px;
}
.list-1 dt{
	float: left;
	width: 450px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.list-1 .track {
	font-weight: bold;
	padding-left: 0px;
	width: 470px;
	margin-top: 10px;
}
.list dl dd a img {
	vertical-align: text-bottom;
	margin-right: 2px;
	margin-left: 1em;
}

#move {
	width: 794px;
	display: block;
	padding-top: 3px;
	height: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	clear: both;
	padding-right: 5px;
}
/*.infom {
	width: 588px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005100;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 93%;
	float: right;
	margin-right: 10px;
}*/
/*#back {
	width: 600px;
	float: right;
	padding-right: 10px;
}*/
.return {
	height: 20px;
	width: 57px;
	background-image: url(../image/return.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	float: right;
}
.up {
	background-image: url(../image/backtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 50px;
	text-indent: -9999px;
	float: right;
	margin-right: 0px;
	clear: right;
}
.infomation {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #01431D;
	border-bottom-color: #01431D;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	color: #002063;
}
.infomation p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #333;
}
.adv {
	width: 99%;
	font-size: 14px;
	font-weight: bold;
	border-collapse: collapse;
}
.adv tr td {
	width: 33%;
	text-align: center;
	border: 1px solid #034DD7;
	border: 1px dotted #01431D;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.person {
	padding-top: 3px;
	font-weight: normal;
	padding-bottom: 3px;
	border: 1px solid #01431D;
	background-color: #E8F7E6;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.back {
	background-image: url(../image/topback.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 10px;
	width: 15px;
	display: block;
	height: 25px;
	text-indent: -9999px;
	float: right;
}
/*-----------------------------------------------------*/

/*----フッタ---------------------------------------------*/

#footer {
	background-color: #01431D;
}
.footer-R {
	width: 600px;
	float: right;
	font-size: 116%;
	font-weight: bold;
	color: #FFF;
	height: 23px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.footer-R a {
	color: #FFF;
}

/*-- コピーライト --*/
.copy {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	background-image: url(../image/c.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}

#update {
	float: right;
	color: #FFFFFF;
	font-size: 77%;
}
/*-----------------------------------------------------*/

/*----その他---------------------------------------------*/
.sp {
	height: 25px;
	display: block;
}
/*-----------------------------------------------------*/

/*
.list-lodging {
	margin-top: 25px;
}
.list-lodging td {
	border: 1px solid #D0D0D0;
	padding: 2px;
	font-size: 93%;
}
.list-top-sp {
	margin-top: 10px;
}
.list-comm {
	margin-bottom: 20px;
}
.list-comm dt {
	font-weight: bold;
	margin-left: 15px;
	margin-top: 10px;
}
.display-ad {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}

.display-ad th, .display-ad td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom-color: #666;
}

.display-ad th {
	text-align: center;
	background-color: #DFFFDF;
	padding-left: 5px;
}

.display-ad td {
	padding-left: 10px;
}
.list-dispad {
	width: 100%;
	margin-top: 10px;
}
.list-dispad .kome {
	float: left;
}
.list-dispad dd {
	margin-bottom: 10px;

}
.list01 {
	margin-top: 0px;
	margin-left: 10px;
}

.login {
	height: 37px;
	width: 200px;
	margin-left: 40px;
	background-image: url(../image/login.png);
	text-indent: -9999px;
	display: block;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}
.margin20 {
	margin-left: 20px;
	margin-top: 0px;
}*/


/*--スペース
.sp_h100 {
	height: 100px;
	width: 100%;
}
.sp_h250 {
	height: 250px;
	width: 100%;
}
.sp_h500 {
	height: 500px;
	width: 100%;
}
.lf15 {
	padding-left: 12px;
}
.margin-15 {
	margin-left: -15px;
}--*/
