/*==========================================================================================
  Site: 
  Date: 2013-05-14(+09:00)
  Maintained: ad
==========================================================================================*/
#test { background: #010101; }

/*==========================================================================================

	site

==========================================================================================*/
html { height: 100%; }

body {
	background: #ebebeb;
	color: black;
	line-height: 1.8;
}

a:link {
	color: #023f62;
	text-decoration: none;
}

a:visited {
	color: #023f62;
	text-decoration: none;
}

a:hover {
	color: #023f62;
	text-decoration: underline;
}

a:active {
	color: #023f62;
	text-decoration: none;
}

a:focus { text-decoration: none; }

#globalHeader {
	position: relative;
	width: 100%;
	border-top: 5px solid #131444;
}

.topPage #globalHeader {
	height: 508px;
	background: url(../img/bg_header.png) repeat-x left center;
}

.subPage #globalHeader {
	height: 275px;
	background: url(../img/bg_header_sub.png) repeat-x left center;
}

#naviBg {
	display: none;
	position: absolute;
	top: 102px;
	left: 0;
	width: 100%;
	height: 42px;
	background: url(../img/bg_gnavi.png) repeat-x left top;
}

#globalHeaderIn {
	margin: 0 auto;
	width: 950px;
}

#contents { width: 100%; }

#contentsIn {
	margin: 0 auto 105px;
	padding: 60px 0;
	width: 948px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	background: #f3f3f3;
}

#contentsIn p { font-size: 108%; }

#globalFooter {
	width: 100%;
	border-top: 1px solid #cacaca;
	background: #dadada url(../img/bg_footer.png) repeat-x left bottom;
}

#globalFooterIn {
	position: relative;
	margin: 0 auto;
	padding: 15px 30px 0;
	width: 890px;
}

.skipNav {
	position: absolute;
	left: -999px;
	width: 999px;
}

.errorALL {
	padding: 5px 0;
	background: #ff7400;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 116%;
}

/*==========================================================================================

	common

==========================================================================================*/
.boxL { float: left; }

.boxR { float: right; }

.mt40 { margin-top: 35px; }

.mb15 { margin-bottom: 15px; }

.attention {
	color: #023756;
	font-size: 93%;
	font-weight: bold;
}

.btnDetail a {
	display: block;
	overflow: hidden;
	width: 101px;
	height: 31px;
	background-image: url('../img/sprite_btn-sa1857b41c3.png');
	background-position: 0 0;
	text-indent: -999999px;
}

.btnDetail a:hover { background-position: 0 -31px; }

.btnAll a {
	display: block;
	overflow: hidden;
	width: 101px;
	height: 31px;
	background-image: url('../img/sprite_btn-sa1857b41c3.png');
	background-position: 0 -62px;
	text-indent: -999999px;
}

.btnAll a:hover { background-position: 0 -93px; }

.btnHead { position: relative; }
.btnHead .btnDetail ,
.btnHead .btnAll {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* news */
#news .artCont .list { padding: 0 15px; }
#news .artCont .mt5 { margin-top: 5px; }
#news .artCont .mt10 { margin-top: 10px; }
#news .artCont .mt15 { margin-top: 15px; }
#news .artCont .mt20 { margin-top: 20px; }
#news .artCont .mr5 { margin-right: 5px; }
#news .artCont .mr10 { margin-right: 10px; }
#news .artCont .mr15 { margin-right: 15px; }
#news .artCont .mr20 { margin-right: 20px; }
#news .artCont .mb5 { margin-bottom: 5px; }
#news .artCont .mb10 { margin-bottom: 10px; }
#news .artCont .mb15 { margin-bottom: 15px; }
#news .artCont .mb20 { margin-bottom: 20px; }
#news .artCont .ml5 { margin-left: 5px; }
#news .artCont .ml10 { margin-left: 10px; }
#news .artCont .ml15 { margin-left: 15px; }
#news .artCont .ml20 { margin-left: 20px; }
#news .artCont .alignC { text-align: center; }
#news .artCont .alignL { text-align: left; }
#news .artCont .alignR { text-align: right; }
#news .artCont .fz10 { font-size: 77%; }
#news .artCont .fz11 { font-size: 85%; }
#news .artCont .fz12 { font-size: 93%; }
#news .artCont .fz14 { font-size: 108%; }
#news .artCont .fz15 { font-size: 116%; }
#news .artCont .fwb { font-weight: bold; }
#news .artCont .color1 { color: #023f62; }

/*==========================================================================================

	globalHeader

==========================================================================================*/
#siteLogo {
	float: left;
	width: 230px;
	margin: 17px 0 0 0;
}

