@charset "utf-8";


/* --------------------------------
	font-size (default : 14px)

		10px ： 72%
		11px ： 79%
		12px ： 86%
		13px ： 93%
		14px ： 100%
		15px ： 108%
		16px ： 115%
		17px ： 122%
		18px ： 129%
		19px ： 136%
		20px ： 143%
		21px ： 150%
		22px ： 158%
		23px ： 165%
		24px ： 172%
		25px ： 179%
		26px ： 186%
		28px ： 200%
		30px ： 214%
-------------------------------- */

/* --------------------------------
	property
-------------------------------- */

/* width */
.w20  { width: 20px !important; }
.w30  { width: 30px !important; }
.w50  { width: 50px !important; }
.w80  { width: 80px !important;}
.w100 { width: 100px !important; }
.w120 { width: 120px !important; }
.w150 { width: 150px !important; }
.w160 { width: 160px !important; }
.w180 { width: 180px !important; }
.w200 { width: 200px !important; }
.w250 { width: 250px !important; }
.w300 { width: 300px !important; }
.w330 { width: 330px !important; }
.w350 { width: 350px !important; }
.w380 { width: 380px !important; }
.w400 { width: 400px !important; }
.w450 { width: 450px !important; }
.w500 { width: 500px !important; }
.w600 { width: 600px !important; }



/* ============================================================

	style info : サイト全体で共通のスタイルを記述

============================================================ */

.content_lead h1 {
	margin: 65px 0 33px;
	width:710px;
	height:79px;
	background: url(../img/about/about.png) 0 0 no-repeat;
	text-indent: -9999px;
}


/* about_slide */

