h1 {
	width: 210px;
	height: 127px;
	margin: 0 auto 30px;
	background-image: url("../images/title1.png");
}

#contents-body h2 {
	width: 680px;
	height: 59px;
	margin-bottom: 37px;
}
#contents-body h3 {
	width: 200px;
	height: 20px;
	margin: 0 0 12px 5px;
}

/*支部*/
#branch h2 {background-image: url("../images/title2.png");}
#branch h3 {background-image: url("../images/cap1.png");}
#branch .link {
	right: 12px;
	top: 12px;
}
#branch nav li {
	float: left;
	width: 54px;
	height: 40px;
	margin-left: 2px;
	list-style-type: none;
	background-position: 0 0;
	cursor: pointer;
}
#branch nav li#tab12 {width: 64px;}
#branch nav li:first-child {margin: 0;}
#tab1 {background-image: url("../images/tabMenu1.png");}
#tab2 {background-image: url("../images/tabMenu2.png");}
#tab3 {background-image: url("../images/tabMenu3.png");}
#tab4 {background-image: url("../images/tabMenu4.png");}
#tab5 {background-image: url("../images/tabMenu5.png");}
#tab6 {background-image: url("../images/tabMenu6.png");}
#tab7 {background-image: url("../images/tabMenu7.png");}
#tab8 {background-image: url("../images/tabMenu8.png");}
#tab9 {background-image: url("../images/tabMenu9.png");}
#tab10 {background-image: url("../images/tabMenu10.png");}
#tab11 {background-image: url("../images/tabMenu11.png");}
#tab12 {background-image: url("../images/tabMenu12.png");}
#branch nav li._on,
#branch nav li:hover {background-position: 0 -40px;}


#branch #_body {
	position: relative;
	left: 0;
	top: 0;
}
#branch #_body h4 {
	height: 50px;
	margin: 2px 0;
	background-color: #ebfae3;
	background-repeat: no-repeat;
	background-position: center top;
}
#branch #_body h4#branch1 {background-image: url("../images/title_branch1.png");}
#branch #_body h4#branch2 {background-image: url("../images/title_branch2.png");}
#branch #_body h4#branch3 {background-image: url("../images/title_branch3.png");}
#branch #_body h4#branch4 {background-image: url("../images/title_branch4.png");}
#branch #_body h4#branch5 {background-image: url("../images/title_branch5.png");}
#branch #_body h4#branch6 {background-image: url("../images/title_branch6.png");}
#branch #_body h4#branch7 {background-image: url("../images/title_branch7.png");}
#branch #_body h4#branch8 {background-image: url("../images/title_branch8.png");}
#branch #_body h4#branch9 {background-image: url("../images/title_branch9.png");}
#branch #_body h4#branch10 {background-image: url("../images/title_branch10.png");}
#branch #_body h4#branch11 {background-image: url("../images/title_branch11.png");}
#branch #_body h4#branch12 {background-image: url("../images/title_branch12.png");}

#branch #link_old {
	margin-top: 10px;
	font-size: 13px;
	text-align: right;
}
#branch #link_old a {color: #0071BC;}
#branch #link_old img {margin-right: 4px;}
#branch #link_old span img {
	position: relative;
	left: 0;
	top: 2px;
	margin: 0 0 0 2px;
}

/*都大会*/
#totaikai {margin: 100px auto 30px;}
#totaikai h2 {background-image: url("../images/title3.png");}
#totaikai .link {top: 0;}

#totaikai #news {
	margin-bottom: 40px;
}
.totaikai_news h2 {background-image: url("../images/title4.png");}
.totaikai_news#contents-body  h3 {
	width: auto;
	height: auto;
	margin: 0 0 12px 0;
}
#cap_sche {background-image: url("../images/cap2.png");}
#main.contents .pageChangeArea {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

#news_list {
	width: 680px;
	margin: 0 auto;
	border-top: solid 1px #489e27;
}
#news_list li.clearfix {
	padding: 20px 5px;
	list-style-type: none;
	border-bottom: solid 1px #489e27;
}

#news_list li .date {
	float: left;
	width: 100px;
	font-size: 13px;
	color: #4d4d4d;
}
#news_list li .news_body {
	float: right;
	width: 530px;
	padding-top: 3px;
}
#news_list li .news_body h3 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #489e27;
	line-height: 1.4em;
}
#news_list li .news_body p,
#news_list li .news_body li {
	font-size: 13px;
	color: #333333;
}

#news_list li .news_body p.news_list-link {
	margin-top: 20px;
	text-align: right;
	font-size: 12px;
}
#news_list li .news_body p.news_list-link a {color: #0071BC;}
#news_list li .news_body p.news_list-link img {margin: -1px 3px;}
#news_list li.clearfix ul {
	margin: 5px 0;
	padding-left: 20px;
}

/* 関東大会2019 */
#link_kanto2019 {
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	transition: opacity .15s linear;
	-webkit-transition: opacity .15s linear;
}

#link_kanto2019:hover {
	opacity: .7;
}

#link_kanto2019 a {
	display: block;
	width: 100%;
	height: 100%;
}
#link_kanto2019 img {
	width: 100%;
	height: auto;
}