#mainImage {
	margin-top: -1px;
	width: 950px;
	height: 400px;
	background: url(../img/main_image.png) no-repeat left center;
	text-indent: -99999px;
}

#globalNavi {
	position: relative;
	float: right;
	margin-top: 50px;
}

#globalNavi li { float: left; }
#globalNavi li:last-child { margin-right: 0; }
#globalNavi .gNaviIn {
	display: none;
	position: absolute;
	left: -10px;
	top: 51px;
	width: 490px;
}

#globalNavi .gNaviIn li {
	margin-right: 0;
	font-size: 93%;
	background: url(../img/bg_gnavi_in.png) no-repeat right center;
}

#globalNavi .gNaviIn li:first-child { padding-left: 0; }
#globalNavi .gNaviIn li:last-child { background: none; }
#globalNavi .gNaviIn a {
	display: block;
	height: 20px;
	padding: 10px 8px;
	color: #fff;
}

.gNavi a {
	display: block;
	height: 52px;
	padding: 18px 14px 14px;
	color: #333;
	font-size: 116%;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	box-sizing: border-box;
}

.gNavi a.select,
.gNavi a:hover {
	color: #005176;
	background: transparent url('../img/bg_gnavi_selected.png') no-repeat center top;
}

#gNavi5 a {
	padding-right: 0;
}

#subImage {
	width: 950px;
	height: 141px;
	text-indent: -99999px;
}

#about #subImage { background: url(../img/about_image.png) no-repeat left center; }

#member #subImage { background: url(../img/member_image.png) no-repeat left center; }

#wg #subImage { background: url(../img/wg_image.png) no-repeat left center; }

#achievements #subImage { background: url(../img/achievements_image.png) no-repeat left center; }

#contact #subImage { background: url(../img/contact_image.png) no-repeat left center; }

#news #subImage { background: url(../img/news_image.png) no-repeat left center; }

#privacy #subImage { background: url(../img/privacy_image.png) no-repeat left center; }

#map #subImage { background: url(../img/sitemap_image.png) no-repeat left center; }

#error404 #subImage { background: url(../img/error_image.png) no-repeat left center; }

#breadcrumb {
	padding: 2px 30px;
	background: #ebebeb;
	font-size: 93%;
}

/*==========================================================================================

	contents

==========================================================================================*/
#alpha {
	position: relative;
	width: 705px;
	float: left;
}

#beta {
	position: relative;
	width: 200px;
	float: right;
}

#sideNavi { width: 200px; }
#sideNavi dt {
	padding: 20px 10px;
	border-left: 5px solid #023c5e;
	color: #fff;
	background: #515151;
	font-size: 108%;
}

#sideNavi dt a {
	color: #fff;
	text-decoration: none;
}

#sideNavi dd a {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #fff;
	background: gainsboro url(../img/ico_arrow_2.png) no-repeat 15px center;
	padding: 10px 15px 10px 30px;
	display: block;
}

#sideNavi dd a:hover {
	color: #fff;
	background: #023f62 url(../img/ico_arrow_4.png) no-repeat 15px center;
	text-decoration: none;
}

.section { margin-bottom: 60px; }
.section:last-child { margin-bottom: 0; }
.section .ttlSec {
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #fff;
	font-size: 124%;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.2px;
	background-color: #1e1e1e;
	border-left: 10px solid #901000;
	box-sizing: border-box;
}
.section .secCont ,
.section .artCont { padding: 0 30px; }
.section .articleTop {
	float: left;
	margin: 0 28px 25px 0;
	padding-bottom: 25px;
	width: 430px;
	background: url(../img/bg_article_boder_b.png) repeat-x left bottom;
}

.section .articleTop time {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	color: #023756;
	background: url(../img/ico_news.png) no-repeat left center;
}

.section .articleTop .ttlArtTop {
	font-weight: normal;
	font-size: 108%;
}

.section .articleTop:nth-child(2n) { margin-right: 0; }
.section .articleTop:nth-last-child(-n+2) { margin-bottom: 0; }

.topPage .blockA .boxL { width: 645px; }
.topPage .blockA .boxR { width: 218px; }

.subPage .section .secTitleA {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(../img/bg_ttl_1.png) no-repeat left center;
	font-weight: bold;
	font-size: 123%;
}

