body {
	font-size: 12px;
	line-height: 1.65;
	font-family: Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,sans-serif;
	width: 870px;
	margin: 0 auto;
	color: #222;
	background: #9ccec6;
	}

a:link {color: #0c7dae;text-decoration:none;}
a:visited {color: #032f43;text-decoration:none;}
a:hover {color: #0c7dae;text-decoration:underline;}


#wrapper_box {
	display: block;
	position: relative;
	text-align: left;
	width: 820px;
	margin: 10px auto 0;
	border: 1px solid #78a095;
	}

#wrapper {
	display: block;
	float: left;
	width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background: #fff;
	}


/* ----- ヘッダー部 ----- */

#header_box {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff;
	}

#header {
	display: block;
	overflow: hidden;
	background: #78a095;
	}

#headerimage {
	display: block;
	width: 100%;
	}

#logo {
	float: left;
	}




/* ----- コンテンツ部全体 ----- */

#page {
	clear: both;
	display: block;
	width: 800px;
	margin: 10px auto 0;
	}



/* ----- パンくずリスト ----- */

div.breadcrumb {
	display: block;
	width: 590px;
	margin: 0 0 15px;
	padding: 0px 10px 6px;
	font-size: 12px;
	border-bottom: 4px solid #78a095;
	}



/* ----- 本文エリア ----- */

#content {
	display: block;
	float: right;
	width: 610px;
	margin: 0px;
	padding: 0 0 20px 0;
	background: url(images/k2bg2.gif) left bottom no-repeat;
	}

#content_inner {
	display: block;
	width: 570px;
	margin: 0 auto;
	padding: 0;
	}

#content ul {
	padding: 0 0 10px 20px;
	}

#content ul li {
	padding: 0px 0 0px 13px;
	background: url(images/list.png) left 6px no-repeat;
	}

#content ul.archivelist {
	padding: 0 0 10px 0;
	}


#content ul.archivelist li {
	padding: 7px 0 7px 13px;
	background: url(images/list.png) left 9px no-repeat;
	border-bottom: 1px dashed #ccc;
	line-height: 1.4;
	}




/* ---------- 前のページ・次のページ・トップへ戻る ---------- */

p.contentnavi {
	text-align: right;
	}

p.gotop {
	text-align: right;
	font-size: 90%;}




/* ---------- サイドバー ---------- */

#sidebar {
	float: left;
	width: 184px;
	margin: 0 1px 16px 0;
	padding: 0 5px 0 0;
	line-height: 1.8;
	}

h3.sidebar_title{
	display: block;
	margin: 0 9px 0 0;
	padding: 2px 0 2px 12px;
	color: #fff;
	background: #78a095 url(../images/main_nav_bg.gif) left -12px no-repeat;
	}

#sidebar p {
	padding: 0px;
	font-size: 90%;
	}

#sidebar ul {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 95%;
	}

#sidebar ul li a {
	display: block;
	width: 155px;
	padding: 3px 8px 3px 12px;
	color: #032f43;
	line-height: 1.4;
	background: #d2dfdc url(../images/nav_item_left.gif) left bottom no-repeat;
	border-bottom: 5px solid #fff;
	}

#sidebar ul li a:hover {
	display: block;
	width: 155px;
	padding: 3px 8px 3px 12px;
	color: #032f43;
	line-height: 1.4;
	background: #fff;
	border-bottom: 5px solid #fff;
	}


/* ---------- フッター関連 ---------- */

#footer_box {
	display: block;
	float: left;
	text-align: center;
	width: 800px;
	padding: 0 0 10px;
	background: #fff;
	}
	
#footer {
	background: #d2dfdc;
	padding: 5px 10px;
	}

#footer p{
	font-size: 11px;
	text-align: right;
	line-height: 180%;

	}

#footer p a{
	text-decoration: none;
	}

#footer p a:hover{
	text-decoration: underline;
	}



/* ---------- 全体のテキストやイメージなど ---------- */

h1 {
	display: block;
	float: right;
	line-height: 1.3;
	text-align: right;
	font-size: 12px;
	margin: 10px 20px 0 0;
	color: #fff;
	}

h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 6px 0;
	line-height: 1.2;
	background: url(images/h2.png) bottom no-repeat;
	}

h3 {
	font-size: 130%;
	font-weight: bold;
	margin: 24px 0 6px;
	padding: 0;
	color: #990100;
		}

h4 {
	line-height: 1.4;
	width: 417px;
	font-size: 130%;
	font-weight: bold;
	margin: 16px 0 8px;
	padding: 0;
	border-bottom: 1px solid #990100;
	}

h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 0px;
	}

strong {
	font-weight: bold;
	}
	
p {
	margin: 5px 0 0;
	padding: 0 0 4px;
	text-align: justify;
	}

img{
	border: 0px;
	vertical-align: bottom;
	}

.entry img {
	clear: right;
	float: right;
	margin: 0 0 15px 20px;
	background: #fff;
	padding: 9px;
	border: 1px solid #d2dfdc;
	}

hr {
	display: none;
	}

input, textarea {
	font-size: 95%;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.clear {
	clear: both;
	}

.clearall {
	clear: both;
	}

dl {
	float: left;
	}

dt, dd {
	display: block;
	float: left;
	padding: 2px 10px;
	border-bottom: 1px dashed #aaa;
	}

dt {
	clear: left;
	font-weight: bold;
	width: 180px;
	}

dd {
	width: 150px;
	text-align: right;
	}

span.blue {
	font-size: 110%;
	font-weight: bold;
	color: #55c;
	}

span.green {
	font-size: 110%;
	font-weight: bold;
	color: #5a5;
	}

span.red {
	font-size: 110%;
	font-weight: bold;
	color: #c55;
	}

span.normalred {
	font-weight: bold;
	color: #c55;
	}

.readmore {
	text-align: right;
	font-size: 90%;
	}

.title {
	font-weight: bold;
	font-size: 105%;
	}

.contact_address {
	display: block;
	width: 397px;
	padding: 5px 10px;
	background: #990100;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	}

em {
	font-size: 110%;
	font-weight: bold;
	}



/* ----- テーブル関連 ----- */

table {
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #ccc;
	}

th, td {
	padding: 3px 6px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	}

th {
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	}





/* ----- 文字サイズ調整 ----- */

.size70 {
	font-size: 70%;
	}

.size80 {
	font-size: 80%;
	}

.size90 {
	font-size: 90%;
	}




/* ----- 地図ページ ----- */
a.map_btn {
	padding: 1px 3px 1px 4px;
	color: #fff;
	background: #0c7dae;
	border: 1px solid #0c7dae;
	}

a.map_btn:hover {
	text-decoration: none;
	color: #0c7dae;
	background: #fff;
	border: 1px solid #0c7dae;
	}

