@charset "UTF-8"
*{
	margin: 0;
	padding: 0;
}

/*----------リンク設定-----------*/
a:link{
	text-decoration: none;
	font-size: 100%;
	color: #0000FF;
}

a:visited{
	color: #0000FF;　/*--訪問済みリンク文字色--*/
}

a:hover{
	text-decoration: underline;
}

a:active{
	text-decoration: none;
}
/*----------タグ------------*/

body{
	text-align: center;
	background-color: #3CB371;/*--背景色--*/
}

h1{
	text-align: left;
	font-size: 120%;
	color: #FFFFFF;
}
h2{
	text-align: left;
	font-size: 120%;
	color: #3CB371;
}
h3{
	text-align: left;
	font-size: 100%;
}

p{
	text-align: left;
	font-size: 85%;
}
p.t_right{
	text-align: right;
	font-size: 80%;
}

address{
	font-size: 80%;
	text-align: center;
	font-style: normal;
	color: #FFFFFF;
}
a img{
	border-style:none;
} 

dl{
	padding: 10px;
	border: 2px #3CB371 solid;
	margin: 0 0 50px 0;
}
dt{
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-top: 10px;
}
dd{
	text-align: left;
	font-size: 90%;
}
dd img{
	margin-right: 10px;
}

/*----黒線----*/

hr.b_500{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	width: 500px;
}
hr.b_350{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	width: 350px;
}

/*----クリア-----*/

.clear{
	clear: both;
}

/*----ページトップへもどる-----*/

.p_top{
	text-align: right;
	line-height:2em;
	padding:10px 30px 5px 0;
}

/*---レイアウト---*/

#wrapper{
	margin: 0 auto;
	width: 900px;
	height: auto;
	text-align: center;
	background-color: #FFFFFF;/*--背景色--*/
}
#wrapper_t{
	margin: 0 auto;
	width: 900px;
	height: auto;
	text-align: center;
	background-color: #fffafa;/*--背景色--*/
}
#wrapper_n{
	margin: 0 auto;
	width: 900px;
	height: auto;
	text-align: center;
	background-color: #f0e68c;/*--背景色--*/
}
#wrapper_g{
	margin: 0 auto;
	width: 900px;
	height: auto;
	text-align: center;
	background-color: #E0FFFF;/*--背景色--*/
}
#wrapper_k{
	margin: 0 auto;
	width: 900px;
	height: auto;
	text-align: center;
	background-color: #faf0e6;/*--背景色--*/
}

#header{
	width: 900px;
	text-align: center;
	margin: 0 auto;
}
#title{
	background-color: #3CB371;/*--背景色--*/
	padding: 5px 5px 5px 20px;
	margin: 0 0 10px 0;
}
#main{
	width: 800px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}
#m_left{
	float: left;
	width: 400px;
}
#m_right{
	float: left;
	width: 400px;
}

/*----スライドショー----*/
#viewer {
	margin: 0 auto;
	width: 800px;
	height: 350px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}
/*----メンバー紹介----*/
#member{
	margin: 0 auto;
	width: 350px;
	padding: 0px;
}
li.member_list{
	text-align: left;
	list-style-type: none;
}
li.member_list img{
	margin-right: 10px;
}

/*----活動予定----*/
#yotei, #kekka, #coment{
	margin: 0 auto;
	width: 350px;
	padding: 0px;
}

/*----更新情報----*/
#news{
	margin: 0 auto;
	width: 350px;
	padding: 0px;
}
#news img{
	margin: 0 10px;
}

/*----集合写真ー----*/
#syuugo{
	margin: 20px auto;
	width: 400px;
	text-align: center;
}

/*----活動写真ー----*/
#other{
	margin: 0 auto;
	width: 400px;
	text-align: center;
	padding-left: 10px;
}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox{
	cursor: default;
	list-style: none;
}

.hoverbox a{
	cursor: default;
}

.hoverbox a .preview{
	display: none;
}

.hoverbox a:hover .preview{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img{
	/*-- background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px; --*/
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 100px;
}

.hoverbox li{
	background: #eee;
	/*-- border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px; --*/
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
}

.hoverbox .preview{
	background: #eee;
	border-color: #fff;
	border-style: solid;
	border-width: 2px;
	width: 300px;
	height: 200px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a{
	position: relative;
}

.hoverbox a:hover{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview{
	top: -38px;
	left: -50px;
}

.hoverbox li{
	position: static;
}

/*----フッター----*/
.link{
	text-align: right;
}
.link a{
	font-size: 90%;
}
.link img{
	margin: 0 10px;
}
