/* 共通
---------------------------------------------------- */
img {
	border: none;
}

.clear {
	clear: both;
}

.dis {
	display: none;
}

/* 基本レイアウト
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: small;
	color: #333;
	font-family: メイリオ, Meiryo;
	background: url(../images/background.gif) no-repeat center top;	
	line-height: 30px;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 1066px;
	background: url(../images/background1217.png) repeat-y;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 1000px;
	height: 180px;
	display: block;
}

#title {
	margin: -20px 0 0 20px;
	color: #e50;
	float: left;
}

#title h1 {
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体";
	color: #525;
	letter-spacing: 20px;
	line-height:1.2em;
}

#navi {
	margin: 0 0 10px 33px;
	display: block;
	width: 1000px;
	height: 55px;
}

#contents {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#footer {
	margin: 0 0 0 30px;
	padding: 9px 10px 10px 15px;
	width: 980px;
	color: #fff;
	background-color: #228B22;
	clear: both;
	text-align: center;
	font-family: メイリオ, Meiryo;
}

/* header詳細
---------------------------------------------------- */
#header h1 {
	position: absolute;
	padding: 0;
	margin: 0;
	float: left;
	width: 740px;
	height: 160px;
	overflow: hidden;
}

#header h1 span {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	width: 740px;
	border: none;
	display: block;
	height: 160px;
	background: url(../images/top_title.png) no-repeat;
}

#functions {
	float: right;
}

#function {
	float: right;
	width: 233px;
	height: 40px;
	margin: 0;
}

#function ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#function li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 12px;
	background: url(../images/function_icon.gif) no-repeat;
	display: inline;
}

#function li a {
	color: #0d3b74;
}

#function li a:hover {
	color: #fcb200;
}

#function li:first-child {
	margin: 0;
}

#function dl {
	width: 233px;
	margin: 0;
	padding: 0;
}

#function dt {
	float: right;
	position: relative;
	padding:0;
	margin: 0;
	width: 233px;
	height: 40px;
	overflow: hidden;
	border:1px solid #CCC;
}

#function dt .text{
	text-align:center;
	width: 152px;
	height: 40px;
	font-size:100%;
	font-weight:normal;
}

#font_change {
	position: absolute;
	background: url(../images/font_change.png) no-repeat;
	width: 233px;
	height: 40px;
}

#function dd{
	position: absolute;
	display: block;
	float:left;
	width: 37px;
	height: 35px;
	margin: 2px 1px 0 0;
	color:#000;
	background-color:#EEE;
  border:1px solid #CCC;
}

#function dd .img {
	position: absolute;
	width: 37px;
	height: 35px;
}

#function dd.top {
	margin-left: 118px;
}

#function a {
	text-decoration:none;
	color:#000;
}

#function .text {
	width: 37px;
	height: 35px;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	display: block;
}

a #font_l {
	position: absolute;
	top: 0;
	background: url(../images/font_button.png) no-repeat 0px 0px;
	width: 37px;
	height: 35px;
}

a:hover #font_l {
	position: absolute;
	top: 0;
	background: url(../images/font_button.png) no-repeat 0px -35px;
	width: 37px;
	height: 35px;
}

#function dd.top2 {
	margin-left: 156px;
}

a #font_m {
	position: absolute;
	top: 0;
	background: url(../images/font_button.png) no-repeat -38px 0px;
	width: 37px;
	height: 35px;
}

a:hover #font_m {
	position: absolute;
	top: 0;
	background: url(../images/font_button.png) no-repeat -38px -35px;
	width: 37px;
	height: 35px;
}

#function dd.top3 {
	margin-left: 194px;
}

a #font_s {
	position: absolute;
	top: 0;
	background: url(../images/font_button.png) no-repeat -76px 0px;
	width: 37px;
	height: 35px;
}

a:hover #font_s {
	position: absolute;
	top: 0;
	background: url(../images/font_button.png) no-repeat -76px -35px;
	width: 37px;
	height: 35px;
}


#function2 {
	float: right;
	width: 233px;
	height: 40px;
	margin: 0 auto 0 0;
}

#function2 .loupe{
	text-align: right;
	margin: 10px 0 13px 0;
}

#function2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#function2 li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 12px;
	background: url(../images/function_icon.gif) no-repeat;
	display: inline;
}

#function2 li a {
	color: #0d3b74;
}

#function2 li a:hover {
	color: #fcb200;
}

#function2 li:first-child {
	margin: 0;
}

#function2 dl {
	width: 233px;
	margin: 0;
	padding: 0;
}
#function2 dt {
	float: right;
	position: relative;
	padding:0;
	margin: 0;
	width: 233px;
	height: 40px;
	overflow: hidden;
  border:1px solid #CCC;
}

