@charset "utf-8";
/* CSS Document */

header{
	width:100%;
	background:url(../img/h_logo.jpg) no-repeat #FFA64D center;
	height: 105px;
	border-bottom:1px solid #A5E896;
	border-top:10px solid #A5E896;
	text-align:center;
	margin-left:0 auto;
	margin-right:0 auto;}


#wrapper{
	width: 960px;
	margin: 0 auto;
	min-height: 600px;
	max-height: none;
	background: url(../images/nav_bg.jpg) repeat-y left #FFF;
	overflow: hidden;
	position:relative;}
	
/*--*--*--*--*--*/
/**---トップ---**/
/*--*--*--*--*--*/

/*トップコメ*/
h1 {
	font-size: 84%;
	font-weight: normal;
	background: #FFF2E5;}

/*ナビ部分設定*/
nav {
	float:left;
	width:167px;
	background: #A5E896;}
	
.img_bt {/*ナビ下部に画像位置固定（下から15px）*/
	position:absolute;
	bottom:15px;
	left:35px;
	}

nav ul {
    margin:0;
    padding: 0;}

nav li {
    list-style-type: none;
    margin:0;
    padding: 0;}

nav li a {
    width: 167px;
    background: url(../images/nav.jpg);/*ナビ部分に使用の画像*/
    background-repeat: no-repeat;
    display:block;
	text-indent: -9999px; /*テキストを画面外に*/
    overflow:hidden;}

nav li#menu0 a {
    background-position: 0px 0px;
	width:167px;
	height:54px;}
nav li#menu1 a {
    background-position: 0px -54px;
	width:167px;
	height:37px;}
nav li#menu2 a {
    background-position: 0px -91px;
	width:167px;
	height:37px;}
nav li#menu3 a {
    background-position: 0px -128px;
	width:167px;
	height:37px;}
nav li#menu4 a {
    background-position: 0px -165px;
	width:167px;
	height:44px;}
nav li#menu5 a {
    background-position: 0px -209px;
	width:167px;
	height:36px;}
nav li#menu6 a {
    background-position: 0px -245px;
	width:167px;
	height:37px;}
nav li#menu7 a {
    background-position: 0px -282px;
	width:167px;
	height:37px;}
nav li#menu8 a {
    background-position: 0px -319px;
	width:167px;
	height:37px;}
nav li#menu9 a {
    background-position: 0px -356px;
	width:167px;
	height:37px;}
nav li#menu10 a {
    background-position: 0px -393px;
	width:167px;
	height:37px;}
nav li#menu0 a:hover {
    background-position: -167px 0px;
	width:167px;
	height:54px;}
nav li#menu1 a:hover {
    background-position: -167px -54px;
	width:167px;
	height:37px;}
nav li#menu2 a:hover {
	background-position: -167px -91px;
	width:180px;
	height:37px;}
nav li#menu3 a:hover {
    background-position: -167px -128px;
	width:167px;
	height:37px;}
nav li#menu4 a:hover {
    background-position: -167px -165px;
	width:167px;
	height:44px;}
nav li#menu5 a:hover {
    background-position: -167px -209px;
	width:167px;
	height:36px;}
nav li#menu6 a:hover {
    background-position: -167px -245px;
	width:167px;
	height:37px;}
nav li#menu7 a:hover {
    background-position: -167px -282px;
	width:167px;
	height:37px;}
nav li#menu8 a:hover {
    background-position: -167px -319px;
	width:167px;
	height:37px;}
nav li#menu9 a:hover {
    background-position: -167px -356px;
	width:167px;
	height:37px;}
nav li#menu10 a:hover {
    background-position: -167px -393px;
	width:167px;
	height:37px;}
nav p {
	color:#FFF;
	background-color: #666;	}
	
.side_box{
	margin-top:5px;
	margin-left:10px;
	background-color:#A5E896;
	text-align:left;
	line-height:110%;
	color:#666;}
.side_img{
	padding-bottom:2px;}


/*メインコンテンツ領域*/
#main {
	float: right;
	width: 793px;
	background: #FFF;
	min-height: 598px;
	max-height: none;}
	

/*新着情報*/
.info1 {
	float: left;
	width: 442px;
	text-align:left;
	margin:15px 15px 15px 15px;}

#WhatBox {
	width: 442px;
	border-bottom: #FF6499 solid 2px;
	margin-bottom: 15px;}
dl.box{
    height:165px;/*高さの調整*/
    overflow: auto;/*ボックス内スクロールバー表示*/}
dl.box dt{
    float: left;
    width: 70px;/*日付部分の幅*/
	margin:5px 5px 5px 10px;}
dl.box dd{
    margin: 0 0 10px 0;
    padding: 5px 0 5px 10px;
    border-bottom: 1px dotted #FF6499;}

/*事務局*/
.info_right{
	float: right;
	text-align: left;
	width: 306px;
	margin: 15px 15px 0 0;}

.info2{
	margin: 0px 0px 3px 0px;}
.info_text{
	margin:0 10px 0 10px;
}

.info3{
	margin: 5px 0px 3px 0px;}
	
.info_p { color:#06F;
		  text-decoration:underline;}

/*フッター設定*/
footer{
	clear:both;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	height: 50px;
	background:#7EDE6A;}
footer p{
	padding-top: 5px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 120%;
	border-top: 1px solid #FFFFFF;
	background:#7EDE6A;}
.pagetop{ 
		color:#000;
		font-size:12px;
		text-align:right;
		margin-right:15px;
		margin-top:25px;
		margin-bottom:10px;
		background:none;
		}
		
/*----------------*/
/*------共通------*/
/*----------------*/
h2{ margin:15px 0 15px 0;}
h3 {
	padding: 6px 0px 6px 15px;
	color:#000;/*文字の色*/
	font-size: 117%;
	font-weight: bold;
	line-height: 100%;
	background-color: #A5E896;/*帯の背景色*/
	border-left:5px solid #38CC19;
	margin: 0px 15px 0px 15px;
	text-align: left;}
.container{
	margin: 15px 15px 0px 15px;	
	text-align:left;
	clear:both;}
.container2{
	margin:15px 15px 0px 15px;}
.container3{
	margin:15px 30px 15px 30px;}
	
.p_text{
	font-size:14px;
	color: #060;
	font-weight:bold;}
	
/*----------------*/
/*----テーブル----*/
/*----------------*/
.table_03{
	font-size:100%;
	margin-bottom:5px;}
.table_03 td{
	font-size:100%;
	text-align:left;
	vertical-align: bottom;
	padding: 0px 2px 0px 2px;}
.table_04{
	font-size:117%;
	font-weight:bold;}
.table_05{
	font-size:100%;
	border: 1px solid #2DB200;
	text-align:center;
	margin:0 auto;}
.table_05 th{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-weight:bold;
	background-color:#CCC;
	border-bottom:1px solid #2DB200;
	border-right:1px solid #2DB200;
	border-left:1px solid #2DB200;}
.table_05 td{
	text-align:left;
	padding: 5px;
	border-bottom:1px solid #2DB200;
	border-left:1px solid #2DB200;
	vertical-align:middle;}
/*宿泊案内*/
.map{
	border:1px #CCCCCC solid;}
/*演題*/
.day_m{
	margin-left:10.4em;}
.close{
	border:2px dashed #38CC19;
	border-radius:5px;
	padding:10px;
	color:#F03;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:708px;
	margin:0 15px 15px 15px;
	background:#FFF;}