@charset "UTF-8";

*{ margin:0; padding:0; border:0; font-size:100%; }

body {
	background-image: url(common/back.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size:75%;
	line-height: 1.8em;

}

a {
	color: #179BB4;
	text-decoration: none;
}
a:hover  { 
color: #ED821C; 
}

/*-----▼全体の包括-----*/
#wrap {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
	text-align: left;
	position: relative;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #91C3CD;
	border-left-color: #91C3CD;
 }




/*-----▼ヘッダー-----*/
#header { 
width: 800px; 
height: 52px; 
position: relative;
}

/*-----▼ロゴ-----*/
h1 {
	height: 52px;
	width: 320px;
	position: absolute;
	left: 5px;
}

/*-----▼お問い合わせ-----*/
.mail {
	height: 52px;
	width: 120px;
	position: absolute;
	top: 0px;
	right: 220px;
	text-indent: -5000px;
}

.mail a{
	height: 52px;
	width: 120px;
	display: block;
	background-image: url(common/contact.jpg);
	background-repeat: no-repeat;
	}

.mail a:hover{
	height: 52px;
	width: 120px;
	display: block;
	background-image: url(common/mail-hover.jpg);
	background-repeat: no-repeat;
	}

/*-----▼フリーダイヤル-----*/

.freedial{
	height: 52px;
	width: 220px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/*-----▼コンテンツ-----*/
#con {
	width: 800px;
}

/*-----▼見だし2　カテゴリータイトル画像-----*/
h2 {
	height: 110px;
	width: 800px;
	clear: none;	
}


/*-----▼トピックパスエリア-----*/

.topicpass {
	padding-top: 5px;
	float: left;
}

.home {
	padding-top: 5px;
	float: right;
	padding-bottom: 20px;
	display: block;
	height: 20px;
	width: 130px;
	text-indent: -5000px;
}

.home a {
	padding-top: 5px;
	padding-bottom: 20px;
	display: block;
	height: 20px;
	width: 130px;
	background-image: url(common/home.jpg);
	background-repeat: no-repeat;
}

.home a:hover {
	padding-top: 5px;
	padding-bottom: 20px;
	display: block;
	height: 20px;
	width: 130px;
	background-image: url(common/home_o.jpg);
	background-repeat: no-repeat;
}


/*-----▼　見だし3（ページタイトル）-----*/
h3 {
	font-size: 150%;
	color: #736357;
	clear: both;
	text-align: center;
	height: 30px;
	width: 540px;
}

/*-----▼見出し4  ----*/
h4 {
	color: #736357;
	background-image: url(common/h4.jpg);
	background-repeat: no-repeat;
	font-size: 120%;
	clear: both;
	display: block;
	padding-left: 30px;
	margin-top: 10px;
	width: 520px;
	height: 30px;
}

/*-----▼見出し5（グリーンの文字）----*/
h5 {
	font-size: 130%;
	color: #64a04e;
	margin-top: 10px;
	margin-bottom: -10px;
	text-align: center;
}


/*-----▼メインコンテンツ-----*/

#main {
	width: 540px;
	float: right;
	background-image: url(common/conback.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
}

/*-----▼box内画像float無し-----*/

.box {
	width: 520px;
	margin-bottom: 30px;
}

.box img{
	margin: 5px;
}