#function2 dt .text{
	text-align:center;
	width: 152px;
	height: 40px;
	font-size:100%;
	font-weight:normal;
}

#color_change {
	position: absolute;
	background: url(../images/color_change.png) no-repeat;
	width: 233px;
	height: 40px;
}

#function2 dd{
	position: absolute;
	display: block;
	float:left;
	width: 37px;
	height: 35px;
	margin: 2px 1px 0 0;
	color:#000;
	background-color:#EEE;
  border:1px solid #CCC;
}

#function2 dd .img {
	position: absolute;
	width: 37px;
	height: 35px;
}

#function2 dd.top {
	margin-left: 156px;
}

#function2 a {
	text-decoration:none;
	color:#000;
}

#function2 .text {
	width: 37px;
	height: 35px;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	display: block;
}

a #base {
	position: absolute;
	top: 0;
	background: url(../images/color_button.png) no-repeat 0px -70px;
	width: 37px;
	height: 35px;
}

a:hover #base {
	position: absolute;
	top: 0;
	background: url(../images/color_button.png) no-repeat 0px -70px;
	width: 37px;
	height: 35px;
}

#function2 dd.top2 {
	margin-left: 194px;
}

a #reverse {
	position: absolute;
	top: 0;
	background: url(../images/color_button.png) no-repeat -38px 0px;
	width: 37px;
	height: 35px;
}

a:hover #reverse {
	position: absolute;
	top: 0;
	background: url(../images/color_button.png) no-repeat -38px -35px;
	width: 37px;
	height: 35px;
}


#function3 {
	float: right;
	width: 233px;
	height: 40px;
	margin: 0 auto 0 0;
}

#function3 .loupe{
	text-align: right;
	margin: 10px 0 13px 0;
}

#function3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#function3 li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 12px;
	background: url(../images/function_icon.gif) no-repeat;
	display: inline;
}

#function3 li a {
	color: #0d3b74;
}

#function3 li a:hover {
	color: #fcb200;
}

#function3 li:first-child {
	margin: 0;
}

#function3 dl {
	width: 233px;
	margin: 0;
	padding: 0;
}
#function3 dt {
	float: right;
	position: relative;
	padding:0;
	margin: 0;
	width: 233px;
	height: 40px;
	overflow: hidden;
  border:1px solid #CCC;
}

#function3 dt .text{
	text-align:center;
	width: 152px;
	height: 40px;
	font-size:100%;
	font-weight:normal;
}

#ruby_change {
	position: absolute;
	background: url(../images/ruby_change.png) no-repeat;
	width: 233px;
	height: 40px;
}

#function3 dd{
	position: absolute;
	display: block;
	float:left;
	width: 56px;
	height: 35px;
	margin: 3px 1px 0 0;
	color:#000;
	background-color:#EEE;
	border:1px solid #CCC;
}

#function3 dd .img {
	position: absolute;
	width: 56px;
	height: 35px;
}

#function3 dd.top {
	margin-left: 118px;
}

#function3 a {
	text-decoration:none;
	color:#000;
}

#function3 .text {
	width: 56px;
	height: 35px;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	display: block;
}

#function3 dd.top2 {
	margin-left: 174px;
}

a #rubyon {
	position: absolute;
	top: 0;
	background: url(../images/ruby_button.png) no-repeat 0px 0px;
	width: 56px;
	height: 35px;
}

a:hover #rubyon {
	position: absolute;
	top: 0;
	background: url(../images/ruby_button.png) no-repeat 0px -35px;
	width: 56px;
	height: 35px;
}

a #rubyoff {
	position: absolute;
	top: 0;
	background: url(../images/ruby_button.png) no-repeat -56px 0px;
	width: 56px;
	height: 35px;
}

a:hover #rubyoff {
	position: absolute;
	top: 0;
	background: url(../images/ruby_button.png) no-repeat -56px -35px;
	width: 56px;
	height: 35px;
}

/* navi詳細
---------------------------------------------------- */
#navi ul {
	width: 1000px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navi li {
	background-color:#115B11;
	color:#FFF;
	width: 136px;
	height: 55px;
	border-right:1px solid #999;
	border-left:1px double #999;
	border-top:1px solid #AAA;
	border-bottom: 1px solid #030;
	position: relative;
	float: left;
}

#navi ul > *:first-child + * + * + * + * + * + * {
	width: 170px;
}

#navi li a {
	background-color:#EEE;
	text-decoration: none;
	color:#333;
	width: 100%;
	height: 100%;
	display: block;
	position:absolute;
	left: 0;
}

#navi li a:hover {
	background-color: #228822;
	color:#FFF;
}

