@charset "utf-8";
body {
	margin: 0px;
	background-color:#336633;
	font-size:12px;
	line-height:1.5em;
	text-align:center;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	background-image: url(images/back-all.gif);
	background-repeat: repeat-x;
}
img {
	border: 0;
	margin: 0;
	display:block;
}

/*コンテンツ囲み*/
#contener {
	width: 900px;
	margin:0 auto;
	padding:0;
	/*background-image: url(images/contents-back.jpg);*/
}
/*ヘッダー*/
#header{
	margin: 0 10px;
	padding:0;
	text-align:center;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-image:url(images/header.jpg);
}
#header p{
	line-height: 20px;
	text-align: left;
	margin: 5px 0;
	color: #FFFFFF;
	font-size:14px;
}
#header img{
	margin:5px 5px 5px 10px;
}

/*メニュー*/
#menu{
	height:35px;
	margin: 0 auto;
	padding:0;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align: center;
	background-color:#996600;
}
#menu ul{
	display:inline;
	margin:0;
	padding:0;
	text-align: center;
	font-size:14px;
}
#menu li{
	list-style-type:none;
	float:left;
	text-align:center;
	padding:0 18px;　　
	margin:0;
}
.boton{
	height:35px;
	line-height:35px;
}
.boton a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.boton a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.boton a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}
.boton a:active{
	color:#FF3333;
	text-decoration:none;
}
/*メイン部分*/
#main{
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0 10px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	width: auto;
}
#slideshow {
	width: 858px;
	height: 520px;
}
/*メイン部分*/
#info{
	border:#CCCCCC 1px solid;
}
#info dl{
	margin:0;
	padding:10px;
}
#info dt{
	padding:5px 10px 5px 5px;
	float:left;
	line-height: 120%;
	font-size: 12px;
	border-right:#003300 2px solid;
	color:#CC0000;
	font-weight:bold;
}
#info dd{
	padding:5px 5px 5px 40px;
	line-height: 120%;

}

#address{/*連絡先*/
	border:#000000 dotted 1px;
	margin-top:10px;
	font-size:14px;
	text-align:right;
	padding:5px;
	clear: both;
}
#address strong{
	color:#CC0000;
}

/*フッター*/
#footer{
	width: 740px;
	margin:0 auto;
	height:30px;
	line-height:30px;
	text-align: center;
	padding-top: 10px;
	/*background-image: url(images/footer-back.jpg);*/
	background-repeat: no-repeat;
}
#footer ul{
	display:inline;
	margin:0;
}
#footer li{
	list-style-type:none;
	float:left;
	padding:0 5px;
	margin:0;
}
#footer a:link{
	color:#000000;
	text-decoration:none;
}
#footer a:visited{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	color:#FF9900;
	text-decoration:underline;
}
#footer a:active{
	color:#CC0000;
	text-decoration:none;
}
.copyright{
	width:720px;
	color:#000000;
	margin:0 auto;
	text-align:center;
}

/*中央寄せ*/
.center{
	text-align:center;
}
/*左寄せ*/
.left{
	text-align:left;
}
/*右寄せ*/
.right{
	text-align:right;
}
h1{
	border-left: #FF9933 solid 5px;
	border-bottom: #FF9933 solid 1px;
	font-size: 24px;
	line-height: 24px;
	padding: 5px;
	color: #003300;
	margin-top: 0;
}
h2{
	background-color: #035954;
	color: #FFFFFF;
	border: none;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,183,112,1.00) 0%,rgba(0,69,29,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,183,112,1.00) 0%,rgba(0,69,29,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,183,112,1.00) 0%,rgba(0,69,29,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,183,112,1.00) 0%,rgba(0,69,29,1.00) 100%);
}
.clear{
	clear:both;
}
p{
	padding-left:10px;
	margin:3px 0 10px 0;
}
span{
	color:#CC0000;
}
