@charset "UTF-8";
/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background: 
		url(../img/bg2.png) repeat-x center top,
		#E9E9E6 url(../img/bg.jpg) no-repeat center top;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: Arial, Verdana, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Osaka, sans-serif;
	/* font:13px "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif; */
	/*font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: Arial, Helvetica, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
	/*font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-size: 87%;
	line-height: 1.65;
	color: #222222;
}
#wrapper {
	position: relative;
	width: 960px;
	background-color: #FFF;
	margin: 0 auto;
}
#wrapperInr {
	/*border: #FFF solid 5px;*/
	background: #FFF url(../img/bg_wrap.jpg) repeat-y center top;
	border-bottom: #FFF solid 1px;
	/* box-shadow */
	box-shadow: 0px 0px 7px 1px rgba(170,170,170,0.36);
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}


/*---------------------------------------------------------------*/
#side-nav {
	width: 230px;
	min-height: 810px;
	background: url(../img/bg_nav.jpg) no-repeat left top;
	float: left;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 25px 0 18px;
}
#side-nav .nav-banner p {
	line-height: 100%;
	margin-bottom: 19px;
}
#side-nav .nav-banner p a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*---------------------------------------------------------------*/
#main {
	width: 730px;
	float: right;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	width: 100%;
	height: 110px;
	background: url(../img/header.jpg) no-repeat center top;
/* box-shadow */
/*box-shadow:0px 6px 8px -2px rgba(72,0,33,0.25);*/
	margin-bottom: 26px;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 100px;
	display: block;
	outline: none;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
}
#footerInr {
	width: 960px;
	/*height: 110px;*/
	/*background: url(../img/footer.jpg) no-repeat center top;*/
	margin: 0 auto 0;
	padding: 7px 10px 42px;
}
#footer p {
	font-size: 72%;
	color: #666666;
	text-align: right;
	letter-spacing: 0.01em;
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 60px;
	padding: 0;
}
.pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topPic {
	position: absolute;
	top: 0;
	right: 0;
	width: 416px;
	height: 548px;
	margin-top: -136px;
	margin-right: -66px;
}
#topBG {
	background: #390019 url(../img/top_main_bg.jpg) no-repeat center top;
}
#topMain {
	height: 428px;
	/*background: url(../img/top_main.jpg) no-repeat center top;*/
	/*position: relative;*/
}
#topMain p {
	display: none;
}

/*---topSub---*/
#topSub {
}

/*---お知らせ---*/
#top-news {
	width: 690px;
	height: 167px;
	/*height: 220px;*/
	background: url(../img/top_news_bg.png) no-repeat;
	margin: 0 auto 10px;
	padding-top: 53px;
}
#top-news #top-newsInr {
	height: 120px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 0 55px 0 168px;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-news h2 {
	display: none;
	/*float: left;*/
	/*margin-top: 40px;
	margin-left: 5px;*/
}
#top-news dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#top-news dl dt, 
#top-news dl dd {
	display: block;
	font-size: 93%;
	line-height: 130%;
	font-weight: normal;
	color: #333;
	margin-bottom: 0.6em;
	padding: 0.15em;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 17%;
	font-weight: bold;
	text-align: center;
	background-color: #DDC99A;
	/*background-image: url(../img/icon_news.jpg);
	background-repeat: no-repeat;
	background-position: left center;*/
	/*padding-left: 15px;*/
	margin-right: 15px;
}
#top-news dl dd {
	float: left;
	width: 74.5%;
	padding-right: 10px;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 0 0 20px;
	padding-bottom: 36px;
}
#jimu .jimuBox {
	float: left;
	margin-left: 49px;
}
#jimu h2 {
	height: 26px;
}
#jimu dl {
	margin: 10px 0;
}
#jimu dl dt, 
#jimu dl dd {
		font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #FFF;
	line-height: 145%;
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-size: 90%;
	margin-bottom: 0.4em;
}
#jimu dl dd {
	font-size: 86%;
}
#jimu a {
	color: #FFF;
}
#jimu a:hover {
	text-decoration: none;
}

/*---banner---*/
.area-banner {
	text-align: center;
	margin: 20px;
}
.area-banner img {
	border: #FFF solid 1px;
}

/*---演題期間---*/
.top-kikan {
	color: #00A1E9;
	font-size: 155%;
	font-weight: bold;
	text-align: center;
	/*background: #F7FDFF;*/
	border: 3px solid #84C03C;
	margin: 5px 0;
	padding: 1em;
}
/*---演題期間beta---*/
.top-kikan-s {
	color: #FFF;
	font-size: 155%;
	font-weight: bold;
	text-align: center;
	background: #00A1E9;
	border: #00A1E9 solid 3px;
	margin: 5px 0;
	padding: 0.75em;
}
/*---演題期間3---*/
.top-kikan-3 {
	font-size: 155%;
	font-weight: bold;
	text-align: center;
	background: #83B14C;
	border: 2px solid #8EC64B;
	margin: 5px 0;
	padding: 0.82em;
}
/*---演題期間4---*/
.top-kikan-4 {
	color: #FFF;
	font-size: 155%;
	font-weight: bold;
	text-align: center;
	background: #77AD36;
	border: 3px solid #6EA132;
	margin: 5px 0;
	padding: 0.7em;
}
.top-kikan-6 {
	font-size: 155%;
	font-weight: bold;
	text-align: center;
	background: #F0F5E1;
	border: 2px solid #BED17A;
	margin: 5px 0;
	padding: 0.76em;
}
/**/
#topSub .areaChui {
	margin: 30px 30px 0;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	min-height: 700px;
	height: auto !important; /* for IE6 */
	height: 700px; /* for IE6 */
}
.pageInr {
	width: 614px;
	margin: 6px auto 0;
	padding-bottom: 60px;
}
h3 {
		font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140%;
	text-align: left;
	letter-spacing: 1px;
	background: url(../img/h3_bg.jpg) repeat-y left top;
	margin: 3em -18px 0.8em;
	position: relative; /* for IE6 */
	padding: 0.25em 0.7em;
}
h4 {
		font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #333333;
	font-size: 122%;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	letter-spacing: 0.05em;
	/*border-top: #B59155 solid 1px;*/
	background: 
		url(../img/h4_bg_2.jpg) no-repeat left top,
		url(../img/h4_bg.jpg) no-repeat left bottom,
		url(../img/h4_icon.jpg) no-repeat 5px center;
	margin: 2em -4px 0.8em;
	position: relative; /* for IE6 */
	zoom: 1;
	padding: 0.35em 25px 0.4em;
}
/*h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 3px;
	width: 16px;
	height: 14px;
	background: url(" ../img/h4_icon.jpg") top left no-repeat;
	background-size: 16px 14px;
	margin-top: -9px;
}*/
h5 {
	font-size: 108%;
	color: #D90000;
	font-weight: bold;
	text-align: left;
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	padding-left: 15px;
}
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	margin: 1em 0 0.3em;
}
.title7 {
	color: #D90000;
	/*color: #104EBA;*/
	font-size: 118%;
	font-weight: bold;
	margin-top: 30px;
}
.areaInt .title7 {
	margin-left: -20px;
}
