@charset "utf-8";

body{
	color: #300;
	background: url(../img/bg.jpg);
	font-size: 100%;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*tag-reset*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,table,td,th,address,div{margin: 0;padding: 0;}

address,em,strong{font-style: normal;}

li{list-style: none;}


/*#wrap          設定     */
#wrap{
	width: 960px;
	background: #fff;
	margin: 0 auto;
	background: url(../img/wood.jpg);
}


/*#header         設定     */
#header{
	overflow: hidden;
	padding-bottom: 20px;
}

#header .rogo{
	float: left;
	width: 160px;
	height: 124px;
	margin-left: 20px;
}
#header .title{
	float: right;
	width: 750px;
	text-align: center;
	padding: 0 10px;
}
h1{
	color: #336;
	font-size: 270%;
	text-shadow: 0 0 20px #fff;
	margin-top: 24px;
}
h1 span{font-size: 60%;}
#header p{
	margin: 0 0 0 230px;
	color: #336;
	text-shadow: 0 0 5px #fff;
}



/*#nav          設定     */
#nav{
	width: 190px;
	float: left;
	padding: 5px;
}

#nav li{
	margin: 0 0 10px 0;
	display: block;
	width: 190px;
	height: 65px;
}
#nav ul a{
	display: block;
	padding: 15px 20px;
	text-decoration: none;
}
#nav ul a img{vertical-align: bottom; margin-right: 10px;}
#nav ul a:link,#nav a:visited{background: url(../img/link.png) no-repeat; color: #369;}
#nav ul a:hover{background: url(../img/hover.png) no-repeat; color: #fff;}
#nav ul a.index,#nav ul a.overview,#nav ul a.member,#nav ul a.event,#nav ul a.schedule,#nav ul a.meeting,#nav ul a.report,#nav ul a.link{background: url(../img/on.png) no-repeat; color: #fff;}

#nav .contact{
	width: 150px;
	height: 230px;
	background: url(../img/contact_bg.png) no-repeat;
	margin: 70px 0 30px 0;
	color: #fff;
	padding: 20px;
}
#nav .contact h2{
	font-size: 130%;
	text-align: center;
	color: #ffc;
	margin: 0 0 20px 0;
	width: auto;
	height: auto;
}
#nav p{
	margin: 10px 0;
	font-size: 80%;
}
#nav p span{font-size: 140%;}
#nav p a{color: #ffc;}
#nav p a span{font-size: 130%;}


/*#main          設定     */
#main{
	width: 690px;
	padding: 20px;
	margin: 10px 20px 50px 10px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
	float: right;
}



/*#footer          設定     */
#footer{
	width: 960px;
	clear: both;
	color: #fff;
	background: rgba(24, 79, 134, 0.8);
}
#footer p{
	font-size: 80%;
	text-align: center;
	padding: 10px;
	margin: 0;
}



/*tag                 共通設定     */
h2{
	font-size: 0;
	margin-bottom: 20px;
	width: 250px;
	height: 70px;
}
h3{
	color: #575757;
	text-shadow: 1px 1px 2px #9f9f9f;
	margin-bottom: 10px;
	font-size: 160%;
	border-bottom: #2c7848 1px dotted;
}
p{margin: 0 20px 20px 20px;}

table{
	margin-left: 10px;
	border-collapse: collapse;
	background: rgba(255, 255, 255, 0.5);
}
th,td{padding: 5px 10px;}
th{
	text-align: left;
	font-weight: normal;
}
select{
	font-size: 90%;
	padding: 5px 10px;
	font-family: "Meiryo UI","メイリオ",Meiryo,sans-serif;
	color: #300;
	cursor: pointer;
}



/*各ページ     共通設定          */

.news,.schedule_box{
	margin: 0 20px 50px 20px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.5);
	border: #9f9f9f 5px dashed;
}
.multi_box,.overview_box,.meeting_box,.member_box{margin-bottom: 50px;}
.multi_box table,.meeting_box table{
	margin: 10px 20px;
	width: 650px;
}
.multi_box th{width:70px;}
.multi_box p{
	text-align: right;
	font-size: 110%;
}
.member_box h3,.multi_box h3,.meeting_box h3,h3.link{
	border-bottom: #2c7848 1px dotted;
	text-shadow: 1px 1px 1px #9f9f9f;
	color: #575757;
	font-size: 120%;
	margin: 0 0 10px 15px;
}

#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 860px;
}

#back-top a {
	width: 100px;
	display: block;
}
#back-top a:hover{opacity: 0.6}
#back-top span {
	width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 7px;
	background: url(../img/bird.png) no-repeat center center;
}

/*ページごと個別設定      */
/*index.html     設定            */
#indexImg {
	width: 500px;
	height: 350px;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin: 20px auto 50px auto;
	border: #fff 10px solid;
	border-radius: 10px;
}
#indexImg img {
	top: 0;
	left: 0;
	position: absolute;
}

.index_content{margin-bottom: 50px;}
.news dd{margin-bottom: 10px;}
dl.news{margin-bottom: 0;}
p.right{
	font-size: 110%;
	text-align: right;
	margin-bottom: 50px;
}


/*overview.html     設定           */
.overview_colum{
	overflow: hidden;
	margin: 0 0 30px 10px;
}
.overview_colum p{
	width: 451px;
	float: left;
	text-align: justify;
	margin: 0;
}
.overview_colum .colum_img{float: right;}

ol.overview li{
	list-style: decimal;
	margin: 0 0 5px 80px;
}

.system{
	overflow: hidden;
	margin-bottom: 20px;
}
.system ul{
	width: 290px;
	float: left;
	margin: 30px 0 0 50px;
}
.system li{
	margin-bottom: 20px;
}
.system a.l_button{
	display: inline-block;
	width: 120px;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	color: #300;
}
a.l_button:link,a.l_button:visited{
	background: #d9d9d9;
	border: #6d6d6d 1px solid;
}
a.l_button:hover{
	border: #414141 1px solid;
	text-shadow: 0.2px 0.2px 0.2px #6d6d6d;
}

.system img{
	float: right;
	margin-right: 45px;
}

.ad table{background: none;}



/*member.html      設定            */
form.m_list p{margin-bottom: 10px;}
form.m_list{margin-bottom: 50px;}
form.m_list select{
	font-size: 90%;
	padding: 5px 10px;
	margin-left: 30px;
}

.member_box{
	background: rgba(255, 255, 255, 0.5);
	padding: 10px 20px;
	border-radius: 10px;
}

.member_box h4{margin-left: 20px; color: #575757;}
.member_box h4 span{color: #300; font-size: 100%; font-weight: normal;margin-left: 30px;}
.member_box p{margin-left: 40px;}
p.top_button{
	text-align: right;
	font-size: 100%;
	margin-bottom: 50px;
}
.member_box a{text-decoration: none;}



/*meeting.html     設定          */
.schedule_box h3{font-size: 150%;}
.schedule_box ul{margin-left: 20px;}
.schedule_box p{
	text-align: right;
	margin: 0;
}

.meeting_box th{width:130px;}
.meeting_box .place{width: 100px;}



/*link.html     設定          */
ul.link{margin: 0 0 70px 50px;}
ul.link li{margin-bottom: 10px;}
p.link{margin: 0 0 70px 50px;}
