/* charset */
@charset "shift_jis";

/* タグの指定 */

html {
	overflow-x: hidden;
}

#linklist p,
#extra p {
	margin: 0px;
	padding: 0px;
}

hr{
	margin: 10px 0px 0px;
	padding: 0px;
	color: #6b8617;
	background-color: #6b8617;
}

h1{
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

h3{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

h4{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

h5{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

h6{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

abbr{
	border: none;
}


img{
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align:top;
}

table{
	text-align: center;
	padding: 0px;
	margin: 0px auto;
}


body{
	background-color: #fff;
	text-align: center;
	font-size: 0.95em;
	font-family: 'ＭＳ Ｐゴシック','ＭＳ ゴシック';
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	height:100%; /* 100 % height */
	color:#593933;
	scrollbar-base-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #C7BE9E;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #C7BE9E;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #C7BE9E;
}

#container a:link{
	color: #637f42;
}

#container a:visited{
	color: #006F37;
}

#container a:hover{
	color: #ff9000;
	text-decoration: none;
}

#container a:active{
	color: #006380;
	text-decoration: none;
}

.pankuzu a:link{
	text-decoration: none;
}

.pankuzu a:visited{
	text-decoration: none;
}

.pankuzu a:active{
	text-decoration: none;
}

.pankuzu a:hover{
	text-decoration: underline;
}

/* レイアウト */

html>body #container {
    height:100%; /* 100 % height */
}

#container {
	margin: 0px auto 0px;
	width: 100%;
}

body #container {height:100%;} /* 100 % height */

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

#contents {
	margin: 0px 230px 100px 250px;
	padding: 0px;
	min-width: 100px;
	min-height: 720px;
	_height: 720px;
	overflow: hidden;
}

.contents {
	margin: 5% auto 0px;
	padding: 0px;
	width: 90%;
	min-height: 1em;
	overflow: hidden;
	text-align: left;
	list-style: decimal;
}

#linklist{
	margin: 0px 0px 80px -100%;
	width: 250px;
	float: left;
	background: transparent url(../images/templateimage/bg_linklist.png) top repeat-y;
	position: relative;
	z-index: 2;
}

* html #linklist {
	background-image:none;
	background-color: #fff;
}

#extra{
	margin: 0px 0px 0px -230px;
	width: 230px;
	float: left;
	background: transparent url("../images/templateimage/bg_extra.png") top repeat-y;
	position: relative;
	z-index: 1;
}

* html #extra {
	background-image:none;
    background-color: #fff;
}

#footer{
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	clear: both;
	background-color: #fff;
	background: transparent url("../images/templateimage/footerfade.png") top repeat-x;
	position:fixed;
	left: 0px;
	bottom: -2px;
	z-index: 3;
}

* html #footer {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/templateimage/footerfade.png",sizingMethod=scale);
	clear: both;
	position: absolute;
    bottom: 0px;
    left: 0px;
    top:expression(eval(document.compatMode &&
        document.compatMode=='CSS1Compat') ?
        documentElement.scrollTop
        +(documentElement.clientHeight-this.clientHeight) - 1
        : document.body.scrollTop
    +(document.body.clientHeight-this.clientHeight) - 1);
}

.leafbud {
	margin: 21px auto 0px;
	padding: 0px;
	width: 62px;
	height: 79px;
	text-align: center;
}

/* ナビゲーション部分 */

#nav {
	margin: 25px auto 0px 20px;
	padding: 0px;
	width: 213px;
	height: 200px;
	text-align: right;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px;
	padding: 0px;
	width: 212px;
	height: 65px;
	list-style: none;
}

#whatsnew {
	margin: 10px auto 0px 20px;
	padding: 0px;
	width: 213px;
	height: 232px;
	clear: right;
	background: transparent url("../images/templateimage/bg_whatsnew.gif") top no-repeat;
}

.whatsnew {
	margin: 0px auto 0px;
	padding: 0px;
	width: 180px;
	height: 180px;
	overflow: hidden;
	position: relative;
	top: 40px;
	text-align: left;
	color: #626C43;
}

