@charset "UTF-8";
/* CSS Document */

/*------------全体の設定------------*/
html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "MS ゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial;
	font-size:14px;
	line-height:150%;
	color:#000000;
	margin:0px;
	padding:0px;
	background: url(../img/bg_body.gif) -2px top;
}

/*------------リンク設定------------*/
a{
	text-decoration:none;
	color:#384b7c;
	border: none;
}

a:hover{
	text-decoration:underline;
	color:#384b7c;
}

img,
a img{
	border: none;
}

/*------------clearfix------------*/
#wrap,
#waku{
	overflow: hidden;
}

#wrap:after,
#waku:after{
	content: ".";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #wrap-inner,
* html #waku{
	height: 1px;
	overflow: visible;
}
/* */

/*------------幅の定義------------*/
#container-inner{
	width: 900px;
}

#title{
	width: 900px;
}

#wrap{
	width:800px;
}

/*------------全体の枠------------*/
#container{
		background: transparent url(../img/bg_container.gif) repeat-x left top;
}


#container-inner{
	margin:0px auto;
	padding:0px;
}

#home #container-inner{
	background: url(../img/title_bg_top.png) no-repeat left top;
}

#wrap{
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

/*------------タイトル部分------------*/
#title{
	height:230px;
	margin: 0;
	padding: 0;
	background: url(../img/title_bg.jpg) no-repeat left top;
	text-align:left;
	position: relative;
}

#home #title{
	min-height:400px;
	background: none;
}

#siteTitle{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 1px;
	top: 30px;
	text-align: left;
}

#home #siteTitle{
	left: auto;
	left: 30px;
	top: 50px;
}

#logo{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 18px;;
}


/*------------左カラム（メニューコンテンツ部分）------------*/
#one-column{
	width:210px;
	background-color:#FFFFFF;
	float:left;
	margin-top:10px;
	padding-bottom:10px;
	position: relative;
	left: 10px;
}

#one-column ul{
	width: 210px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul#gnav li{
	margin: 0 0 1px 0;
	padding: 0;
	color: #fff;
	background: url(../img/side_submenu_bg.jpg) no-repeat left 39px;
}

ul#gnav li a{
	width: 100%;
	height: 39px;
	margin: 0;
	padding: 0;
	display: block;
	color: #fff;
	background: #5f9501;
}

ul#gnav li td a{
	display: inline;
}

ul#gnav li a:hover{
	text-decoration: none;
}

ul#gnav ul{
	padding: 0.7em 0;
}

ul#gnav table{
	width: 90%;
	margin: 1em auto 0 auto;
	border: 1px solid #ccc;
	border-collapse: collapse;
	
	background-color: #fff;
}

ul#gnav ul li{
	color: #555;
	background: none;
}

ul#gnav td{
	color: #555;
	text-align: center;
	padding: 1px;
}

ul#gnav ul a,
ul#gnav td a{
	width: auto;
	height: auto;
	display: inline;
	color: #555;
	background: transparent;
}

ul#gnav ul a:hover,
ul#gnav ul li.active a{
		color: #4a7400;
		text-decoration: underline;
}

ul#gnav td a,
ul#gnav td a:hover{
	text-decoration: underline;
}

ul#gnav ul li{
	margin-left: 2em;
	color: #555;
	line-height: 1.8em;
	background: transparent;
}

/*------------右カラム（メイン部分)------------*/
#two-column{
	width:560px;
	background-color:#FFFFFF;
	float:left;
	padding-top:10px;
	padding-bottom:20px;
	position: relative;
	left: 20px;
}

#home #two-column{
	left: 15px;
}

#two-column p#cat-ttl{
	padding: 0;
}

/*ごあいさつの部分*/
#hello{
	width: 572px;
	height: 280px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url(../img/top_slogan_bg.jpg) no-repeat center bottom;
}

#hello p{
	font-weight: bold;
	font-size: 1.2em;
	color: #70a80f;
	position: relative;
	left: 10px;
}

#hello dl{
	margin: 0;
	margin-left: 10px;
	padding: 0;
	height: 194px;
	position: absolute;
	left: 16px;
	bottom: 16px;
}

#hello dl img{
	vertical-align: bottom;
}

#hello dt,
#hello dd{
	margin: 0 0 0 15px;
	padding: 0;
}

#hello dt{
	font-weight: bold;
}



/*更新情報部分*/
.new-waku{
	width:541px;
	margin-top:10px;
	margin-left:3px;
	padding:2px;
	margin-bottom: 20px;
}
/*更新情報（文字）*/
.new-waku p{
	margin-left:30px;
	font-size:14px;
	color:#333333;
}

/* トップページ ふしみめも */
#memo{
	padding: 0;
	height: 108px;
	overflow: hidden;
	position: relative;
	background: url(../img/bg_memo_top.gif) no-repeat left top;
	border: 1px solid #bbb;
}

#memo h2{
	font-size: 16px;
	color: #555;
	/margin-top: 1em;
}

#memo h2,
#memo p{
	margin-left: 20px;
}

#memo_btn{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 120px;
	bottom: 5px;
}

#memo_photo{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*2分割用外枠*/
#waku{
	margin-top:10px;
	position: relative;
}

#contact{
	position: relative;
	left: 3px;
	border-left: 6px solid #0051a3;
}

#contact h2{
	font-size: 16px;
	color: #555;
}

#contact h2,
#contact dl{
	margin: 5px auto 10px 10px;
}

#contact dt{
	margin: 0;
	font-weight: bold;
}

#contact dd{
	margin: 0;
	margin-bottom: 1em;
}

#main-ban{
	margin-right: auto 0;
	position: absolute;
	right: 0;
	top: 0;
}

/*活動関係（写真）*/
#new-photo{
	float:left;
	width:348px;
	border:1px solid #3d739e;
}

.left{
	float:left;
	margin:1px;
}
/*メールでのお問い合せ*/
#mail{
	float:right;
	width:150px;
	height:150px;
	background:url(../img/mail_bg.jpg) bottom no-repeat;
	margin-top:35px;
}

/*------------フッター部分------------*/
#fotter{
	clear:both;
	text-align:center;
	font-size:16px;
	color:#333333;
	padding:10px 0px;
	margin:0px 12px;
}


.text_right{
	text-align:right;
}