#navi span {
	width: 100%;
	height: 100%;
	display: block;
	margin: 14px 0 0 0;
}

/* トップページレイアウト
---------------------------------------------------- */
#section {
	margin: 0;
	padding: 0;
	width: 1000px;
}

.information {
	float: left;
	margin: -20px 0px 10px 10px;
	padding: 42px 0 0 80px;
	width: 500px;
	height: 340px;
	background: url(../images/information.jpg) no-repeat;
}

.emphasis {
	color: #b8860b;
}

.entrance {
	margin: -30px 0px 0px -10px;
	float: left;
}

#section2 {
	margin: 0;
	padding: 0;
	width: 1000px;
}

.manifest {
	width: 700px;
	height: 500px;
	margin: 0 32px 20px 20px;
	background: url(../images/manifest_back.jpg) no-repeat;
	color: #000;
	text-align : center ;
	border: 4px double #660;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	float: left;
}

.manifest table{
	margin-left : auto ;
	margin-right : auto ;
	text-align : left ;
}

.manifest h1 {
	padding: 0 0 0 30px;
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体";
}

.work_seen1 {
	float: left;
	width: 500px;
	text-align : center ;
}

.work_seen1_title {
	margin: 0 20px;
	padding: 1px;
	color: #fff;
	background-color: #9d7b31;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}

.work_seen1_back {
	width: 500px;
	height: 350px;
	background: url(../images/s_work001.jpg) no-repeat;
	text-align : center ;
}

.work_seen1_img {
}

.work_seen2 {
	float: left;
	width: 500px;
	text-align: center;
}

.work_seen2_title {
	margin: 0 20px;
	padding: 1px;
	color: #fff;
	background-color: #3a7fcc;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}
.work_seen2_back {
	width: 500px;
	height: 350px;
	background: url(../images/s_work002.jpg) no-repeat;
	text-align : center ;
}

.work_seen2_img {
}

/*--------------------------------------------------------------------
機関紙
--------------------------------------------------------------------*/
.dayori {
	width: 160px;
	margin: 20px;
	padding: 20px;
	text-align: center;
	line-height: 1.2;
	background: #228822;
	color: #FFF;
	float: left;
}

h2 .dayori2 {
	word-break: normal;
}

.backlist {
	margin: 19px 0 0 0;
	padding: 0;
}

.dayori img {
	border: #000;
	margin: 3px 0;
}

.dayori a {
	color: #FFF;
}

.dayori a:hover {
	background:#295;
}

.future h2 {
	background: url(../images/title_back.jpg) no-repeat;
	color: #fff;
	width: 960px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 10px 0 5px 10px;
}

/* 施設概要レイアウト
---------------------------------------------------- */
.outline h2 {
	background: url(../images/title_back.jpg) no-repeat;
	color: #fff;
	width: 960px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 10px 0 5px 10px;
}

.outline h3 {
	width: 175px;
	margin: 0 0 0 10px;
	padding: 0;
}

.outline p {
	margin: 10px 20px 10px 10px;
	padding: 0;
	line-height: 30px;
}

.various_functions h3 {
	position: relative;
	overflow: hidden;
	width: 175px;
	margin: 0 0 0 10px;
	padding: 0;
}

.various_functions h3 span {
	position: absolute;
	width: 75px;
	border: none;
	display: block;
}

.various_functions dl {
	list-style: none;
	margin: 10px 0 0 20px;
	padding: 0;
}

.various_functions dt {
	margin: 0 20px 10px 0;
	padding: 20px 0 20px 10px;
	background: #228822;
	color: #FFF;
	width: 180px;
	vertical-align: middle;
	float: left;
}

.various_functions dd {
	margin: 0 20px 10px 0;
	padding: 20px 0 20px 10px;
	vertical-align: middle;
}

.building {
	padding: 20px 0 0 0;
}

.building1 {
	margin: 50px 20px 10px 0;
	padding: 20px 0 20px 20px;
	float: left;
}

.building2 {
	margin: 0 20px 10px 0;
	padding: 20px 0 20px 10px;
	width: 500px;
	float: left;
}

.building2 dt {
	width: 120px;
}

/* 事業内容レイアウト
---------------------------------------------------- */
.business h2 {
	background: url(../images/title_back.jpg) no-repeat;
	color: #fff;
	width: 960px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 10px 0 5px 10px;
}

.business h3 {
	position: relative;
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 0;
}

.detail {
	margin: 0 0 30px 0;
	padding: 0;
}

.flowing {
	color: #228B22;
}

.b_list {
	margin: auto;
	width :980px;
}

.business table {
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	width :480px;
}

.business td {
	border-color: #228B22;
	border-width : 1px;
	border-style : solid;
	padding : 10px;
}

.ls1, .ls2, .ls5, .ls6, .ls9, .ls10 {
	background-color: #afa;
}

.ls3, .ls4, .ls7, .ls8, .ls11, .ls12, .ls13, .ls14 {
	background-color: #fff;
}

.b_list1 {
	float: left;
}

.b_list2 {
	margin: 0 0 0 20px;
	float: left;
}

.l_img{
	margin: auto;
	width :880px;
}

.img{
	margin: auto;
	padding: 9px;
	text-align: center;
	float: left;
}

/* 作業内容レイアウト

---------------------------------------------------- */

.work h2 {
	background: url(../images/title_back.jpg) no-repeat;
	color: #fff;
	width: 960px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 10px 0 5px 10px;
}

.work h3 {
	position: relative;
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 0;
}

.work p {
	margin: 10px 20px 10px 10px;
	padding: 0;
	line-height: 30px;
}

/* コーヒーレイアウト
---------------------------------------------------- */
.coffee {
	height: 550px;
}

.coffee h2 {
	background: url(../images/title_back.jpg) no-repeat;
	color: #fff;
	width: 960px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 10px 0 5px 10px;
}

.coffee h3 {
	position: relative;
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 0;
}

.coffee p {
	margin: 10px 20px 10px 10px;
	padding: 0;
	line-height: 30px;
}

/* 関連リンクレイアウト

---------------------------------------------------- */
.link h2 {
	background: url(../images/title_back.jpg) no-repeat;
	color: #fff;
	width: 960px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 10px 0 5px 10px;
}

.link h3 {
	position: relative;
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 0;
}

.link p {
	margin: 10px 20px 10px 10px;
	padding: 0;
	line-height: 30px;
}


.link_table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 2.5;
	width: 100%;
}

.link_table caption {
	background-color:#228822;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

.link_table td {
	padding: 0 0 0 8px;
	vertical-align: top;
	width: 50%;
}

.link_table tr:nth-child(2n) {
	background-color: #EEE;
}



/* アクセスマップレイアウト

---------------------------------------------------- */

.access h2 {
	background: url(../images/title_back.jpg) no-repeat;
	color: #fff;
	width: 960px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 10px 0 5px 10px;
}

#footerGmap {
	height: 600px;
	border: 2px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#map {
	margin: 0 0 20px 0;
	padding: 0;
}

#map2 {
	width: 550px;
	float: left;
}