.box p{
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.box dt {
	padding-top: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 120%;
}

.box dd {
	padding-top: 3px;
	padding-bottom: 5px;
}


.box ol {
	padding-top: 3px;
	padding-bottom: 5px;
	list-style-position: inside;
	margin-left: 20px;
}

/*-----▼会員募集/会員種別のインデント調整用-----*/

.box03 {
	padding-left: 15px;
	padding-bottom: 20px;
}



/*-----▼画像左float-----*/

.box01 {
	width: 520px;
	margin-bottom: 10px;
}

.box01 img {
	float: right;
	padding: 10px;
}

.box01 p{
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

/*-----▼画像右float-----*/

.box02 {
	width: 520px;
	margin-bottom: 10px;
}

.box02 img {
	float: left;
	padding: 10px;
}


.box02 p{
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}


/*-----▼テーブル　report・lecture-----*/

.box04 {
	width: 520px;
}

.box04 table {
	width: auto;
	margin-bottom: 20px;
}
.box04 td {
	padding: 5px;
}


/*-----▼テーブル　wheel-----*/

.box05 {
	width: 520px;
	margin-bottom: 20px;
}


.box05 table {
	width: auto;
	margin-top: 10px;
}
.box05 th {
	padding: 5px;
	width: 100px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #f3f9e9;
}
.box05 td {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}




/*-----▼テーブル　会員になるまでの流れ-----*/

.box06 {
	width: 520px;
	margin-bottom: 30px;
	margin-top: 10px;
}


.box06 table {
width: 520px;
}
.box06 th {
width: 85px;
}
.box06 td {
	padding-left: 10px;
}




/*-----▼寄付のお願い バナーロールオーバー-----*/

.receive {
	display: block;
	height: 70px;
	width: 520px;
	text-indent: -5000px;
}

.receive a {
	display: block;
	height: 70px;
	width: 240px;
	background-image: url(member/img/receive.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.receive a:hover {
	display: block;
	height: 70px;
	width: 240px;
	background-image: url(member/img/receive_o.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}







/*-----▼会員になるまでの流れ　ロールオーバー-----*/

.rules {
	display: block;
	height: 40px;
	width: 100px;
	text-indent: -5000px;
	padding-left: 420px;
	background-image: url(member/img/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.rules a {
	display: block;
	height: 40px;
	width: 100px;
	background-image: url(member/img/rules.jpg);
	background-repeat: no-repeat;
}

.rules a:hover {
	display: block;
	height: 40px;
	width: 100px;
	background-image: url(member/img/rules_o.jpg);
	background-repeat: no-repeat;
}


.request {
	display: block;
	height: 40px;
	width: 100px;
	text-indent: -5000px;
	padding-left: 420px;
	background-image: url(member/img/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


.request a {

	display: block;
	height: 40px;
	width: 100px;
	background-image: url(member/img/request.jpg);
	background-repeat: no-repeat;
}

.request a:hover {

	display: block;
	height: 40px;
	width: 100px;
	background-image: url(member/img/request_o.jpg);
	background-repeat: no-repeat;
}


.depositing {
	display: block;
	height: 40px;
	width: 100px;
	text-indent: -5000px;
	padding-left: 420px;
	background-image: url(member/img/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

}

.depositing a {
	display: block;
	height: 40px;
	width: 100px;
	background-image: url(member/img/depositing.jpg);
	background-repeat: no-repeat;
}

.depositing a:hover {
	display: block;
	height: 40px;
	width: 100px;
	background-image: url(member/img/depositing_o.jpg);
	background-repeat: no-repeat;
}

.admission {
	display: block;
	height: 40px;
	width: 100px;
	text-indent: -5000px;
	padding-left: 150px;

}

.admission a {
	display: block;
	height: 40px;
	width: 100px;
	background-image: url(member/img/admission.jpg);
	background-repeat: no-repeat;
}

.admission a:hover {
	display: block;
	height: 40px;
	width: 100px;
	background-image: url(member/img/admission_o.jpg);
	background-repeat: no-repeat;
}


/*-----▼会員募集　ロールオーバー-----*/
.join {
	display: block;
    position:relative;
	height: 40px;
	width: 100px;
	top: -22px;
	text-indent: -5000px;
	margin-top: 5px;
	padding: 5px;
	float: right;
}

.join a {
	display: block;
	height: 40px;
	width: 100px;
	background-image: url(member/img/join.jpg);
	background-repeat: no-repeat;
}

.join a:hover {
	display: block;
	height: 40px;
	width: 100px;
	background-image: url(member/img/join_o.jpg);
	background-repeat: no-repeat;
}

/*-----▼入力エリア-----*/
.form-text {
	border:1px solid #999999;
}

/*-----▼このページの上へ-----*/
.up {
	width: 770px;
	margin-top: 10px;
	clear: both;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

/*-----▼フッター-----*/
#footer {
	clear: both;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #179BB4;
}
#footer p {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}
/*-----▼float解除-----*/
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}
