@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	color:#333;
	font-size:0.9em;
}

body > #contents{
	height:auto;
}

a:link{
	color:#1111cc;
}

a:visited{
	color:#941D55;
}

#container{
	text-align:left;
	width:1000px;
	margin: 0px auto;
}

h2{
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	color:#63a142;
	font-size:1.7em;
}

/*--------------------------------------------------------------- */
/*header*/
/*--------------------------------------------------------------- */

#header{
	width:1000px;
	height:75px;
	background:#000;
}

.logo h1{
	text-indent:-9999px;
	background:url(../img/logo.png) no-repeat;
	width:300px;
	height:75px;
	float:left;
}

/*--------------------------------------------------------------- */
/*photo*/
/*--------------------------------------------------------------- */

#photo{
	clear:both;
	width:1000px;
	height:260px;
}

/*--------------------------------------------------------------- */
/*global navi*/
/*--------------------------------------------------------------- */

#global_navi{
	clear:both;
	background:#d1bc96;
	width:1000px;
	height:75px;
}

#global_navi ul{
	width:1000px;
	float:left;
}

.navi_leftright{
	float:left;
	width:333px;
}

.navi_leftright a{
	display:block;
	width:333px;
	height:75;
}

.navi_center{
	float:left;
	width:334px;
}

.navi_center a{
	display:block;
	width:334px;
	height:75;
}

a:hover{
	background:#e8d7b7;
}
a:active{
	background:#d1bc96;
}
a.on{
	height:70px;
	border-bottom:solid #63a142 5px;
}

/*--------------------------------------------------------------- */
/*contents */
/*--------------------------------------------------------------- */

#allcontents{
	width:auto;
	height:auto;
}

#contents{
	background:#f7f3eb;
	height:100%;/* for IE6 */
	min-height:100%;
	width:1000px;
	margin-top:30px;
}

/*--------------------------------------------------------------- */
/*top_outline*/
/*--------------------------------------------------------------- */

#top_outline{
	text-align:center;
	width:1000px;
	padding-top:20px;
}

#top_outline h2{
	color:#87692f;
}

#top_outline p{
	font-size:1.2em;
	line-height:1.4;
	color:#87692f;
	text-align:center;
	margin:20px 0px 0px 0px;
}

#top_outline a{
	color:#87692f;
}

/*--------------------------------------------------------------- */
/*entrance*/
/*--------------------------------------------------------------- */

#entrance{
	text-align:center;
	margin-top:20px;
}

.member{
	float:left;
	margin-left:120px;
}

.new_member{
	float:right;
	margin-right:120px;
}

#entrance p{
	color:#87692f;
	margin-top:15px;
}

/*--------------------------------------------------------------- */
/*btn_member*/
/*--------------------------------------------------------------- */

.btn_member{
	outline:none;
	height:48px;
	width:320px;
	font-size:1.3em;
	font-weight:bold;
	background:#63a142;
	color:#FFF;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);/*横,縦,ぼかし,広がり,色*/
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);/*Firefox*/
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);/*Chrome, safari*/
	border:0px;
	border-radius:3px;
	margin: 0px auto;
}

.btn_member:hover{
	outline:none;
	background:#63b336;
}

.btn_member:active{
	outline:none;
	background:#63a142;
}

.btn_member a:link{
	color:#FFF;
	text-decoration:none;
}

.btn_member a:visited{
	color:#FFF;
	text-decoration:none;
}

/*--------------------------------------------------------------- */
/*btn_new_member*/
/*--------------------------------------------------------------- */

.btn_new_member{
	outline:none;
	height:48px;
	width:320px;
	font-size:1.3em;
	font-weight:bold;
	background:#63a142;
	color:#FFF;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);/*横,縦,ぼかし,広がり,色*/
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);/*Firefox*/
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);/*Chrome, safari*/
	border:0px;
	border-radius:3px;
	margin: 0px auto;
}

.btn_new_member:hover{
	outline:none;
	background:#63b336;
}

.btn_new_member:active{
	outline:none;
	background:#63a142;
}

.btn_new_member a:link{
	color:#FFF;
	text-decoration:none;
}

.btn_new_member a:visited{
	color:#FFF;
	text-decoration:none;
}

/*--------------------------------------------------------------- */
/*news*/
/*--------------------------------------------------------------- */

#news{
	clear:both;
	margin:150px auto 110px;
	height:auto;
	width:530px;
	text-align:center;
}

.news_title{
	margin-top:40px;
	color:#63a142;
}

.news_text{
	margin-top:15px;
	color:#666666;
}

/*--------------------------------------------------------------- */
/*blank_space*/
/*--------------------------------------------------------------- */

#blank_space{
	clear:both;
	height:auto;
}

/*--------------------------------------------------------------- */
/*allcontentsのfloat解除 */
/*--------------------------------------------------------------- */

.clearfix:after {
	display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}

/*--------------------------------------------------------------- */
/*footer */
/*--------------------------------------------------------------- */

#footer{
	clear:both;
	width:1000px;
	height:85px;
	background-color:#000000;
	line-height:1.4;
	color:#FFF;
	font-size:0.9em;
	margin: 0px auto;
}

.footer_info{
	width:968px;
	margin: 0px auto;
}

.address{
	float:left;
	width:400px;
	text-align:left;
	margin-top:15px;
}

.copyright{
	float:right;
	width:300px;
	text-align:right;
	margin-top:14px;
}

.copyright a{
	color:#FFF;
	text-decoration:underline;
}

.copyright a:hover{
	background:none;
	text-decoration:underline;
	color:#FFF;
}

.copyright a:active{
	background:none;
	text-decoration:underline;
	color:#FFF;
}