﻿@charset "UTF-8";

/* 共通インクルード */
@import url("common.css");

#leftnews {
 width: 304px;
 height: auto;
 float:left;
 margin: 0px 0px 0px 1px;
 padding; 0px 0px 0px 0px;
 border-width: 1px;
 border-color: #bcada1;
 border-top-style: solid;
 border-left-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
}

/* リンク */
#leftlink {
/*
 margin: 0px;
 padding: 1px;
 text-align: left;
*/
}
#leftlink p {
 text-align: center;
}

#leftlink h2 {
 color:#000000;
 background:#FFFFFF;
 text-align: center;
 font-weight: bold;
 padding: 2px;
 margin: 1px;
 border-style: ridge;
 border-width: 2pt;
 border-color: #ffffff;
 text-align: center;
}
#leftlink h3 {
 color:#FFFFFF;
 text-align: center;
 background:#5e3518;
 line-height: 120%;
 border-style: double;
 padding: 4px;
 margin: 14px 12px;
}
 
#leftlink h4 {
 color:#000;
 text-align: center;
 padding: 4px;
 margin: 4px;
}
 
#leftlink img {
 margin: 2px;
}

#leftlink a {
 color: #000080;
}

#leftlink a:visited {
 color: #000030;
}

#leftlink a:hover {
 color: #000080;
/* background: #E0E0E0; */
}

/* メインコンテンツ */
#main { 
 float: right;
 width: 499px;
 margin: 0px 2px 1px 0px;
 padding; 0px 0px 0px 0px;
 border-width: 1px;
 border-color: #bcada1;
 border-top-style: solid;
 border-left-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
}

#main img {
 margin: 4px;
 padding: 4px;
}

/* コンテンツ内容 */
#contentstitle{
 color:#000;
}

#contentstitle a{
 color:#000;
 text-decoration: none;
}

#contentstitle h2 {
 color: #000;
 background-image: url("../img/midashi.png");
 background-position: left;
 background-repeat: no-repeat;
 font-size: 1.4em;
 background-color:#FFF;
 font-weight: bold;
/* 上 右 下 左 */
 padding: 0px 0px 0px 2px;
 margin: 0px 0px 0px 8px;
 width: 510px;
 height: 28px;
 text-align: center;
/* border-left-style: outset; 
 border-bottom-style: double; 
 border-width: 8pt; */
}

/* MAP */
#townmap {
 position: center;
 text-align: center;
 line-height: 150%;
 bottom: 0px;
 clear: both;
 width: 790px;
 color:#c0c0c0;
 margin: 0px 0px 0px 0px;
 padding: 4px;
 background:#FFFFFF;
 border-left-style: outset;
 border-right-style: outset;
 border-top-style: outset;
 border-bottom-style: outset;
 border-width: 4px;
}

#townmap img {
 margin: 8px 0px 0px 8px;
}

#contents {
	iframe { border: none; height: auto; }
}

#center {
 text-align: center;
/* position: center;
 margin-left: auto;
 margin-right: auto;
*/
}
#contents a {
 color: #000080;
}

#contents a:hover {
 color: #020202;
 font-weight: bold;
}

#contents a:visited {
 color: #909090;
}

#contents a:visited:hover {
 color: #020202;
 font-size: 1.2em;
 font-weight: bold;
}

br {
 line-height: 150%;
}


