@charset "UTF-8";


/* ========BASIC======== */
html{
   overflow-y:scroll;
}

BODY{
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   font-size:12px;
   color:#332818;
   border-top:5px solid #23640A;
   background:#fff url("../images/bg_body_b.jpg") 0 0 repeat-x;
}

br{
   letter-spacing:normal;
}

a{
   color:#5A482B;
   text-decoration:none;
}

a:hover{
   color:#C94C00;
}

img{
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6{
   margin:0;
}

.b{
   font-weight: bold;
}
.red_b{
	font-weight: bold;
	color: red;
}

/* ========TEMPLATE LAYOUT======== */
#headWrap{
   position:relative;
   width:100%;
   margin:0 auto;
   padding:0px 0;
   background:#fff;
}

#header{
   position:relative;
   width:785px;
   margin:0 auto;
   background:#fff;
}

#pr{
   position:absolute;
   left:0;
   top:2px;
   width:785px;
}

#gnavi{
   position:absolute;
   bottom:0;
   right:0;
}

#menu{
   width:100%;
   float:left;
   background:url("../images/bg_menu_g.gif") 0 0 repeat-x;
}

#icatch{
   width:785px;
   margin:0 auto 10px;
   background:#fff;
}


#contents{
   clear:both;
   width:765px;
   margin:0 auto;
   padding:10px;
   background:#fff;
}

#main{
   float:left;
   width:545px;
}

#sub{
   float:right;
   width:200px;
}

#pageTop{
   clear:both;
}

#footMenu{
   width:785px;
   margin:0 auto;
}

#footer{
   background:#EBEADD;
   border-bottom:5px solid #23640A;
}


/* ========HEADER CUSTOMIZE======== */
#header h1{
   margin:0;
   padding-top:0px;
   font-size:32px;
   color:#fff;
   line-height:50px;
}

#header h1 a{
   color:#23640A;
}

#header h1 a:hover{
   color:#D30000;
}

#header #pr p{
   margin:0;
   font-size:11px;
}

#header #gnavi ul{
   list-style:none;
}

#header #gnavi li{
   float:left;
   font-size:11px;
   margin-left:15px;
}

#header #gnavi li a{
   display:block;
}

#header #gnavi .tel{
   color:#C94C00;
   font-size:24px;
   font-weight:bold;
   letter-spacing:-1px;
   line-height:1.0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul{
   width:785px;
   margin:0 auto;
   padding:0;
}

#menu li{
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
   width:111px;
   line-height:60px;
}

#menu li.none{
   float:left;
   color:#a9a9a9;
   text-align:center;
   list-style-type:none;
   width:111px;
   line-height:60px;
}

#menu li a.lecture{
   display:block;
   width:111px;
   color:#5A482B;
   line-height:60px;
   border-right:1px solid #D8D8D8;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   color:#3F2A0F;
   font-size: 95%;
}


#menu li a{
   display:block;
   width:111px;
   color:#5A482B;
   line-height:60px;
   border-right:1px solid #D8D8D8;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   color:#3F2A0F;
   font-size:12px;
}

#menu li.home a{
   border-left:1px solid #D8D8D8;
}

#menu li a:hover{
   color:#C94C00;
   background:#fff url("../images/bg_menu_g.gif") 0 -60px repeat-x;
   z-index:100;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath{
   margin-bottom:10px;
   font-size:11px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a{
   color:#23640A;
}

#main a:hover{
   color:#C94C00;
   text-decoration:underline;
}

#main h2{
   margin-bottom:8px;
   padding:0 0 0 10px;
   color:#5A482B;
   font-family:Georgia,"MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
   font-size:15px;
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url("../images/bg_h2.gif") 100% 100% no-repeat;
}

#main h3{
   margin-bottom:3px;
   padding-left:50px;
   font-size:14px;
   border-bottom:1px solid #999;
   background:url("../images/bg_h3.gif") 0 5px no-repeat;
}

#main h4{
   margin-bottom:2px;
   padding:2px;
   font-size:12px;
   background:#82af21;
   color:#fff;
}

#main h5{
   margin-bottom:2px;
   font-size:12px;
   border-bottom:1px solid #5A482B;
}

#main h6{
   margin-bottom:2px;
   font-size:12px;
}

#main p{
   margin:0 0 1em 0;
   font-size:12px;
}

#main ul,ol,dl{
   font-size:12px;
}

#main dt{
   margin-bottom:3px;
}

#main dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

#main dd li{
   list-style-type: none;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div{
   display:inline-block;
}

#main dl.information dt{
   float:left;
   margin:0;
   padding:0;
}

#main dl.information dd{
   margin:5px 0;
   padding:0 0 0.5em 8em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main table{
   width:100%;
   border-collapse:collapse;
}

#main table th{
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#EBEADD;
}

#main table td{
   padding: 5px 5px 5px 10px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}

/* =============Schedule CUSTOMIZE============= */

img.center{
	vertical-align: middle;
}

/* =============Registration CUSTOMIZE============= */

img.regist{
	position: relative;
	top: -10px;
	left: 150px;
}

/* =============Abstract CUSTOMIZE============= */

.meimei{
	padding-top: 5px;
	padding-left: 15px;
	float: left;
}
.meimei2{
	padding-top: 5px;
	float: block;
}

/* ============PROGRAM CUSTOMIZE============ */
td.cl-pink{
	background-color: #ffe4c4;
}
td.cl-orange{
	background-color: #e0ffff;
}
#main table td.cl-green{
	background-color: #fffacd;
	width: 120px;
	text-align: center;
}
td.poster{
	background-color: #e6e6fa;
}
.program_date{
	font-size: 120%;
	font-weight: bold;
	background-color: #B2D863 ;
	padding: 5px;
}
td.ct{
	width: 100px;
}
#main dl h5{
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}

/* =============CONTACT CUSTOMIZE============= */

.contact{
	font-size: 110%;
	line-height: 160%;
	margin: 20px 0px;	
}
.chair{
	padding: 15px 0px;
	font-weight: bold;
	font-size: 14px;
}
.non{
	list-style: none;

}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section{
   margin-bottom:10px;
}

#sub h2{
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#23640A;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

#sub ul{
   margin:5px 0 0 5px;
   padding:0;
}

#sub li{
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#sub li a{
   display:block;
   padding-left:12px;
   background:url("../images/bg_list.gif") 0 6px no-repeat;
}

/* ================Hotel CUSTOMIZE================= */

#main .hotel_price{
   width: 280px;
   margin: 10px 20px;
   font-weight: bold;
}
#main .hotel_price td{
   background-color: #D3F592;
   border:1px solid #808080;
}
#main .hotel_price td.right{
   width: 100px;
   text-align:right;
   border-left-style: none;   
}
.yoyaku{
   font-size: 160%;
   font-weight: bold;
   color: green;
   margin-left: 20px;
   margin-top: -5px;
}

.red{
  color: red;
}
.cancel ul{
  margin-top: 0px;
  margin-left: 20px;
}
.cancel{
  margin-left: 20px;
}

/* ========PAGEOP CUSTOMIZE========= */
#pageTop{
   padding:20px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a{
   padding-left:8px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul{
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

#footMenu li{
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a{
   padding-left:10px;
   background:url("../images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright{
   padding:30px 0;
   font-size:11px;
   font-style:normal;
   color:#333;
   text-align:center;
}
.gallery{
	padding:  0px;
	position: relative;
	left: 400px;
}
