div#branding {
	clear: both;
	height: 262px;
	background-repeat: no-repeat, repeat-x;
	background-position: top, center;
}
div.about  { background-image: url('./common/images/branding_about.jpg') ,url('./common/images/branding_about_bg.jpg'); }
div.effort { background-image: url('./common/images/branding_effort.jpg'),url('./common/images/branding_effort_bg.jpg'); }
div.child  { background-image: url('./common/images/branding_child.jpg') ,url('./common/images/branding_child_bg.jpg'); }
div.member { background-image: url('./common/images/branding_member.jpg'),url('./common/images/branding_member_bg.jpg'); }
div.topics { background-image: url('./common/images/branding_topics.jpg'),url('./common/images/branding_topics_bg.jpg'); }

div#branding p {
	margin: 0 auto;
	width: 980px;
	font-size: 48px;
	line-height: 257px;
	font-weight: bold;
}
h3.sidenav {
	margin-bottom: 0;
}
h3.sidenav span {
	font-size: 18px;
	border-color: #85DADF;
}
div#side-block h3 {
	font-size: 18px;
}
div#side-block nav {
	margin-bottom: 30px;
}
div#side-block nav ul li {
	padding: 2px 0;
	border-bottom: 1px solid #C2C2C2;
}
div#side-block nav ul li a {
	display: block;
	padding: 15px 20px 15px 10px;
	width: 190px;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #F7F7F7 url('./common/images/side_link_arrow.png') no-repeat right 10px center;
}
div#side-block nav ul li a:hover {
	background-color: #E7F8F9;
}
div#side-block ul#topics-recent li {
	padding: 14px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #C2C2C2;
}
div#side-block ul#topics-archive {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
}

h3 {
	clear: both;
	font-size: 24px;
	font-weight: bold;
	line-height: 55px;
	background: url('./common/images/page_h3_head.png') no-repeat top left;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C2C2C2;
}
h4 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	background: url('./common/images/page_h4_head.png') no-repeat top left;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C2C2C2;
}
h5 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	background: url('./common/images/page_h5_head.png') no-repeat top left;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C2C2C2;
}
h6 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background: url('./common/images/page_h6_head.png') no-repeat top 2px left;
	padding-left: 20px;
	padding-bottom: 5px;
}
section {
	margin-bottom: 40px;
}

div#contents-block a { text-decoration: none; }
div#contents-block a:hover { text-decoration: underline; }

div#contents-block ul {
	margin-bottom: 10px;
}
div#contents-block ul li {
	list-style: none;
	padding-left: 15px;
	margin-right: 30px;
	font-size:14px;
	line-height: 24px;
	background: url('./common/images/listhead.png') no-repeat left top 5px;
}
div#contents-block ol {
	margin-left: 2em;
	line-height: 24px;
}

div#contents-block ul#topics-list {
	width: 100%;
	border-bottom: 1px solid #c2c2c2;
}
div#contents-block ul#topics-list li {
	height: 190px;
	clear: both;
	padding-top: 20px;
	padding-left: 0;
	margin-right: 0;
	background: none;
	border-top: 1px solid #c2c2c2;
}
div#contents-block ul#topics-list li:first-child {
	padding-top: 0;
	border-top: none;
}
div#contents-block ul#topics-list li p.topics-list-content {
	margin-top: 30px;
}
div#contents-block a.topics-title {
	font-size: 24px;
	line-height: 34px;
	text-decoration: underline;
}
div#contents-block a.topics-title:hover {
	text-decoration: none;
}
div#contents-block ul#topics-list img {
	margin-right: 20px;
	margin-bottom: 20px;
	border: 5px solid #85DADF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div#contents-block ul#topics-list img:hover {
	opacity: 0.7;
}
div#contents-block table td,
div#contents-block table th {
	text-align: left;
	padding: 10px;
	border: 1px solid #c2c2c2;
}
div#contents-block table th {
	vertical-align: middle;
	background-color: #D7F3F4;
}


section.photo ul li {
	float: left;
}
section.photo ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
ul.breadclumb {
	margin: 9px auto;
	width: 980px;
}
ul.breadclumb li {
	float: left;
	list-style: none;
	padding-right: 15px;
	font-size: 14px;
	margin-bottom: 40px;
}
ul.breadclumb li a { text-decoration: none; }
ul.breadclumb li a:hover { text-decoration: underline; }
ul.breadclumb li:before { content:">　" }
ul.breadclumb li:first-child:before { content:"" }
div.photo {
	line-height: 0;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
section.photo img {
	margin-right: 5px;
	margin-bottom: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
section p {
	margin-bottom: 10px;
}
section.politics div {
	padding: 5px 2px;
	float: left;
	text-align: center;
}
section.politics div img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.wp-pagenavi {
	clear: both;
	font-size: 18px;
	color: #85DADF;
}
div.wp-pagenavi .pages {
	display: none;
}
div.wp-pagenavi a {
	margin-left: 5px;
	float: left;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 2px solid #85DADF;;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #85DADF;
	text-decoration: none;
}
div.wp-pagenavi a:hover {
	text-decoration: none;
	color: white;
	background-color: #85DADF;
}
div.wp-pagenavi span.current {
	margin-left: 5px;
	float: left;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 2px solid #85DADF;;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: white;
	background-color: #85DADF;
}

div.wp-pagenavi a.previouspostslink {
	margin-right: 20px;
}
div.wp-pagenavi a.nextpostslink {
	margin-left: 20px;
}
