/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 2em;
  color: #000000;
  font-size: 13px;
  background: #CD9B00;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #0079B8;
  text-decoration: none;
}

.bl {
  text-align: left;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  border: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

/********** body ********* */
body {
  font-family:"Lucida Grande", Tahoma, Verdana, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
}

/********** wrapper ********* */
#wrapper, .wrapper {
  width: 960px;
  margin: 0 auto; }

/********** header ********* */
.header_img {
  width: 1035px;
  margin: 0 auto;
  background: url(../images/header.png) no-repeat;
}
header {
  width: 1035px;
  height: 150px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}
header h1 {
  width: 1008px;
  height: 105px;
  margin: auto;
  background: url(../images/header_title.png) no-repeat;
}
header a.sitemap {
  position: absolute;
  top: 5px;
  right: 30px;
  display: block;
  width: 103px;
  height: 29px;
  background: url(../images/sitemap.png) no-repeat;
}
/* ******** main ********* */
main {
  width: 920px;
  margin: 0px auto 15px auto;
  display: block;
  background: #fff;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 3px 20px #555;
  padding: 20px 20px 50px 20px;
  overflow: hidden;
}

/* ******** aside ******** */
aside {
  width: 200px;
  float: left;
  padding-bottom: 99999px;
  margin-bottom: -99999px;
}
aside nav ul {
  margin-bottom: 20px;
}
aside nav ul li {
  background: url(../images/navi.png) no-repeat;
  width: 200px;
  height: 42px;
}
aside nav ul li a {
  display: block;
  width: 200px;
  height: 100%;
}
aside nav ul li:hover {
  background: url(../images/navi_hover.png) no-repeat;
}
aside nav ul li:first-child {
  height: 43px;
}
aside nav ul li:nth-child(2) {
  background-position: 0 -43px;
}
aside nav ul li:nth-child(3) {
  background-position: 0 -85px;
}
aside nav ul li:nth-child(4) {
  background-position: 0 -127px;
}
aside nav ul li:nth-child(5) {
  background-position: 0 -169px;
  height: 44px;
}
aside ul.bnr li {
  width: 200px;
  height: 47px;
  margin-bottom: 5px;
}
aside ul.bnr li a {
  display: block;
  width: 200px;
  height: 47px;
}
aside ul.bnr li:first-child {
  background: url(../images/banner1.png) no-repeat;
}
aside ul.bnr li:nth-child(2) {
  background: url(../images/banner2.png) no-repeat;
}
aside ul.bnr li:nth-child(3) {
  background: url(../images/banner3.png) no-repeat;
}
aside ul.bnr li:nth-child(4) {
  background: url(../images/banner4.png) no-repeat;
}
aside ul.bnr li:nth-child(5) {
  background: url(../images/banner5.png) no-repeat;
}
/* ******** article ********* */
article {
  width: 700px;
  padding-left: 220px;
}
article #breadcrumb {
  margin-top: -10px;
}
article #breadcrumb ul li {
  display: inline-block;
}
article #breadcrumb ul li:before {
  content: ">";
  padding-right: 5px; 
}
article #breadcrumb ul li:first-child:before {
  content: "";
}
article section h2 {
  background: url(../images/h2.png) no-repeat;
  width: 700px;
  height: 34px;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  padding-left: 10px;
  margin-bottom: 15px;
}
article section h2 a.archive {
  font-size: 13px;
  color: #fff;
  float: right;
  margin-right: 20px;
  padding-left: 15px;
  background: url(../images/archive.png) no-repeat left center;
}
article section h3 {
  color: #C7940C;
  border-bottom: 3px solid #C7940C;
  font-size: 19px;
  margin-bottom: 10px;
}
article section h4 {
  font-size: 15px; 
  font-weight: bold;
  border-left: 8px solid #EDAB00;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  margin-bottom: 5px;
}
article p {
  margin-bottom: 20px;
}
article p img.right {
  float: right;
  margin: 0 0 20px 20px;
}
article dl.topics dt {
  color: #003366;
  padding-left: 20px;
  font-weight: bold;
  background: url(../images/topics_arrow.png) no-repeat 5px center;
}
article dl.topics dd {
  padding: 0 0 5px 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dddddd;
  color: #0079B8;
}
article table.organization {
  margin-bottom: 20px;
  width: 700px;
}
article table.organization tr td {
  padding: 5px;
  border-bottom: 1px solid #eee;
}
article .organization tr td:first-child {
  width: 75px;
}
article .organization tr td:nth-child(2) {
  width: 130px;
}
article .organization tr td:nth-child(3) {
  width: 120px;
}
article .organization tr td:nth-child(4) {
  width: 92px;
}
article section ul {
  margin-bottom: 20px;
  padding-left: 10px;
}
article section ul li {
  margin-bottom: 10px;
}
article section p+ol {
	position: relative;
	top: -10px;
	min-height: 20px;
	list-style: decimal-leading-zero;
	padding-left: 25px;
}
/********** footer ********* */
footer nav ul {
  text-align: center;
  margin-bottom: 10px;
}
footer nav ul li {
  display: inline-block;
  border-left: 1px solid #fff;
  height: 15px; 
  line-height: 15px;
  padding: 0 15px;
}
footer nav ul li:last-child {
  border-right: 1px solid #fff;
}
footer nav ul li a{
  color: #fff;
}
footer p.copyright {
  text-align: center;
  color: #fff;
}.2018年10月より、「社会的平等についての各界リーダー意見アンケート」を実施しております。調査は、あくまで学術的見地から行うものであり、個人情報を収集するためのものではありません。何卒ご協力くださいますよう、お願い申し上げます。 
{
}
.dd {
}