#map2_2 {
	width: 430px;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
}

/* さをり折りレイアウト

---------------------------------------------------- */

.textile h2 {

	position: relative;

	overflow: hidden;

	width: 1000px;

	height: 60px;

	margin: 0;

	padding: 0;

}



.textile h2 span {

	position: absolute;

	background: url(../images/textile.gif) no-repeat;

	width: 1000px;

	height: 60px;

	border: none;

	display: block;

}



.sale h2 {

	position: relative;

	width: 1000px;

	height: 60px;

	overflow: hidden;

	margin: 0 0 10px 0;

	padding: 0;

}



.sale h2 span {

	position: absolute;

	background: url(../images/sale.gif) no-repeat;

	width: 1000px;

	height: 60px;

	border: none;

	display: block;

}



#surrounds {

	margin: 0 auto;

	padding: 0;

	width: 1066px;

}



.surrounds_1 {

	float: left;

	width: 523px;

}



.konohana {

	float: left;

	margin: 0 20px 5px 20px;

	width: 200px;

	height: 200px;

}



.konohana span {

	float: left;

	background: url(../images/konohana.jpg) no-repeat;

	width: 200px;

	height: 200px;

	margin: 0;

}



.hana1 ul {

	width: 450px;

}



.hana1 li {

	float: right;

	list-style-type: none;

	width: 250px;

}



.surrounds_2 {

	float: right;

	width: 523px;

}



.nagai {

	float: left;

	margin: 0 0 20px 0;

	width: 200px;

	height: 200px;

}



.nagai span {

	float: left;

	background: url(../images/lounge.jpg) no-repeat;

	width: 200px;

	height: 200px;

	margin: 0;

}



.hana ul {

	width: 400px;

}



.hana li {

	float: right;

	list-style-type: none;

	width: 230px;

}



.maisima {

	float: left;

	margin: 0 0 20px 20px;

	width: 200px;

	height: 200px;

}



.maisima span {

	float: left;

	background: url(../images/schopp.jpg) no-repeat;

	width: 200px;

	height: 200px;

	margin: 0;

}



.ha-to {

	float: left;

	margin: 0 0 20px 0;

	width: 200px;

	height: 200px;

}



.ha-to span {

	float: left;

	background: url(../images/tea.jpg) no-repeat;

	width: 200px;

	height: 200px;

	margin: 0;

}
