@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background:url(../images/bg_02.jpg) top left repeat-y;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',osaka,sans-serif;
/*	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W6','メイリオ',Meiryo,'ＭＳ Ｐゴシック',osaka,sans-serif;*/
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 1px;
	height: 100%;
	color: #261904;
}
h2{
	font-size: 15px;
	margin-bottom: 2px;
}
a{
	color: #261904;
	text-decoration: underline;
	outline: none;
}
a:hover{
	text-decoration: none;
}
a.ac{
	color: #a03901;
}
.wrapper{
	width: 1030px;
	margin: 0 auto;
}
.wrapper{
	/width: 1030px;
	/margin: 0 auto;
	/height:100%;
}

.inner{
	background: url(../images/main_bg.jpg) top left repeat-y;
	width: 970px;
	float: left;
	padding: 0 30px 0px 30px;
}

.header_top{
	background: url(../images/main_img.jpg) top left no-repeat;
	width: 970px;
	height: 698px;
	float: left;
	position: relative;
}
.header{
	width: 970px;
	float: left;
	margin: 10px 0px 30px 0px;
}
.ev_link{
	margin-top: 9px;
	width: 698px;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	vertical-align: bottom;
}
.ev_link a{
	background: url(../images/point.gif) 0px 6px no-repeat;
	padding: 0 0 0 10px;
}
.ev_link_m0{
	margin-top: 0px;
	width: 770px;
	float: right;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
.ev_link_m0 a{
	background: url(../images/point.gif) 0px 6px no-repeat;
	padding: 0 0 0 10px;
}
	.ctt_01{
		width: 291px;
		height: 198px;
		position: absolute;
		top: 40px;
		left: 69px;
	}
	.ctt_02{
		width: 291px;
		height: 198px;
		position: absolute;
		top: 250px;
		left: 20px;
		background: url(../images/imgL_02_bg.jpg) top left no-repeat;
	}
	.ctt_02 .icon{
		padding: 5px 0 0 0;
	}
	.ctt_02 .icon img{
		vertical-align: top;
	}
	.ctt_03{
		width: 291px;
		height: 198px;
		position: absolute;
		top: 460px;
		left: 179px;
	}
	.ctt_04{
		width: 291px;
		height: 198px;
		position: absolute;
		top: 40px;
		right: 57px;
	}
	.ctt_05{
		width: 291px;
		height: 198px;
		position: absolute;
		top: 250px;
		right: 13px;
	}
	.ctt_06{
		width: 291px;
		height: 198px;
		position: absolute;
		top: 460px;
		right: 164px;
	}
	.eventlink{
		width: 299px;
		height: 165px;
		position: absolute;
		top: 241px;
		left: 335px;
	}

.content{
	width: 970px;
	float: left;
}

.content_inner{
	width: 970px;
	float: left;
}
.ttl_big{
	background: url(../images/ttl_bg_lrg.jpg) top left no-repeat;
	font-size: 13px;
	padding: 7px 7px 7px 20px;
	height: 14px;
	width: 942px;
	float: left;
	color: #FFFFFF;	
}
.content_03{
	width: 970px;
	float: left;
}
.c_inner_03{
	width: 927px;
	float: left;
	padding: 10px 20px;
	background: #fff9e9;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
}
.innerBox{
	width: 927px;
	padding: 10px 20px;
	background: #fff9e9;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
}
* html div.innerBox{
	width: 927px;
	padding: 10px 20px;
	background: #fff9e9;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
}
.fotter{
	clear: both;
	background: url(../images/main_bg_bottom.jpg) top left no-repeat;
	width: 1030px;
	height: 33px;
}
.sNav{
	float: left;
	width: 300px;
	font-size: 11px;
	color: #362810;
	padding: 4px 0 7px 0;
	height: 16px;
}
* html div.sNav{
	padding-bottom: 0;
}
.sNav a{
	color: #A03901;
	text-decoration: none;
}
.sNav a:hover{
	text-decoration: underline;
}
/* ここから庫本追記 */

*+html br {  
    letter-spacing: normal;  
}  

*:first-child+html br {  
    letter-spacing: normal;  
}  

/* ここまで庫本追記 */


/*-----------------------------------------------------------------
日英切り替えリンク
イベントスケジュールはevent.cssに記述
*/
.langChange{
	float: left;
	width: 200px;
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 9px;
	padding-right: 1px;
	color: #261904;
	vertical-align: bottom;
}
.langChange a{
	color: #261904;
}

/*	clearfix
------------------------------------*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* -------------------------------------　追加ページ　----- */
.lnav{
	list-style: none;
	list-style-position: inline;
	display: block;
	float: left;
	width: 931px;
	clear: both;
	margin: 5px 0 23px 0;
}
.lnav li a{
	color: #b65a00;
}
.lnav li{
	background: url(../../images/meeting/arrow.jpg) 0 3px no-repeat;
	padding: 0 0 0 10px;
	display: inline;
	float: left;
	margin: 0 37px 0 0;
}
.contentWrapper{
	width: 931px;
	float: left;
	margin: 0 0 25px 0;
	background: url(../../images/meeting/bg_main.jpg) top left repeat-y;
}
.contentWrapper h2{
	width: 931px;
	padding: 0px 0 0 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 15px;
	float: left;
}
.section{
	background: url(../../images/meeting/bg_main_btm.jpg) bottom left no-repeat;
	width: 889px;
	float: left;
	padding: 10px 20px 30px 22px;
	text-align: justify;
}
.section p{
	margin: 0 0 3px 0;
	float: left;
}

.section p.clear{
	clear: both;
	width: 853px;
}

.section p.lead{
	margin: 0 0 20px 0;
}
.subInfo{
	width: 845px;
	padding: 0 0 0 52px;
}
.section h3{
	font-size: 12px;
	background: url(../../images/meeting/sq.jpg) 0 2px no-repeat;
	padding: 0 0 0 20px;
	margin: 25px 0 15px 0;
	font-weight: bold;
	width: 869px;
	float: left;
}
.section h3.head{
	margin: 0 0 15px 0;
}
.article{
	padding: 0 0 0 20px;
	float: left;
}
.article dt{
	padding: 2px 0 2px 10px;
	background: url(../../images/meeting/bg_thema.jpg) top left repeat-y;
	font-weight: bold;
	margin: 0px 0 10px 0;
}
.article dt span{
	display: block;
	padding: 0 0 4px 6px;
}
.article dd{
	padding: 0 0 20px 16px;
	text-align: justify;
	background: url(../../images/meeting/dot.jpg) bottom left repeat-x;
	margin: 0 0 15px;
}
.article dd.btm{
	background: none;
	padding: 0 0 0 16px;
	margin: 0;
}
p.articleText{
	padding: 0 0 0 22px;
}
.lText{
	width: 614px;
	float: left;
	padding: 0 20px 0 0;
	clear: none;
}
.lText p, h3.lTitle{
	width: 570px;
	float: left;
	clear: none;
}
.imageBox{
	width: 252px;
	float: right;
	text-align: center;
}
.imageBox img{
	float: left;
	margin: 0 0 10px 0;
}

.imageBox p{
/* 	letter-spacing: 0; */
	font-size: 11px;
	float: none;
}

/* ページ内リンクの不具合回避 */
.link{
	display: block;
	width: 800px;
	clear: both;
}

