@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	line-height:160%;
	font-size:small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../common/back.gif);
	background-repeat: repeat-x;
	overflow-y: scroll;
}
br,p,dl,dt,dd {
	margin:0;
	padding:0;
}
a{
	outline: none;
}

/**********************   common styles     **********************/

ul {
	list-style-type:none;
	margin: 0;
    	padding: 0;
}
.nopad {
	margin: 0px;
	padding: 0px;
}
ul.imagelist{
	overflow: hidden;
	position: relative;
}
ul.imagelist li{
	line-height:0%;
	position: absolute;
}
#all{
	width:840px;
	margin:0 auto;
	background-image: url(../common/main_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#main{
	width:780px;
	margin:0 auto;
}
#header{
	background-image: url(../common/header.gif);
	background-repeat: repeat-x;
	width:780px;
	height: 81px;
	}
#header ul.imagelist {
	height: 81px;
	width: 780px;
	margin:0;
	}
#header .p1 {
	top: 16px;
}
#header .p2 {
	left: 531px;
	top: 5px;
}
#header .p3 {
	left: 650px;
	top: 5px;
}
#header .p4 {
	left: 470px;
	top: 40px;
}
#header .p5 {
	left: 630px;
	top: 40px;
}

#contents{
  z-index: 0;
}

.clear {
	clear: both;
}

.icon_window{
	padding: 0px 3px 0px 3px;
}

/* グローバルナビ */

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 780px;
  margin: 0 auto 7px;
  padding: 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #c5c5c5;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li.menu_first{
  position: relative;
  width: 148px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
    background: #23538e;
    border-left: solid 1px #537fad;
    border-right: solid 1px #1c436b;
}

.dropmenu li.first_01{
	width:148px;
}
.dropmenu li.first_02{
	width:128px;
}
.dropmenu li.first_03{
	width:168px;
}
.dropmenu li.first_04{
	width:143px;
}
.dropmenu li.first_05{
	width:183px;
}
.dropmenu li.menu_first a{
  display: block;
  margin: 0;
  padding: 17px 0 16px;
   background: rgba(35,83,142,0.7) ;

  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.dropmenu li.menu_first a:hover{
  background:  rgba(8,50,100,0.7) ;
}


.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: -1px;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 148px;
    border-top: 1px dotted #c5c5c5;
    background: rgba(35,83,142,0.7) ;
    border-left: solid 1px #537fad;
    border-right: solid 1px #1c436b;
}
.dropmenu li ul li.li_w130{
  width: 130px;
    border-top: 1px dotted #c5c5c5;
    background: rgba(35,83,142,0.7) ;
    border-left: solid 1px #537fad;
    border-right: solid 1px #1c436b;
}
.dropmenu li ul li a{
  padding: 13px 15px;
}
.dropmenu li ul li:hover > a{
  background: rgba(35,83,142,0.7) ;
}
.dropmenu li ul li a:hover{
  background: rgba(8,50,100,0.7);
}



#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}


/*\*/
overflow:hidden;/*　---------　背景表示対策 MacIE対策　---------　*/
/**/


#contents{
	width:780px;
	margin:0;
	text-align:left;
	}

#midasi{
	width:780px;
	background-image: url(../common/midasi_back.jpg);
	background-repeat: no-repeat;
	height: 46px;
 margin: 0 0 20px 0;
	}
#midasi h1{
	font-size:medium;
	text-align:left;
	font-weight: bold;
	color: #039;
	text-indent: 30px;
 margin: 0px;
 padding: 12px 0 0 0;
	}
	#honbun{
	width:750px;
	margin:0 15px 0 15px;
	text-align:left;
	}
#honbun h3{
	margin:20px 0 15px 0;
	padding: 3px 3px 3px 70px;
	text-align:left;
	color: #FFF;
	font-size:medium;
	font-weight: normal;
	background-image: url(../common/miniback.gif);
	}
	#honbun h4{
	margin:0 0 15px 0;
	padding: 3px 3px 3px 70px;
	text-align:left;
	color: #FFF;
	font-size:medium;
	font-weight: normal;
	background-image: url(../common/miniback.gif);
	}
	#honbun h4 .txt{
	text-align:left;
	color: #FFF;
	font-size:small;
	font-weight: bold;
	}
.p_gaito{
	text-align:right;
	margin:5px 0 5px 0;
	}
.right_7px{
	margin: 0 7px 0 0;
	}


.banner_box ul li{
	width:255px;
	float: left;
	margin: 10px 0 0 0;
	}

.banner_box ul li.ml7{
	margin-left:7px;
}

.b_box_02{
	width: 524px;
	margin-left: auto;
}

.dl_bikou:after{
	clear: both;
	}
.dl_bikou dt {
    float: left;
    padding-right: 15px;
	}
.dl_bikou dd {
    overflow: hidden;
	}
	.top_crowdfunding {
		margin-bottom:30px;
	}
.top_crowdfunding P{
	margin-bottom:20px;
}
.top_crowdfunding p.txt{
		text-align: left;
		padding: 0px 30px;
}
.wide_bnr{
		margin-top:10px;
		margin-bottom:20px;
}