.whatsnew a:link{
	text-decoration: underline;
}

.whatsnew a:visited{
	text-decoration: underline;
}

#linkedsite {
	margin: 25px 18px 0px auto;
	padding: 0px;
	width: 211px;
	min-height: 1em;
	overflow: hidden;
	text-align: left;
}

#linkedsite ul {
	margin: 0px;
	padding: 0px;
}

#linkedsite li {
	margin: 0px auto 20px;
	padding: 0px;
	width: 211px;
	height: 26px;
	list-style: none;
}

/* extra部分 */

#search {
	margin: 23px 0px 0px;
	padding: 0px;
	width: 200;
	height: 20px;
	text-align: right;
}

.entryfield {
	margin: 0px 2px 0px auto;
	padding: 0px;
	width: 160px;
	height: 20px;
	float: left;
	_text-align: left;
}

.entrybtn {
	margin: 0px 0px 0px;
	padding: 0px;
	width: 38px;
	height: 20px;
	float: left;
}

#logo {
	margin: 20px auto 0px 7px;
	padding: 0px;
	width: 196px;
	height: 125px;
	clear: both;
}

#rss {
	margin: 25px auto 0px 8px;
	padding: 0px;
	width: 196px;
	height: 51px;
}

.rss {
	margin: 0px;
	padding: 0px;
	width: 63px;
	float: left;
}

#rss ol {
	margin: 0px;
	padding: 0px;
}

#rss li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	width: 63px;
	height: 15px;
	text-align: left;
	list-style: none;
	float: left;
	clear: both;
}

.subscribeto_rss {
	margin: 0px 0px 0px 11px;
	padding: 0px;
	width: 119px;
	height: 51pxpx;
	text-align: right;
	float: left;
}

#calendar {
	margin: 40px auto 0px 8px;
	padding: 0px;
	width: 150px;
	min-height: 190px;
	_height: 190px;
	clear: both;
	font-size: 1.1em;
}

#calendar table {
	width: 196px;
	text-align: center;
}

#calendar caption {
	text-align: center;
}

#calendar caption a:link {
	text-decoration: underline;
}

#calendar caption a:visited {
	text-decoration: underline;
}

#calendar .selected {
	background-color: #89A72F;
}

#calendar .selected a:link {
	color: #fff;
}

#calendar .selected a:visited {
	color: #fff;
}

/* トップページタイトル */

.titledisplay {
	margin: 20% auto 0px;
	padding: 0px;
	width: 514px;
	height: 329px;

	text-align: center;
}

/* contents(class)部分 */

.post_date {
	margin: 0px auto 0px 10px;
	padding: 0px;
	color: #95815b;
	font-size: 0.9em;
}

.post_date a {
	padding: 0 15px;
	text-decoration: none;
}

#citycouncil {
	margin: 0px auto 0px;
	padding: 0px;
	width: 100%;
	_height: 630px;
	background: transparent url("../images/templateimage/bg_citycouncil.gif") left top no-repeat;
}

#observationreport {
	margin: 0px auto 0px;
	padding: 0px;
	width: 100%;
	_height: 630px;
	background: transparent url("../images/templateimage/bg_observationreport.gif") left top no-repeat;
}

#consideration {
	margin: 0px auto 0px;
	padding: 0px;
	width: 100%;
	_height: 630px;
	background: transparent url("../images/templateimage/bg_consideration.gif") left no-repeat;
}

#search_result {
	margin: 0px auto 0px;
	padding: 0px;
	width: 100%;
	_height: 630px;
	background: transparent url("../images/templateimage/bg_search_result.gif") left no-repeat;
}

html>body #citycouncil,
html>body #observationreport,
html>body #consideration,
html>body #search_result {
	min-height: 630px;
	overflow: hidden;
}

.contents_title {
	margin: 0px;
	padding: 0px;
	float: left;
}

.notfound {
	margin: 0px;
	padding: 0px;
	font-size: 0.6em;
}

.postedtitle {
	margin: 25px auto 0px 25%;
	padding: 0px;
	width: 75%;
	min-height: 1em;
	overflow: hidden;
}

