@charset "utf-8";

/*===================================================================
	base
===================================================================*/
html{
	height:100%;
	overflow-y:scroll;
}
body{
	background:#0c3285 url(../img/bg.jpg) no-repeat bottom center fixed;
	color:#444;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:82%;
	height:100%;
	line-height:1.3;
	margin:0;
	text-align:center;
}
h1, h2, h3, h4,
select,
input,
textarea{
	font-family:inherit;
	font-size:1em;
	line-height:1.1;
}
h3{
	margin:2em 0 0;
}
h4{
	margin:1em 0 0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
p,
li,
th,
td{
	line-height:1.5;
}
a{
	color:#444;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
img{
	border:none;
	vertical-align:top;
}
.a-hover a:hover{
	opacity:0;
	-moz-transition: opacity 0.12s linear;
	-webkit-transition: opacity 0.12s linear;
	transition: opacity 0.12s linear;
}
#upper{
	min-height:100%;
	margin-bottom:-40px;
}
#header,
#contents{
	margin:auto;
	text-align:left;
	width:992px;
}
#contents{
	padding-bottom:55px;
}
#footer{
	background:#e9e9e9;
	height:40px;
	width:100%;
}

/*===================================================================
	header
===================================================================*/
#header{
	background:url(../img/bg-header.png) no-repeat center bottom;
	margin-bottom:6px;
	padding-bottom:6px;
}
#header div{/*logo*/
	padding:16px 24px 12px;
}
#header ul{/*nav*/
	background:url(../img/bg-btns.gif) no-repeat 21px 0;
	height:42px;
	list-style:none;
	margin:0;
	padding:0 0 15px 21px;
}
#header li{
	float:left;
}
#header li a,
#header li span{
	display:block;
}
#header li span{
	visibility:hidden;
}
#header h1{
	margin:0;
	padding:0 0 15px 21px;
}

/*===================================================================
	main visual / pankuzu
===================================================================*/
#pankuzu{
	margin:0 auto 2px;
	text-align:left;
	width:950px;
}
#pankuzu span{
	font-weight:bold;
}

/*===================================================================
	contents
===================================================================*/
#contents .header,
#contents .inner,
#contents .footer{
	padding:1px 50px;
}
#contents .header{
	background:url(../img/bg-contents-top.png) no-repeat;
	padding-top:30px;
}
#contents .inner{
	background:url(../img/bg-contents-middle.png) repeat-y;
	padding-top:6px;
}
#contents .inner:after{
	clear:both;
	content:"";
	display:block;
}
#contents .footer{
	background:url(../img/bg-contents-bottom.png) no-repeat left bottom;
	padding-bottom:30px;
}
#contents h1,
#contents h2{
	border-bottom:2px solid #1c3395;
	margin:0;
	padding:12px;
}
#contents h3,
#contents h4,
#contents p{
	padding:0 12px;
}
#contents p:first-child{
	margin-top:20px;
}
#contents :last-child{
	margin-bottom:0;
	/*color: #FFFFFF;*/
}
#contents .nponame{
	padding-right:12px;
	text-align:right;
}

/* index.html
------------------------------------------ */
#contents .btns{
	height:320px;
	list-style:none;
	margin:6px 0 0;
	padding:0 0 15px;
}
#contents .btns li{
	background:url(../img/top-bg-btn1.png) no-repeat;
	float:left;
	height:150px;
	padding:6px;
	width:479px;
}
#contents .btns .btn2{
	background-image:url(../img/top-bg-btn2.png);
	float:right;
}
#contents .btns .btn3{
	background:url(../img/top-bg-btn2.png) no-repeat;
	float:left;
	height:150px;
	padding:6px;
	width:479px;
}

#contents .btns .btn4{
	background:url(../img/top-bg-btn4.png) no-repeat;
	float:left;
	height:150px;
	padding:6px;
	width:479px;
}

#contents .btns .btn5{
	background:url(../img/top-bg-btn5.png) no-repeat;
	float:left;
	height:150px;
	padding:6px;
	width:479px;
}
.lead{
	margin:6px auto;
	text-align:center;
}

/* directors.html
------------------------------------------ */
#directors #contents .inner{
	padding-top:20px;
}
#directors .chairman,
#directors .directors{
	width:92%;
}
#directors .chairman{
	float:left;
	padding-left:50px;
}
#directors .chairman:after{
	clear:both;
	content:"";
	display:block;
}
#directors .chairman div{
	box-shadow:1px 1px 2px #ccc;
	float:left;
	width:90px;
}
#directors .chairman p{
	margin:0 0 0 100px;
	padding:0;
}
#directors .chairman p span{
	display:block;
	color: #000;
}
#directors .chairman p.name,
#directors .directors li{
	font-size:110%;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
#directors .chairman p.name{
	/*margin-top:1em;*/
}
#directors .chairman p.title{
	border-top:1px solid #999;
	padding-top:0.5em;
	color: #000;
}
#directors .directors{
	float:right;
	padding-right:50px;
}
#directors .directors ul{
	list-style:none;
	margin:0;
	padding:0;
}
#directors .directors li{
	margin:1em 0;
}
#directors .directors li span{
	margin-right:10px;
	color: #000;
}
/* purpose.html
------------------------------------------ */
#purpose #contents ol{
	list-style:none;
	margin:1em 0;
	padding-left:40px;
}
#purpose #contents p.date{
	margin-top:2em;
}
/* personal.html
------------------------------------------ */
#personal #contents table{
	margin:6px auto 0;
	width:90%;
}
#personal #contents th,
#personal #contents td{
	border:1px solid #bbb;
	padding:5px;
	vertical-align:top;
}
#personal #contents th{
	background:#e9e9e9;
	font-weight:normal;
}
/* event.html
------------------------------------------ */
#event #contents ol{
	list-style:none;
	margin:1em 0;
	padding-left:40px;
}
#event #contents .event{
	margin-top:0;
	
	
}
#event #contents a{
	margin-top:0;
}


/*===================================================================
	footer
===================================================================*/
#footer .inner{
	margin:auto;
	padding:10px 0;
	text-align:left;
	width:980px;
}
#footer .inner .copyright{
	float:right;
}
#fonts {
	font-size: 14px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	color: #FFF;
}
