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


/* -----------------------------------
   ヘッダー
 * ----------------------------------- */
#header-inner {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* -----------------------------------
   コンテナー
 * ----------------------------------- */
 
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#container-main {
	padding-top: 15px;
}
#column-left {
	float: left;
	width: 300px;
}
#column-center {
	float: left;
	width: 330px;
	margin-left: 20px;
}
#column-right {
	margin-left: 670px;
}
#column-left-inn {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#subContainer {
	margin-top: 25px;
}
#sub-column-left {
	float: left;
	width: 650px;
}
#sub-column-right {
	margin-left: 670px;
}
#container-character {
	position: absolute;
	width: 300px;
}
#container-character-img {
	width: 90px;
	float: left;
}
#container-character-img img {
	width: 100%;
}
#container-character p{
	font-size: 10px;
	text-align: left;
	bottom: 0px;
	position: absolute;
	left: 99px;
}
#container-character p span{
	font-size: 12px;	
}


/* -----------------------------------
   見出し
 * ----------------------------------- */
 
h2 {
	padding: 4px 5px 2px 10px;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 2.4;
	background-color: #ebefe5;
	border-radius: 8px 8px 0px 0px;
	border-bottom: 2px solid #007b16;
}
h3 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	position: relative;
    border-bottom: 2px solid #ccc;
	font-weight: bold;
}
h3:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 25%;
    height: 2px;
    background-color: #007b16;
}

#twoLine {
	line-height: 1.1;
	padding-top: 8px;
}

/* -----------------------------------
   リンクボタン
 * ----------------------------------- */
.link-btn {
	width: 25%;
	float: left;
}
.link-btn li {
	width: 100%;
	margin-bottom: 7px;
}
.link-btn li a {
	padding: 12px 3px 8px;
	margin: 2px 3px;
	line-height: 1.3;
	display: block;
	text-align: center;
	background-color: #007b16;
	border-radius: 6px;
	color: #FFFFFF;
}
.link-btn li a span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
}
.link-btn li a:hover,
.link-btn#link-btn-blue li a:hover {
	background-color: #FF6600;
}
.link-btn#link-btn-wide {
	width: 74.5%;
	float: right;
}

/* -----------------------------------
   地図
 * ----------------------------------- */
#mapArea {
	background-repeat: no-repeat;
	background-image: url(../images/areamap/map.png);
}

/* -----------------------------------
   更新情報
 * ----------------------------------- */

#container-news {
	height: 330px;
	line-height: 1.2;
	overflow-y: scroll;
}
#container-news dt {
	font-size: 12px;
}
#container-news dd {
	padding: 1px 0px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
	margin-top: 5px;
}
#container-news dd a {
	text-decoration: none;
}
#container-news dd a:visited {
	color: #00F;
}
#container-news dd a:hover {
	color: #F60;
}

/* -----------------------------------
   関連リンク
 * ----------------------------------- */
.carousel {
    float: left;
    position: relative;
    visibility: hidden;
    left: -5000px;
}
.carousel ul li {
	width: 140px;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	line-height: 1.2;
}
.carousel ul li img {
	border: 1px solid #AAAAAA;
	width: 100%;
}
a.prev,
a.next {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #333333;
	color: #ffffff;
	border-radius: 12px;
	float: left;
	text-align: center;
	margin-top: 65px;
}
a.prev:hover,
a.next:hover {
	background-color: #666666;
}
#subContainer a.prev:visited,
#subContainer a.next:visited{
	color: #ffffff;
}

/* -----------------------------------
   サブコンテナリンク
 * ----------------------------------- */

#subContainer a {
	text-decoration: none;
}
#subContainer a:visited {
	color: #00F;
}
#subContainer a:hover {
	color: #F60;
}

/* -----------------------------------
   リスト
 * ----------------------------------- */
#text-list li {
	text-indent: -1em;
	padding-left: 1em;
}
#text-list li:before{
	content: "▶";
	 font-size: 90%;
	padding-right: 3px;
}

/* -----------------------------------
   フッター
 * ----------------------------------- */

#footer {
	padding-top: 10px;
	font-size: 93%;
	margin-top: 20px;
	border-top: 1px solid #999999;
}
#footer-inner {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#footer-info {
	float: left;
	background-color: #E6E6E6;
	padding: 5px 5px 2px;
	margin-right: 5px;
	line-height: 1.1;
}
#address {
	float: left;
	text-align: left;
}
#text-right {
	float: right;
	text-align: right;
}