.subPage .section .secCont { margin-bottom: 30px; }
.subPage .section .secCont .ttlAbout {
	margin: 15px 0 10px;
	padding: 3px 10px;
	border-left: 5px solid #32617b;
	background: #e9e9e9;
}

.subPage .section .secCont p { margin-bottom: 15px; }
.subPage .section .table1_1 { width: 14%; }
.subPage .section .table2_1 { width: 86%; }
.subPage .section .figure { text-align: center; }
.subPage .section .listBlo .listD {
	padding: 20px;
	border-bottom: 1px solid #fff;
	background: #e9e9e9;
}

.subPage .section .listBlo .listD:nth-child(2n) { background: #f0f0f0; }
.subPage .section .listBlo .listD .txt {
	margin-bottom: 0;
	padding-left: 10px;
}

.subPage .section .blockA .defaultList { padding: 0; }
.subPage .section .blockA .boxL { width: 330px; }
.subPage .section .blockA .boxR { width: 300px; }
.subPage .section #listAbout1_1 {
	display: block;
	overflow: hidden;
	width: 490px;
	height: 30px;
	background-image: url('../img/sprite_about_list-sd77443e3cc.png');
	background-position: 0 -150px;
	text-indent: -999999px;
}

.subPage .section #listAbout1_2 {
	display: block;
	overflow: hidden;
	width: 490px;
	height: 30px;
	background-image: url('../img/sprite_about_list-sd77443e3cc.png');
	background-position: 0 -120px;
	text-indent: -999999px;
}

.subPage .section #listAbout1_3 {
	display: block;
	overflow: hidden;
	width: 490px;
	height: 30px;
	background-image: url('../img/sprite_about_list-sd77443e3cc.png');
	background-position: 0 -90px;
	text-indent: -999999px;
}

.subPage .section #listAbout2_1 {
	display: block;
	overflow: hidden;
	width: 490px;
	height: 30px;
	background-image: url('../img/sprite_about_list-sd77443e3cc.png');
	background-position: 0 0;
	text-indent: -999999px;
}

.subPage .section #listAbout2_2 {
	display: block;
	overflow: hidden;
	width: 490px;
	height: 30px;
	background-image: url('../img/sprite_about_list-sd77443e3cc.png');
	background-position: 0 -60px;
	text-indent: -999999px;
}

.subPage .section #listAbout2_3 {
	display: block;
	overflow: hidden;
	width: 490px;
	height: 30px;
	background-image: url('../img/sprite_about_list-sd77443e3cc.png');
	background-position: 0 -30px;
	text-indent: -999999px;
}

.subPage .section table { border: 1px solid #dcdcdc; }
.subPage .section table th ,
.subPage .section table td {
	border: 1px solid #dcdcdc;
	padding: 5px 10px;
}

.subPage .section table th {
	color: #fff;
	background: #666666;
	font-weight: bold;
}

.subPage .section table tr:nth-child(2n) { background: #fbfbfb !important; }
.subPage .section .yearUnit:last-child { margin-bottom: 0; }
.subPage .section .yearUnit .list {
	padding-top: 15px;
	border-bottom: 1px solid #dcdcdc;
}

.subPage .section .yearUnit .list:first-child { padding-top: 0; }
.subPage .section .yearUnit .day {
	float: left;
	width: 90px;
}

.subPage .section .yearUnit .txt {
	float: right;
	width: 540px;
}

.subPage .section .memberList .detail {
	margin-bottom: 5px;
	padding-left: 15px;
	font-size: 93%;
	background: url(../img/ico_arrow_3.png) no-repeat left center;
}

.subPage .section .memberList .detail:last-child { margin-bottom: 0; }
.subPage .section .memberList li {
	float: left;
	width: 300px;
}

.subPage .section .memberList li:nth-child(2n+1) { margin-right: 15px; }
.subPage .section .secretariat .title {
	position: absolute;
	font-weight: bold;
}

.subPage .section .secretariat .txt {
	margin-bottom: 10px;
	padding: 0 0 10px 120px;
	border-bottom: 1px dotted #515151;
}

.subPage .section .defaultList { padding-left: 15px; }
.subPage .section .defaultList li {
	line-height: 1.5;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../img/ico_iist_1.png) no-repeat left 0.35em;
}

.subPage .section .defaultList li:last-child { margin-bottom: 0; }
.subPage .section .wgList .title {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.subPage .section .wgList .inner { margin-bottom: 10px; }
.subPage .section .wgList .inner li { padding-left: 35px; }
.subPage .section .btnPdf {
	padding-left: 22px;
	background: url(../img/ico_pdf.png) no-repeat left center;
}

.subPage .section .btnMail {
	padding-left: 22px;
	background: url(../img/ico_mail.png) no-repeat left center;
}

#news .article { padding: 0 30px; }
#news .secTitleA {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(../img/bg_ttl_1.png) no-repeat left center;
	font-weight: bold;
	font-size: 123%;
}

#sitemap { padding: 10px 30px; }
#sitemap .mapDetail {
	width: 162px;
	float: left;
	margin-right: 15px;
	border-right: 1px dotted #555555;
}