.postedtitle p {
	margin: 0px auto 0px;
	padding: 0px;
	font-size: 2em;
	line-height: 1.7em;
}

.fonthalf {
	font-size: 0.5em;
}

.postedtitle a:link{
	text-decoration: none;
}

.postedtitle a:visited{
	text-decoration: none;
}

.another {
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
}

.another a {
	padding: 0 15px;
}

.nolog {
	font-size: 0.5em;
}

/* コメント */

#comments {
	margin: 20px 0px 0px;
	padding: 20px;
	background-color: #f0f4e2;
	border: 1px dashed #9eb25e;
}

.comments {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	color: #9eb25e;
	border-bottom: 1px dashed #9eb25e;
}

.reader {
	margin: 0px;
	padding: 0px;
	color: #A9B486;
	font-size: 0.8em;
}

/* プロフィール */

#profile {
	margin: 0px auto auto;
	padding: 0px;
	width: 750px;
	height: 463px;
	text-align: left;
}

.prpfile_name  {
	float: left;
}

.profile {
	clear: both;
}

.photographicimagery {
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 389px;
	float: left;
}

.profileinformation {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 500px;
	min-height: 630px;
	_height: 630px;
	float: left;
	line-height: 1.3em;
	background: transparent url("../images/templateimage/bg_profileinformation.gif") top no-repeat;
}

.surname {
	margin: 10px 0px 15px;
	border-bottom: 1px solid #6b8617;
}

.surname img {
	margin: 0px 5px 0px 20px;
	padding: 0px;
}

.fontsmall {
	color: #6b8617;
	font-size: 0.8em;
	font-weight: bold;
}

.paragraphic {
	margin: 0px 0px 10px;
}

.indent {
	margin: 0px 0px 0px 1em;
	padding: 0px;
}

/*　メールフォーム　*/

#mailform {
	width: 500px;
	margin: 5% auto 30px;
	padding: 0px;
	text-align: left;
}

.mailform {
	width: 480px;
	margin: 0px auto 10px;
	padding: 10px;
	background-color: #eff9d0;
	border: 1px solid #998276;
}

#mailform input,
#mailform textarea {
	border: 1px solid #6b8617;
}

.epexegetical {
	margin: 20px auto 10px;
	padding: 0px;
	width: 500px;
	min-height: 1em;
	overflow: hidden;
	color: #848939;
	font-size: 0.8em;
}

.fontred {
	color: #c30000;
}

#sent_mail {
	margin: 0px auto 0px;
	padding: 0px;
	width: 100%;
	min-height: 630px;
	overflow: hidden;
	_height: 630px;
	background: transparent url("../images/templateimage/bg_sent_mail.gif") center no-repeat;
}

/* over ride */
div.contents h1 {
	color: #593933;
	line-height: 1.3;
	margin: 0 0 10px;
	padding: 3px 10px;
	font-size: 151%;
	font-family: arial,sans-serif;
	border-bottom: 2px solid #86a14c;
	border-left: 15px solid #86a14c;
}

/* social bookmarking */
.wp_social_bookmarking_light {
	margin: 15px 0 20px;
}
.wsbl_facebook_like,
.wsbl_twitter,
.wsbl_google_plus_one,
.wsbl_line {
	float: left;
	margin-right: 10px;
}
.wsbl_twitter iframe {
	width: 88px !important;
}

.socialBookmark {
	margin: 15px 0 50px;
}
.wsbl_facebook_like,
.wsbl_twitter,
.wsbl_google_plus_one,
.wsbl_line {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.wsbl_facebook_like iframe {
	width: 106px !important;
}
.wsbl_twitter iframe {
	width: 88px !important;
}
.wsbl_google_plus_one {
	width: 60px
}

/* profile override */
.profileinformation table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.profileinformation th,
.profileinformation td {
	padding: 5px 5px;
	font-weight: normal;
	border: 1px solid #666666;
}
.profileinformation th {
	font-size: 0.85em;
}

@media screen and (max-device-width: 480px) {
#profile {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
}
