@charset "UTF-8";

.suma_btn{
	display: none;
}
/* CSS Document */
html {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
}

/*basic-link*/
a:link { color: #94c74c; text-decoration: none; }
a:visited { color:#94c74c; text-decoration: none; }
a:hover { text-decoration: underline; }
a:hover img { filter: alpha(opacity=70); -moz-opacity: 0.70; opacity: 0.70;
	box-shadow: #000 0 0 0; /* Firefox 画像が動く不具合対策 2014.11.05 */
}
strong{
	color: #94c74c;
	font-weight: bold;
}
/*########################layout########################*/
/* header */
#headerbg {
	background-color: #94c74c;
	height: 96px;
	-webkit-box-shadow: 0 0 7px rgba(8,1,3,.35);
	-moz-box-shadow: 0 0 7px rgba(8,1,3,.35);
	box-shadow: 0 0 7px rgba(8,1,3,.35);
	position: relative;
	z-index :29;
}
#header { 
	margin: 0 auto;
	width: 940px;
	height: 96px;
	position: relative;
	z-index :30;
}

#header #logo { 
	position: absolute;
	top: 14px;
}
#header #globalmenu {
	height: 93px;
	position: absolute; 
	top: 3px;
	right: 0;
	border-right:dotted 1px #ffffff;
}
#header #globalmenu li{
	padding:0 22px;
	height: 93px;
	border-left:dotted 1px #ffffff;
	float: left;
	text-indent: -1000em;
}
#header #globalmenu li a{
	margin:10px 0;
	display: block;
	height: 73px;
	color: #ffffff;
	background-repeat:no-repeat;
	background-position:center 14px;
}

/* グローバルメニュー */
.globalmenu_01 a{
	background-image: url(../images/gnavi01.png);
	width: 142px;
}
.globalmenu_02 a{
	background-image: url(../images/gnavi02.png);
	width: 52px;
}
.globalmenu_03 a{
	background-image: url(../images/gnavi03.png);
	width: 80px;
}
.globalmenu_04 a{
	background-image: url(../images/gnavi04.png);
	width: 72px;
}
#header #globalmenu li a:hover{
	background-color:#98e52a;
}


/* メインコンテンツ */
#container{
	margin: 0 auto 30px auto;
}
#contents{
	margin: 0 auto;
	width: 940px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.fade{
	margin: 0 0 20px 0;
}
.fade div{
	margin: 0 auto;
	width: 1000px;
}

.main-txt{
	margin:0 0 40px;
}

.newmember_list {
	margin:0 -10px 30px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.newmember_list li{
	margin:0 10px;
	float: left;
}
.newmember_list li a{
	display: block;
	text-indent: -1000em;
	width: 300px;
	height: 305px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ffffff;
}
li.newmember_list__space a{background-image: url(../images/list01.jpg);}
li.newmember_list__beginner a{background-image: url(../images/list02.jpg);}
li.newmember_list__membership a{background-image: url(../images/list03.jpg);}



.top-box{
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.news-box{
	padding:28px 0 20px 0; 
	float: left;
	width: 668px;
	min-height: 428px;
	border: solid 6px #89e901;
	background-image: url(../images/arw.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.news-box .title{
	margin:0 17px 30px 17px;
	font-size: 26px;
	text-align: right;
	color:#94c74c; 
}
.facsebook_banner{
	margin-top: 10px;
	padding: 8px 0;
	float: right;
	width: 238px;
	text-align: center;
	border:solid 1px #3b589e;
}

.aisatu{
	padding: 270px 7px 0 7px;
	float: right;
	width: 214px;
	min-height: 134px;
	border: solid 6px #89e901;
	background-image: url(../images/arw.png),url(../images/miki_top.jpg),url(../images/bg.png);
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: top right,top center;
}
.news-box__list{
	margin:0 0 0 7px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.news-box__list li{
	margin:0 10px;
	width: 198px;
	float: left;
}


.twitter-box{
	margin: 0 0 0 17px;
}
.twitter-box iframe {
	width:632px!important;
	max-width:632px!important;
	height: 360px!important;
}

.news-box__img{
	margin:0 0 8px;
}
.news-box__title{
	margin:0 0 0;
	line-height: 1.3em;
	font-size: 18px;
	color:#94c74c; 
}
.news-box__date{
	font-size: 14px;
}
.news-box__txt{
	font-size: 12px;
}

.aisatu__txt01{
	line-height: 1.4em;
	font-size: 13px;
	color:#94c74c; 
}
.aisatu__txt02{
	display: none;
}
.aisatu__title{
	font-size: 26px;
	text-align: right;
	color:#94c74c; 
}

#footerbg{
	background-color: #94c74c;
	background-image: url(../images/bg_fotter.png);
	background-repeat: repeat-x;
}

#footer{
	padding:191px 0 0 0;
	margin: 0 auto;
	width: 940px;
	height: 160px;
	position: relative;
}
#footer strong{
	color: #ffffff;
}
.foot_logo{
	padding:0 20px 0 0;
	position: absolute;
	top:266px;
	left: 0;
	border-right: dotted 1px #ffffff;
}

.footer_link{
	padding-bottom: 12px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	top:20px;
	width: 960px;
	border-bottom:solid 1px #ffffff; 
}
.footer_link li{
	font-size: 14px;
	float: left;
	color: #ffffff;
}
.footer_link li a{
	color: #ffffff;
}

.footer_list01{
	position: absolute;
	top:262px;
	left: 300px;
	color: #ffffff;
}
.footer_list02{
	position: absolute;
	top:280px;
	left: 300px;
	color: #ffffff;
	font-size: 24px;
}
.footer_list02 strong{
	font-size: 31px;
}
.footer_list03{
	position: absolute;
	top:266px;
	left: 721px;
}
.footer_list03 a{
	display: block;
	padding:2px 30px;
	background-color: #ffffff;	
}
.footer_list03 a:hover{
	background-color: #dbfcad;	
}




#mainArea{
	float: left;
	width: 620px;
}
#sideArea{
	float: right;
	width: 300px;
}