.about_slide {
	position: relative;
}
.about_slide .caroufredsel_wrapper{
	background-color: #fff;
}
.about_slide ul.slide li {
	display: inline;
	float: left;
}
.about_slide p.prev,
.about_slide p.next {
	position: absolute;
	top:0;
	width: 375px;
	height: 556px;
	z-index: 200;
}
.about_slide p.prev {
	left: 0;
	text-align: left;
}
.about_slide p.next {
	right:0;
	text-align: right;
}
.about_slide p.prev a,
.about_slide p.next a{
	display: inline-block;
	height: 556px;
	width: 375px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
	.ieOld .about_slide p.prev a,
	.ieOld .about_slide p.next a{
		display: inline;
		zoom: 1;
	}
.about_slide p.prev a:hover,
.about_slide p.next a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.about_slide p.prev a {
	background: url(../img/about/icn_slide_prev.png) no-repeat 35px 90%;
}
.about_slide p.next a {
	background: url(../img/about/icn_slide_next.png) no-repeat 318px 90%;
}
.about_slide ul.nav {
	display: inline;
	float: right;
	margin-top: 8px;
}
.about_slide ul.nav li {
	display: inline;
	float: left;
	margin-left: 4px;
}
.about_slide ul.nav li a{
	border: medium none;
	display: block;
	overflow: hidden;
	text-indent: 200%;
	vertical-align: top;
	white-space: nowrap;
	background: url(../img/about/icn_slide_pagination.png) no-repeat left top;
	height: 10px;
	width: 10px;
}
.about_slide ul.nav li.selected a {
	background: url(../img/about/icn_slide_pagination_on.png) no-repeat left top;
	height: 10px;
	width: 10px;
}


/* about_lead */

.content_lead .about_lead{
	padding: 58px 0 25px;
	text-indent: -9999px;
}

.content_lead .subttl_lead01 {
	margin-bottom:53px;
	width:703px;
	height:42px;
	background: url(../img/about/subttl_lead01.png) 0 0 no-repeat;
}

.content_lead .txt_lead01 {
	margin-bottom:40px;
	width: 544px;
	height: 126px;
	background: url(../img/about/txt_lead01.png) 0 0 no-repeat;
}

.content_lead .txt_lead02 {
	margin-bottom:40px;
	width: 491px;
	height: 235px;
	background: url(../img/about/txt_lead02.png) 0 0 no-repeat;
}

.content_lead .txt_lead03 {
	margin-bottom:40px;
	width:502px;
	height:200px;
	background: url(../img/about/txt_lead03.png) 0 0 no-repeat;	
}


/* MEMBER */

.article_member header {
	padding:17px 0 30px;
	border-top:1px solid #1ead4c;
}

.article_member header h1 {
	width:188px;
	height:16px;
	text-indent: -9999px;
	background: url(../img/about/about.png) 0 -79px no-repeat;
}

.content_member li {
	overflow: hidden;
	margin-bottom:60px;
	width: 750px;
}

.content_member li .pic_member {
	float:left;
	width:230px;
	height:230px;
}

.content_member li .profile_member {
	float: right;
	overflow:hidden;
	width: 490px;
}

.content_member li .profile_member .movie {
	padding-top:30px;
}

.content_member li .profile_member h2 {
	
	text-indent: -9999px;
}

.content_member li .profile_member h3 {
	text-indent: -9999px;
}

.content_member li .profile_member p{
	font-size:72%;
	line-height:1.7em;
}

.content_member .li_even .pic_member {
	float: right;
	width: 230px;
	height: 230px;
}

.content_member .li_even .profile_member {
	overflow:hidden;
	float:left;
	width: 490px;
}

.content_member .li_even .profile_member h2 {
	float: right;
	text-indent: -9999px;
}

.content_member .li_even .profile_member h3 {
	float: right;
	text-indent: -9999px;
}

.content_member .li_even .profile_member p{
	float:right;
	font-size:72%;
}

.content_member .sudo .profile_member h2 {
	margin-bottom:17px;
	width: 169px;
	height: 61px;
	background: url(../img/about/about.png) -540px -101px no-repeat;
}
.content_member .sudo .profile_member h3 {
	margin-bottom:23px;
	width: 411px;
	height: 33px;
	background: url(../img/about/about.png) -316px -164px no-repeat;
}

.content_member .matsuoka .profile_member h2 {
	margin-bottom:17px;
	width: 277px;
	height: 24px;
	background: url(../img/about/about.png) -2px -100px no-repeat;
}
.content_member .matsuoka .profile_member h3 {
	margin-bottom:23px;
	width: 367px;
	height: 13px;
	background: url(../img/about/about.png) 0 -128px no-repeat;
}

.content_member .hirose .profile_member h2 {
	margin-bottom:17px;
	width: 277px;
	height: 24px;
	background: url(../img/about/about.png) -548px -200px no-repeat;
}
.content_member .hirose .profile_member h3 {
	margin-bottom:23px;
	width: 367px;
	height: 13px;
	background: url(../img/about/about.png) -403px -226px no-repeat;
}

.content_member .sakyo .profile_member h2 {
	margin-bottom:17px;
	width: 233px;
	height: 25px;
	background: url(../img/about/about.png) 0 -145px no-repeat;
}
.content_member .sakyo .profile_member h3 {
	margin-bottom:23px;
	width: 305px;
	height: 13px;
	background: url(../img/about/about.png) 0 -173px no-repeat;
}


/* NPO OVERVIEW */

.article_overview header {
	padding:17px 0 30px;
	border-top:1px solid #1ead4c;
}

.article_overview header h1 {
	width:268px;
	height:18px;
	text-indent: -9999px;
	background: url(../img/about/about.png) -200px -80px no-repeat;
}

.article_overview dl {
	overflow:hidden;
}

.article_overview dl dt {
	clear:both;
	float:left;
	padding-bottom:10px;
	width: 220px;
	font-size:79%;
	font-weight:bold;
	text-align: right;
}

.article_overview dl dd {
	float: right;
	padding-left:30px;
	padding-bottom:10px;
	width: 500px;
	font-size:72%;
	line-height:1.7em;
}

.article_overview .map {
	margin-bottom:70px;
	padding-top:30px;
}


/* SUPPORTER */

.article_supporter {
	margin-bottom:90px;
}

.article_supporter header {
	padding:17px 0 30px;
	border-top:1px solid #1ead4c;
}

.article_supporter header h1 {
	width:252px;
	height:18px;
	text-indent: -9999px;
	background: url(../img/about/about.png) -478px -80px no-repeat;
}

.article_supporter ul li {
	padding-left: 20px;
	font-size:79%;
	background: url(../img/about/about.png) -230px -331px no-repeat;
}

.article_supporter ul li a {
	color: #000;
}

.article_supporter table {
	margin-top:30px;
	border-top: 5px solid #1ead4c;
	border-left: 5px solid #1ead4c;
	width:750px;
}

.article_supporter table td {
	border-right: 5px solid #1ead4c;
	border-bottom: 5px solid #1ead4c;
	text-indent:-9999px;
	background: #fff;
}

.article_supporter table td.cell_last {
	padding: 18px 20px 18px 35px;
}

.article_supporter table h2 {
	margin: 23px 0 17px;
	width: 494px;
	height: 34px;
	background: url(../img/about/about.png) 0 -244px no-repeat;
}

.article_supporter .txt_supporter {
	float: left;
	margin-top: 4px;
	width: 406px;
	height: 35px;
	background: url(../img/about/about.png) 0 -279px no-repeat;
}

.article_supporter .btn_to_form {
	float: right;
}

.article_supporter .btn_to_form a {
	display: block;
	width: 220px;
	height: 47px;
	background: url(../img/about/about.png) 0 -318px no-repeat;
}

.article_supporter .btn_to_form a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


