/* 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: #fff;
	font-size: 13px;
	background-color: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 690px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
}
th {
	width: 25%;
	text-align: left;
	font-weight: normal;
}
td {
	width: 75%;
	text-align: left;
	font-weight: normal;
}
em {
	font-style: italic;
}
a {
	color: #00758B;
	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:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/********** wrapper ********* */
#wrapper, .wrapper {
	width: 1230px;
	margin: 0 auto;
}
/********** header ********* */
header {
	width: 1230px;
	height: 385px;
	margin: 0 auto 30px;
	background:url(../images/head_main.png) no-repeat top;
}
header #head {
	width: 960px;
	height: 325px;
	margin: 0 auto;
	position: relative;
}
header #head h1 {
	width: 574px;
	height: 139px;
	position: absolute;
	top: 154px;
	left: 0;
}
header #head h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
header #head ul.info {
	line-height: 1em;
	position: absolute;
	right: -5px;
	top: 295px;
}
header #head ul.info li {
	display: inline-block;
}
header #head ul.info li.sitemap {
	width: 112px;
	height: 23px;
}
header #head ul.info li.en {
	width: 84px;
	height: 23px;
}
header #head ul.info li a {
	display: block;
	width: 100%;
	height: 100%;
}
header nav {
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
header nav ul {
	font-size: 0;
}
header nav ul li {
	display: inline-block;
	width: 137px;
	height: 60px;
	background: url(../images/navi.png) no-repeat;
}
header nav ul li:hover {
	background: url(../images/navi_hover.png) no-repeat;
}
header nav ul li:first-child {
	background-position: 0 0;
}
header nav ul li:nth-child(2) {
	background-position: -137px 0;
}
header nav ul li:nth-child(3) {
	background-position: -274px 0;
}
header nav ul li:nth-child(4) {
	background-position: -411px 0;
}
header nav ul li:nth-child(5) {
	background-position: -548px 0;
}
header nav ul li:nth-child(6) {
	background-position: -685px 0;
}
header nav ul li:nth-child(7) {
	width: 138px;
	background-position: -822px 0;
}
header nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* ******** content ******** */
#content {
	width: 960px;
	margin: 0 auto;
}

#content .itl {
	font-style : italic;
}
/* ******** aside ******** */
aside {
	width: 200px;
	float: right;
}
aside ul li {
	text-align: center;
}
aside ul li {
	width: 200px;
	height: 55px;
	margin-bottom: 5px;
}
/* ******** main ********* */
main {
	display: block;
	width: 730px;
	float: left;
}
main article section {
	margin: 0 0 30px;
	padding: 0 19px 19px;
	background: #0B0076;
	border-left: 1px solid #0635C0;
	border-right: 1px solid #0635C0;
	border-bottom: 1px solid #0635C0;
}
main article section.outline {
	height: 230px;
	background:url(../images/outline.png) no-repeat right 40px;
}

/********** sub ********* */
.sub header {
	height: 285px;
	background:url(../images/head_sub.png) no-repeat top;
}
.sub header #head {
	height: 225px;
}
.sub header #head h1 {
    height: 108px;
    top: 86px;
}
.sub header #head ul.info {
	top: 194px;
}
/********** article ********* */
article #breadcrumb {
	position: relative;
	top: -15px;
}
article #breadcrumb ul li {
	display: inline-block;
}
article #breadcrumb ul li:before {
	content: ">";
}
article #breadcrumb ul li:first-child:before {
	content: "";
}
article ul.publications li {
	margin-bottom: 30px;
}
article h2 {
	width: 730px;
	height: 40px;
	background: url(../images/h2_bg.png) no-repeat;
	color: #fff;
	line-height: 40px;
	margin: 0 0 0 -20px;
	padding: 0 0 20px 15px;
	font-size: 18px;
	position: relative;
}
article h2 a.archive {
	width: 85px;
	height: 15px;
	background: url(../images/archive.png) no-repeat left center;
	position: absolute;
	top: 12px;
	right: 30px;
}

article h3 {
	color: #0A0CB3;
	background: #BFDFFF;
	font-size: 18px;
	line-height: 2em;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
article h4 {
	border-left: 8px solid #38E5DF;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
}
article p {
	margin-bottom: 30px;
}
article p.underline {
	margin-bottom: 0px;
	text-decoration: underline;
}
article section.outline p {
	padding: 0 375px 0 0;
}
article p img.right {
	float: right;
	margin: 0 0 10px 30px;
}

article dl.news dt {
	font-weight: bold;
}
article dl.news dd {
	color: #38E5DF;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #0635C0;
}
article span.underline {
	text-decoration: underline;
}
article strong {
	font-weight: bold;
}
article img.sub {
	display: block;
  width: 640px;
  height: auto;
	margin: 0 auto 30px;
}
/********** footer ********* */
footer {
	background: url(../images/foot_line.png) no-repeat top;
	padding-top: 20px;
	color: #fff;
	text-align: center;
}
footer nav ul {
	margin-bottom: 50px;
}
footer nav ul li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #fff;
	height: 15px;
	line-height: 15px;
}
footer nav ul li:last-child {
	border-right: 1px solid #fff;
}
footer nav ul li a {
	color: #fff;
}
footer p.copyright {
	padding-bottom: 15px;
}