#sitemap .mapDetail:last-child {
	margin-right: 0;
	border: none;
}

#sitemap .mapDetail dt ,
#sitemap .mapDetail li {
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../img/ico_arrow_3.png) no-repeat left center;
}

#sitemap .mapDetail dd {
	font-size: 93%;
	padding-left: 15px;
}

#sitemap .mapDetail dd span {
	padding-left: 15px;
	background: url(../img/ico_arrow_3.png) no-repeat left center;
}

#errorCont { padding: 0 30px; }
#errorCont a {
	padding-left: 15px;
	background: url(../img/ico_arrow_3.png) no-repeat left center;
}

/*==========================================================================================

	globalFooter

==========================================================================================*/
#footLogo {
	width: 230px;
	float: right;
}

#footCopy {
	margin-top: 5px;
	width: 249px;
	float: right;
}

#footPageTop {
	position: absolute;
	top: -40px;
	right: 0;
}

#footPageTop a {
	display: block;
	overflow: hidden;
	width: 65px;
	height: 14px;
	background-image: url('../img/btn_pagetop-s11238feea9.png');
	background-position: 0 -14px;
	text-indent: -999999px;
}

#footPageTop a:hover { background-position: 0 0; }

#fNaviOther {
	float: left;
	width: 600px;
}

#fNaviOther li {
	float: left;
	padding: 0 8px;
	border-right: 1px solid #2f2f2f;
	line-height: 1.8;
	font-size: 93%;
	font-weight: bold;
}

#fNaviOther li:first-child { padding-left: 0; }
#fNaviOther li:last-child { border: 0; }
#fNaviOther li a { color: #2f2f2f; }

#fNavi {
	width: 600px;
	float: left;
}

#fNavi li { margin-bottom: 10px; }
#fNavi li:last-child { margin-bottom: 0; }
#fNavi .title {
	float: left;
	margin-right: 10px;
	padding-left: 15px;
	width: 100px;
	background: url(../img/ico_arrow_1.png) no-repeat left center;
	font-weight: bold;
	font-size: 93%;
}

#fNavi .detail {
	float: left;
	padding: 0 8px;
	border-right: 1px solid #a3a3a3;
	line-height: 1.8;
	font-size: 93%;
}

#fNavi .detail:first-child { padding-left: 0; }
#fNavi .detail:last-child { border: 0; }
#fNavi .detail a { color: #2f2f2f; }

/*==========================================================================================

	clearFix

==========================================================================================*/
#page ,
#contentsIn ,
#gHeadBlo ,
.blockA ,
.blockB ,
.blockC ,
.secCont ,
.artCont ,
.fnaviIn ,
#fNavi .fnaviIn ,
#fNavi ul ,
#fNaviOther ul ,
.yearUnit li ,
.footBlo ,
.cFix { zoom: 1; }
#page:after ,
#contentsIn:after ,
#gHeadBlo:after ,
.blockA:after ,
.blockB:after ,
.blockC:after ,
.secCont:after ,
.artCont:after ,
.fnaviIn:after ,
#fNavi .fnaviIn:after ,
#fNavi ul:after ,
#fNaviOther ul:after ,
.yearUnit li:after ,
.footBlo:after ,
.cFix:after {
	clear: both;
	display: table;
	content: "";
}

#page:before ,
#contentsIn:before ,
#gHeadBlo:before ,
.blockA:before ,
.blockB:before ,
.blockC:before ,
.secCont:before ,
.artCont:before ,
.fnaviIn:before ,
#fNavi .fnaviIn:before ,
#fNavi ul:before ,
#fNaviOther ul:before ,
.yearUnit li:before ,
.footBlo:before ,
.cFix:before {
	display: table;
	content: "";
}