/*　---------　運営施設　---------　*/
	.fun_left_box{
	text-align:left;
	float: left;
	width: 400px;
	margin: 20px 0 0 0;
	}
	.fun_left_box2{
	text-align:left;
	float: left;
	width: 350px;
	}
	.logo_m{
	margin: 0 0 10px 0;
	}
	.guide_sub{
    	margin-left:18px;
    	margin-top:9px;
    	text-indent:-15px;
	}
/*　---------　notice　---------　*/

#n_box{
	margin: 0;
	float:right;
}

/*　---------　footer　---------　*/
#footer{
	width:780px;
	margin:0;
	}
#footer p{
	text-align:right;
	margin: 10px 0 8px 0;
	}
/*　---------　table　---------　*/
.left_box{
	margin: 0;
	padding: 5px 5px 5px 10px;
	background-color: #F3F3F3;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #CCC;
	}
	.rightt_box{
	margin: 0;
	padding: 5px 0 5px 10px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #CCC;
	}
.top_box{
	margin: 0;
	padding: 5px 0 5px 10px;
	background-color: #F3F3F3;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}
.top_box_st{
	margin: 0;
	padding: 5px 0 5px 10px;
	background-color: #F3F3F3;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}
.top_box_end{
	margin: 0;
	padding: 5px 0 5px 10px;
	background-color: #F3F3F3;
	text-align: center;
	border: 1px solid #CCC;
	}
	.bot_box{
	margin: 0;
	padding: 5px 0 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	}

	.bot_box_yakuin{
	margin: 0;
	padding: 5px 2em 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	}


	.bot_box_end{
	margin: 0;
	padding: 5px 0 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	}

	.bot_box_end_yakuin_hyougi{
	margin: 0;
	padding: 5px 0px 5px 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	}

	.bot_box_end_yakuin{
	margin: 0;
	padding: 5px 0px 5px 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	}


.dot_box{
	padding: 5px 0 5px 10px;
	background-image: url(../common/table_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	.dot_box_right{
	padding: 5px 0 5px 10px;
	background-image: url(../common/table_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align:right;
	}
	.dot_box_end{
	padding: 5px 0 5px 10px;
	}
	.dot_box_right_end{
	padding: 5px 0 5px 10px;
	text-align:right;
	}

.va_t{
	vertical-align: top;
	}

.nowrap{
	white-space: nowrap;
}

.table_p10{
	padding: 10px 0px 10px 10px;
}

.b_b_none{
	border-bottom-style: none;
}



	/*　---------　color　---------　*/
	.blue{
		color:#06C
	}
	.pink{
	color:#C36
	}
	.bold{
			font-weight:bold;
	}

	.red{
			color: #F00;
	}
	.deep_blue{
			color: #039;
	}


	.small{
			font-size: 85%;
			line-height: 140%;
	}
	.large{
			font-size: 15px;
	}
	.right{
			text-align: right;
	}
	.center{
			text-align: center;
}


	.mt10{
			margin-top: 10px;
	}
	.mt20{
			margin-top: 20px;
	}
	.mt30{
			margin-top: 30px;
	}
	.mt40{
			margin-top: 40px;
	}
	.mb10{
			margin-bottom: 10px;
	}
	.mb20{
			margin-bottom: 20px;
	}

	.mb30{
			margin-bottom: 30px;
	}
	.mb40{
			margin-bottom: 40px;
	}

	.mr15{
			margin-left: 15px;
	}
	.pt10{
			padding-top: 10px;
	}


.contents_last{
			margin-bottom: 70px;
}

	/*　---------　字間調整用　---------　*/
	.ave{
		text-align: justify;
		text-justify: distribute-all-lines;
	}

	.ls_two{
		letter-spacing: 2em;
		text-align: center;
		margin:0 0 0 2em;

	}
	.address_box_left{
		text-align: center;
		width:20%;
		padding:5px 5px;
	}

/*　---------　サイトマップ　---------　*/

.sitemap_01 ul{/*余白と本来あるマークを消します*/
margin:0;
padding:0;
list-style:none;
}
.sitemap_01 ol{
	margin:0 0 0 50px;
	padding:5px 0 5px 0;
	background-image: url(../images/sankaku_02.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	text-indent: 20px;
}
.sitemap_01 li{
	padding:10px 0 10px 0;
	background-image: url(../images/sankaku.gif);
	background-repeat: no-repeat;
	background-position: left 16px;
	text-indent: 20px;
}

/*　---------　ご寄付のお願い　---------　*/

#honbun p.indent{
	text-indent: 1em;
}

/*　---------　役員等名簿　---------　*/

.special-character{
	font-family: "SimHei","SimSun","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*　---------　資料寄贈のお願い　---------　*/
.small_ttl{
	margin: 46px 0px 10px 0px;
	background-image: url(../common/blue_square.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0px 0px 0px 20px;
	color: #333;
	line-height:160%;
	font-size:15px;
	font-weight: bold;

	}

/*　---------　活動紹介　---------　*/
.action_left{
	width: 533px;
	float: left;
}


.action_right{
	width: 210px;
	float: right;
}


.action_left02{
	width: 513px;
	float: left;
}

.img_3pieces p {
	float: left;
	width: 240px;
}

.conclusion{
	background-color: #f7fafd;
	padding:30px;
}

/*　---------　リスト　---------　*/
ul li.li_point{
	list-style-type: disc;
	margin-left: 13px;
}
