@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* ---------- 全体 ------------------------------------------- */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	line-height: 1.5;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	margin-top: 24px;
}

#menu {
	width: 160px;
}

#contents {
	width: 574px;
	float: right;
}

#top_contents {
	margin-left: 20px;
	width: 760px;
}
#contents-foot {
	clear: both;
	background-color: #FFFFFF;
}
/* ---------- 全体 ------------------------------------------- */

/* ---------- header ----------------------------------------- */
#header h1 {
}

#header h1 img {
	margin-left: 22px;
}

#header .to_top {
	float: right;
	width: 33px;
	margin-right: 10px;
}
/* ---------- header ----------------------------------------- */

/* ---------- navi ------------------------------------------- */
#navi {
	clear: left;
	text-align: right;
	font-size: 10px;
	padding: 2px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#navi a {
	color: #333333;
}

#path {
	margin-top: 15px;
	margin-bottom: 33px;
}

.path {
	font-size: 10px;
	background-color: #666666;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-right: 5px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.path a {
	color: #FFFFFF;
	text-decoration: none;	
}

h2.head {
	text-align: right;
	margin-bottom: 32px;
}
/* ---------- navi ------------------------------------------- */

/* ---------- contents --------------------------------------- */

#contents p {
	font-size: 12px;
	margin-bottom: 2em;
	margin-right: 10px;
	color: #333333;
}

#contents p.relationship {
	margin-bottom: 3px;
}

#contents ul.relationship {
	margin-top: 0px;
	margin-bottom: 2em;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	margin-left: 18px;
}

#contents ul.relationship li {
	margin-bottom: 3px;
}

/* ---------- contents --------------------------------------- */

/* ---------- menu ------------------------------------------- */

#menu ul.current {
	list-style-type: none;
}
#menu ul.current li {
	margin-bottom: 14px;
}

#menu ul.other {
	list-style-type: none;
}
#menu ul.other li {
	margin: 0px;
	padding: 0px;
	line-height: 0;
}

/* ---------- menu ------------------------------------------- */

/* ---------- foot ------------------------------------------- */

#foot {
	font-size: 10px;
	background-color: #666666;
	color: #FFFFFF;
	text-align: right;
	padding: 1px;
}

/* ---------- foot ------------------------------------------- */

/* ---------- top-contents ----------------------------------- */

#top_contents h3 {
	font-size: 12px;
	margin-bottom: 0.5em;
	color: #333333;
}

#top_contents h4 {
	font-size: 12px;
	margin-bottom: 0.5em;
	color: #333333;
}

#top_contents p {
	font-size: 12px;
	margin-bottom: 0.5em;
	color: #333333;
}

#top_contents .section {
	margin-bottom: 2em;
}

#top_contents .pdf {
	float: right;
	margin-top: 10px;
}

#top_contents ul {
	margin-top: 0px;
	margin-bottom: 2em;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	margin-left: 18px;
}

#top_contents ul li {
	margin-bottom: 3px;
}

/* ---------- top-contents ----------------------------------- */


