@charset "utf-8";
/*
Theme Name: biz004v3
Theme URI: http://flyorbjp.com/
Description: business004
Version: 3.0
Author: flyorbjp.com
Author URI: http://flyorbjp.com/
Tags: simple

	biz004v3
	 http://flyorbjp.com/

	This theme was designed and built by flyorbjp.com,
	whose blog you will find at http://flyorbjp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	padding:0;
	margin: 0;
	font-family:Meiryo, "メイリオ";
}
#base {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
body {
	color:#000;
	background-color: #F9F9F9;
	font-size: 12px;
	/*background-image: url(img/bg.gif);*/
	background-repeat: repeat-x;
	background-position: center top;
}
body.home{
	background-image: url(img/bg_top.gif);
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#side li {
	list-style-type: none;
}
a {
	color: #0085B0;
}
a:hover {
	color: #00C1DD;
	text-decoration: none;
}
a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.8; /*firefox safari*/
}

/*
ヘッダー
-------------------------------------------*/
#head {
	height: 80px;
	position: relative;
}
#head h1 {
	font-size: 140%;
	position: absolute;
	top: 30px;
	font-weight: normal;
	line-height: 155%;
	color: #777777;
	left: 250px;

/*	font-size: 9px;
	position: absolute;
	top: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #777777;
	left: 27px;*/
}
#head h2 {
	position: absolute;
	bottom: 15px;
	left: 50px;
	background-image: none;
	padding: 0px;
	margin: 0px;
	color: #505050;
}

#head img#logo {
	position: absolute;
	left: 15px;
	top: 25px;
	width:210px;
}
#head #h_list {
	position: absolute;
	right: 20px;
	top: 0px;
}
#head #h_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
}
#head #h_list a {
	text-decoration: none;
	color: #6C6759;
}
#head #info {
	position: absolute;
	right: 25px;
	font-size: 11px;
	color: #7A8687;
	line-height: 24px;
	text-align: right;
	top: 25px;
}
#head #info strong {
	font-size: 26px;
	color: #47A4C2;
	font-family:Meiryo, "メイリオ";
}
#head #info span {
	font-size: 18px;
	color: #666666;
}
#head #h_list a:hover {
	background-color: #FFFFFF;
}

/*
グローバルナビ
-------------------------------------------*/
#navi {
	background-image: url(img/navi.gif);
	height: 44px;
	padding-left: 15px;
	position: absolute;
	left: 1px;
	bottom: 0px;
	width: 933px;
}
#navi ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	height: 44px;
}
#navi li a, #navi li strong {
	line-height: 16px;
	display: block;
	float: left;
	height: 32px;
	width: auto;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	font-size: 13px;
	color: #505050;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	padding-top: 6px;
	text-align: center;
}
#navi li a span {
	line-height: 10px;
	font-size: 10px;
	color: #999999;
}
#navi li strong span {
	line-height: 12px;
	font-size: 10px;
	color: #1696D3;
}
#navi li a:hover span {
	color: #22A8E8;
}

#navi li a {
	background-image: url(img/navi_li.gif);
}
#navi li a:hover {
	background-image: url(img/navi_li_st.gif);
	color: #000000;
}
#navi li a:active {
	background-image: url(img/navi_li_ov.gif);
	color: #000000;
	font-weight: normal;
}
#navi li {
	display: inline;
}


/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 938px;
	padding: 6px;
}
#pankuzu {
	/*margin-bottom: 3px;*/
	margin-top: 5px;
	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E1E1E1;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
}

#content {
	float: right;
	font-size: 14px;
	width: 690px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

#content #mokuji {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: white;
	border: 1px solid #E3E3E3;
	border-image: initial;
}
#content #mokuji h2 {
	font-size: 14px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCD8;
	line-height: 35px;*/
	color: #151A1A;
	padding-top: 5px;
	padding-left: 2px;
	margin-bottom: 3px;
	font-weight: bold;
	background-image: none;
}
#content #mokuji h2 a{text-decoration: none;}
#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 14px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#content #mokuji h3 {
	color: #708A8B;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #889E9F;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#content .box_out {
	background-color: #EEEEEE;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding: 10px;
}

h2 {
	font-size: 20px;
	line-height: 26px;
	padding-top: 16px;
/*	padding-bottom: 12px;*/
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #151A1A;
	height: 26px;
/*	background-image: url(img/h2.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

h2,  x:-moz-any-link  {
	padding-top: 12px;
	padding-bottom: 16px;
}

h2 span {
	font-size: 12px;
	padding-left: 20px;
	color: #9CAEB0;
	letter-spacing: 1px;
	line-height: 14px;
}
#content h3 {
	font-size: 14px;
	line-height: 8px;
	color: #333333;
	background-image: url(img/h3.gif);
	height: 18px;
	padding-top: 9px;
	*line-height: 17px;
	padding-left: 20px;
	margin-top: 1px;
	font-weight: normal;
	background-color: #333333;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content h3,  x:-moz-any-link  {
	padding-top: 8px;
	padding-bottom: 6px;
}

#content h3 span {
	font-size: 11px;
	color: #738686;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	/*color: #aaaaaa;*/
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #47A4C2;
	font-size: 14px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#content h4 span {
	font-size: 12px;
	color: #C19148;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .wp-caption-text {
	font-size:12px;
}
#content .box02_left {
	float: left;
	width: 485px;
	margin-left: 2px;
}
#content .box02_right {
	float: right;
	width: 200px;
}
#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
	margin: 0px;
}

#content .box02_right .dl_list {
	border: 1px solid #D6D5CB;
	background-color: #FFFFFF;
}
#content .box02_right .dl_list dt {
	width: 70px;
	padding-left: 7px;
	background-position: left center;
}
#content .box02_right .dl_list dd {
	width: 205px;
}
#content .box02_right .dl_list dl {
	width: 320px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#content li{
	list-style-type: none;
	padding-left: 20px;
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}


.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #EDECE9;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}
#top_img {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #DFDFDF;
}

.btn_s {
	text-align: right;
	clear: both;
	padding: 10px;
}
.btn_s a,
a.btn_s {
	color: #FFFFFF;
	background-color: #36B3E2;
	/*padding-top: 26px;*/
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF0F0;
	border-right-color: #EEF0F0;
	border-bottom-color: #EEF0F0;
	border-left-color: #EEF0F0;
	text-decoration: none;
	background-image: url(img/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 20px;
	width: 100%;
	text-align: center;
}
.btn_s a:hover,
a.btn_s:hover {
	color: #0F7ABB;
	background-color: #ECFBFF;
	background-image: none;
}

#content .to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 25px;
}
#content ul.list {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul.list li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	padding-left: 15px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #000000;
}

#content .chui {
	color: #CC3333;
	font-size: 13px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family:Meiryo, "メイリオ";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
}

.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}

.box02_left .img_left {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.box02_left .img_right {
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 10px;
}

#content .menu_base {
	background-color: #F8F7F5;
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

textarea ,
input {
	font-family:Meiryo, "メイリオ";
	font-size: 12px;
}
.map_base {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
}

/*-----dlリスト-----*/
#content .dl_list {
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 570px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}

/*
サイド
-------------------------------------------*/

#side {
	background-color: #F6F6F6;
	padding: 5px;
	/*float: left;*/
	width: 220px;
	margin-top: 10px;
overflow: hidden;
clear: both;
}
#side h3 {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(img/side_h3.gif);
	background-repeat:no-repeat;
	height: 20px;
	padding-bottom: 7px;
	font-weight: normal;
	margin-bottom: 1px;
	padding-top: 5px;
	letter-spacing: 1px;
	text-align: center;
}
#side .side_box {
	background-image: url(img/side_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 220px;
	margin: 0 auto 5px auto !important;
	background-color: #F2F1EF;
	padding-top: 5px;
	padding-bottom: 10px;
}
#side .side_box h3 {
	background-color: #859DA0;
	background-image: none;
	line-height: 20px;
	height: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D1C9;
}
#side .side_box .side_inbox {
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 210px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #F5F5F4;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side li {
	line-height:0;
}
/*#side li a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-image: url(img/side_li.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 38px;
}*/

#side li a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-position: center top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 38px;	
}
#side li a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
#side li.pink a {
	background-image: url(img/side_li.gif);
}
#side li.pink a:hover {
	background-image: url(img/side_li_ov.gif);
}
#side li.blue a {
	background-image: url(img/side_li_b.gif);
}
#side li.blue a:hover {
	background-image: url(img/side_li_b_ov.gif);
}
#side li.yellow a {
	background-image: url(img/side_li_y.gif);
}
#side li.yellow a:hover {
	background-image: url(img/side_li_y_ov.gif);
}

#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}
#side .side_box .side_btn {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side .side_box .side_prbox {
	width: 186px;
	background-color: #F9F9F7;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 12px;
	color: #5C6F70;
}
#side .side_box .side_prbox p {
	font-size: 10px;
}
#side .side_box .side_prbox a {
	color: #798E8D;
	text-decoration: none;
}

#side li a span {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
#side li a:hover span {
	color: #22A8E8;
}
#side ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	display: block;
}
#side .chui {
	font-size: 10px;
	color: #D73743;
	padding-left: 5px;
}

#side .side_box .side_prbox a:hover {
	color: #AAB7B6;
}

/*
フッター
-------------------------------------------*/

#foot_base {
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0F0F0;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#foot {
	height: 160px;
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	clear:both;
	padding:1em 0;
}
#foot p {
	font-size: 10px;
	color: #859DA0;
	line-height: 16px;
	text-align: left;
	padding:2em 0;

}
#foot li a {
	/*color: #597173;*/
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

#foot li a:hover {	color: #809B9D; }

#foot li {
	font-size: 11px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}

#foot #f_ul01 {
	width:210px;
	height:130px;
	padding-top:0.5em;
	padding-left:0.5em;
	float:left;
	background:url(img/tateline.png) repeat-y top left;
	
}
.adress{ width:300px; height:160px; overflow:hidden; clear:both; float:left;  }
.foottitle{ background:url(img/arrow.png) no-repeat 4px; font-weight:bold; }
.foottitle a{ font-size:120% !important;}
#foot #f_ul01 li { display:block;  padding-left:24px;}


#foot #f_ul02 {
	position: absolute;
	left: 20px;
	top: 38px;
}
/*#foot #f_logo {
	font-size: 24px;
	color: #A7B4B4;
	position: absolute;
	top: 15px;
	left: 25px;
	font-family:Meiryo, "メイリオ";
}*/

address {
	font-family:Meiryo, "メイリオ";
	font-size: 10px;
	font-style: normal;
	color: #6C7D7D;
	background-color: #F5F5F5;
	line-height: 30px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


/*
各種テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	width: 100%;
}
table td {
	border-collapse: collapse;
}
#content table.table_info {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#content table td {
	padding: 2px;
	/*border: 1px solid #EAE8DF;*/
	font-size: 13px;
}
#content table th {
	font-size: 16px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAE8DF;
	border-right-color: #EAE8DF;
	border-bottom-color: #D1CDBA;
	border-left-color: #EAE8DF;
	background-color: #F1ECE3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #664B24;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #F5F8F8;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #B4C0C0;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#content table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #9AABAB;
}

#content table.table_menu th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #BDB7A1;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	background-color: #FCFBF8;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-left: 20px;
}
#content table.table_menu th span {
	font-size: 10px;
	color: #36A6DC;
}
#content table.table_menu td {
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-right: 15px;
}
#content .table_menu strong {
	font-size: 16px;
	color: #238CCB;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.table_info th a {
	color: #312D24;
}
#content .table_info .td_odd p {
	margin: 0px;
}

#content table.table_menu td {
	font-size: 14px;
}
#content table.table_menu th {
	font-size: 14px;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #334A51;
	background-color: #F7F9F9;
	border-right-color: #ABBDBE;
}

/*
ギャラリー
-------------------------------------------------------------------*/
#content .box3 {
	text-align: center;
	width: 205px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F9F7F4;
}
.box3 .btn a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #BF9F62;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE1CF;
	border-right-color: #EBE1CF;
	border-bottom-color: #EBE1CF;
	border-left-color: #EBE1CF;
	background-image: url(img/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.box3 .btn a:hover {
	color: #008DD9;
	background-color: #F0FDFF;
	background-image: none;
}
.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
.box3 a:hover img {
	border-top-color: #89E1FE;
	border-right-color: #89E1FE;
	border-bottom-color: #2FCAFD;
	border-left-color: #89E1FE;
}
#content .box3:hover {
	background-color: #ECFBFF;
	border-top-color: #B3E9F7;
	border-right-color: #B3E9F7;
	border-bottom-color: #B3E9F7;
	border-left-color: #B3E9F7;
}

/*
サイトマップ
-------------------------------------------------------------------*/
#head h2 {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	left: 5px;
	width: 880px;
	padding-left: 20px;
}
#main p.p_sitemap {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#main ul.ul_sitemap {
	padding: 10px;
}
#main .ul_sitemap li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#main .ul_sitemap ul {
	margin: 0px;
	padding: 0px;
}
#main .ul_sitemap li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.alignleft {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #EFEFEF;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.alignright {
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #EFEFEF;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#navigation {
	padding:5px 20px;
	text-align:Center;
	}

#s{
	border: solid 1px #aaaaaa;
	width: 50%;
	height: 20px;
}
#next {
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	color: #505050;
	padding-bottom: 20px;
}
#content h3 a{
	color: #0085B0;
	text-decoration: none;
}
#content h3 a:hover {
	color: #00C1DD;
}
#date {
	font-size:12px;
	font-weight:normal;
	color:#333;
	}

#date a {
	color:#333;
	}

#content .archive {
 	width: 658px;
 	height: 205px;
}

#content .archiveleft{
	float: left;
 	width: 85px;
	height: 85px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
 	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	border-radius: 5px;
 	margin: 6px;
 	padding: 5px;
 	cursor: pointer;
 	background: #fff;
 	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
 	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
 	border: solid 1px #E3E3E3;
}

#content .archiveleft a:active {border: solid 1px #242424;}
#content .archiveleft img{
	float: left;
 	width: 80px;
	height: 80px;
 	padding-top: 2px;
 	padding-right: 1px;
 	padding-bottom: 2px;
 	padding-left: 1px;
 	border: 1px solid #E2DBCD;
}
#content .archiveleft img a:hover {
 	float: left;
 	width: 80px;
	height: 80px;
 	padding-top: 2px;
 	padding-right: 1px;
 	padding-bottom: 2px;
 	padding-left: 1px;
 	border: solid 1px #D7C693;
}

#content .archiveright{
	float: right;
	width: 540px;
	line-height: 15px;
}
/*******************
*	COMMENTS	   *
********************/
.comments-box {
	zoom: 1;
	margin: 0;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #333;
	font-size: 1.4em;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

.cancel-comment-reply {
	padding: 5px 0 0 0;
}

.cancel-comment-reply a {
	color: #000;
}

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 200px;
}

/************************
*	COMMENT FRAMEWORK	*
*************************/
ol.commentlist a:link {
	text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}

ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}

ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #e9e9e9;
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li div.vcard cite.fn a.url {
	color: #95AAC5;
}


ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}


ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration:none;
}

ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}


ol.commentlist li div.reply {
	background: #f8f8f8;
	color: #333;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: 1px solid #e9e9e9;
}

ol.commentlist li div.reply a {
	color: #333 !important;
}

ol.commentlist li div.reply a:hover {
	color: red  !important;
	text-decoration: none;
}

ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt {
	background: #fff;
}


ol.commentlist li ul.children li.depth-2 {
	background: #F5F5F5;
}

ol.commentlist li ul.children li.depth-3 {
	background: #FCFFFF;
}

ol.commentlist li ul.children li.depth-4 {
	background: #FFFFF7;
}

ol.commentlist li ul.children li.depth-5 {
	background: #FFFAFA;
}

ol.commentlist li ul.children li.depth-6 {
	background: #FFFAFA;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	background: #f5f5f5;
	border: 1px solid lightGrey;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	margin-right: 1px;
	margin-top: 20px;
	padding: 1.625em;
	position: static;
	width: 93%;
}
#respond input[type="text"] {
	display: block;
	height: 24px;
	width: 30%;
}
#respond input[type="text"], #respond textarea {
	background: white;
	border: 4px solid #EEE;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	padding: 5px;
	font-size: 15px;

}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #EEE;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

wpcf7-form .wpcf7-select, select
/*#respond input[type="select"]*/
{	
	background: #f5f5f5;
	border: 1px solid lightGrey;
	width: 30%;
	height: 40px;
	font-size: 0.95rem;
}
  
/*******************
*	NAVIGATION	   *
********************/
.navigation {
	margin: 5px 0 5px 0;
	padding: 5px;
}
.left {
	margin: 5px 0 5px 0;
	padding: 5px;
	float: left;
}
.right,  .next  {
	margin: 5px 0 5px 0;
	padding: 5px;
}
#content .rerated ul li {
	line-height:0;
}
#content .rerated ul li a {
	display: block;
	font-size: 12px;
	line-height: 17px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 16px;
	padding-right: 5px;
	padding-left: 62px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-image: url(img/k_li.gif);
background-position:2% 50%;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 34px;
}

#content .rerated ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(img/k_o.gif);
}

#content .rerated ul {
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	display: block;
}
.wp-pagenavi { margin:10px 0 10px 30px; padding:0; font-size:11px; }
.wp-pagenavi a, .wp-pagenavi a:visited { padding:5px 10px; margin:3px; text-decoration: none; color:#777; border:1px solid #bbb;background:#fff; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.wp-pagenavi a:hover { border:1px solid #2089cc; color:#2089cc; background:#fff; }
.wp-pagenavi span.pages { padding:0px; margin:0 0 14px 5px; color:#777; display:block; }
.wp-pagenavi span.current { padding:5px 10px; margin:3px; border:1px solid #a9b9b7; color:#fff; background:#a9b9b7;  -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; behavior: url(border-radius.htc);//for IE}
.wp-pagenavi span.extend { padding:5px 10px; margin:3px; border:1px solid #a9b9b7; color:#777; background:#fff; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; behavior: url(border-radius.htc);//for IE}

input#searchsubmit {
	width: 60px;
    height: 35px;
	　display: block;
　margin: 0 auto;
}
input[type="text"], textarea {
	padding: 8px;
	background: #f5f5f5;
	border: 1px solid #bfbfbf;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #828282;
	font-size: 14px;
}
input[type="tel"] {
	padding: 8px;
	background: #f5f5f5;
	border: 1px solid #bfbfbf;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #828282;
	font-size: 14px;
}
input[type="email"] {
	padding: 8px;
	background: #f5f5f5;
	border: 1px solid #bfbfbf;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #828282;
	font-size: 14px;
}
input[type="submit"] {
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #789091;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 6px 8px;
	*padding: 6px 3px;
	cursor: pointer;
	width: 100px;
}
input[type="submit"]:hover {
	background-color: #777;
	color: #fff;
}
input[type="button"] {
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #a9a9a9;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 6px 8px;
	*padding: 6px 3px;
	cursor: pointer;
	width: 100px;
}
input[type="button"]:hover {
	background-color: #777;
	color: #fff;
}
ul.xoxo.blogroll li{
	line-height: 16px;
	margin: 10px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
ul.xoxo.blogroll li a{
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 7px;
	font-weight: bold;
	letter-spacing: 1px;
}
#content .box4 {
	text-align: center;
	width: 103px;
	float: left;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 6px;
	padding: 7px;
	cursor: pointer;
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border: solid 1px #E3E3E3;
}
.box4 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
 	width: 100px;
	height: 100px;
}
.box4 a:hover img {
	border-right-color: #D7C693;
	border-bottom-color: #D7C693;
	border-left-color: #D7C693;
}
#content .box4:hover {
	border-top-color: #D7C693;
	border-right-color: #D7C693;
	border-bottom-color: #D7C693;
	border-left-color: #D7C693;
}
blockquote { padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
	background: -moz-linear-gradient(top, #fff, #f5f5f5);
	background: -o-linear-gradient(top, #fff, #f5f5f5);
	border: 1px solid #E3E3E3;}
blockquote p { margin:0 0 5px 0; }

.widget h3 {
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  background-image: url(img/side_h3.gif);
  background-repeat:no-repeat;
  height: 20px;
  padding-bottom: 7px;
  font-weight: normal;
  margin-bottom: 1px;
  padding-top: 5px;
  letter-spacing: 1px;
  text-align: center;
}

.widget .side_box {
  background-image: url(img/side_box.gif);
  background-repeat: repeat-x;
  background-position: top;
  width: 220px;
  margin-bottom: 5px;
  background-color: #F2F1EF;
  padding-top: 5px;
  padding-bottom: 10px;
}

.widget .side_box .side_inbox {
  background-image: url(img/side_inbox.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  width: 210px;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #F5F5F4;
  margin-right: auto;
  margin-left: auto;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-left-color: #FFFFFF;
}

.widget li a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #505050;
  text-decoration: none;
  background-color: #F8F8F5;
  padding-top: 6px;
  padding-right: 5px;
  padding-left: 22px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E0E0D8;
  background-image: url(img/side_li.gif);
  background-position: center top;
  background-repeat: no-repeat;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
  height: 34px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

.widget{
  background-color: #F6F6F6;
  padding: 0 5px;
  /* float: left; */
  width: 220px;
  /*margin-top: 10px;*/
  overflow: hidden;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; }

.textwidget{ font-size:60%; }
.box_in dt{ padding-top:6px; float:left; font-weight:none; }
.box_in dt span{ display:inline-block; padding:0 6px; margin:0 6px; background:#FF0004; color:#444444; border-radius:4px; position:relative; bottom:6px;  width: 95px; text-align: center; font-size: 11px;}
.box_in dd{ /*border-bottom: solid 1px #ccc;*/ padding-bottom:6px; margin-bottom:6px; }

._h7l,._1drm,._1dro,._1drm._1ds4,._5ip3,#u_0_0 { width:650px !important;}

.news{ background:#ffd700 !important;}
.volinfo{background:#edb54f !important;}
.joseiinfo{background:#dda0dd !important;}
.eventinfo{background:#6495ed !important;}
.tokusetu1{background:#20b2aa !important;}
.tokusetu2{background:#20b2aa !important;}
.calinfo{background:#fa8072 !important;}

#eo-widget-next-month{ text-align:right !important; }
.eo-past-date,.eo-future-date,.today{ height:60px; vertical-align:top;}.today{ background:#FEFFE6;}
#wp-calendar th{ text-align:center !important;}
#eo-widget-prev-month a:link,#eo-widget-next-month a:link{ color:#D1CDBA; !important; text-decoration:none !important; }

.fb-page{ float:left; width:460px !important; }.twitter-timeline{ float:right; width:190px !important; }
.box_out,.box_in{ overflow:hidden; }
.side_inbox ul li{ line-height:140% !important; }

.flexipages_widget li a {
width:220px !important;
color: #fff !important;
background:#6E6E6E !important;
display:table-cell !important;
vertical-align:middle !important;
height:60px !important;
padding:0 !important; margin:0 !important;
}

.flexipages_widget li a:hover{ opacity:0.5;}

.flexipages_widget h3 {
    font-size: 13px !important;
    line-height: 20px !important;
    color: #FFF !important;
    background-image: url("img/side_h3.gif") !important;
    background-repeat: no-repeat !important;
    height: 20px !important;
    font-weight: normal !important;
    margin-bottom: 1px !important;
    padding-top: 5px !important;
    padding-bottom: 7px !important;
	padding-left:30px !important;
    letter-spacing: 1px !important;
    text-align: left !important;
}

.menu{ width:600px; }
.mainvi{ width:936px; padding:4px; border:solid 1px #ccc;  margin:3px auto 0 auto; }.mainvi img{ width:936px; }

/*-----------------------------------------------*/
dl.oitavocss {
	width: 650px;
	padding: 10px;
	/*border: 1px solid #999;*/
	overflow: hidden;
}

dl.oitavocss dt {
	/*float: right;*/
	float: left;
	margin-left: 10px;
	padding: 5px 0;
	text-align: right;
}

dl.oitavocss dd {
	/*padding: 5px 150px 5px 0;*/
	padding: 2px 5px 5px 245px;
	border-bottom: 1px dotted #999;
	/*padding-left: 15px;
	background: url(../img/mark.gif) no-repeat 2px .9em;*/
}

dl.oitavocss dd a {
	font-weight: bold;
}

/*-----------------------------------------------*/
/*固定ページ用*/
dl.koteicss {
	width: 670px;
	padding: 10px;
	/*border: 1px solid #999;*/
	overflow: hidden;
}

dl.koteicss dt {
	/*float: right;*/
	float: left;
	margin-left: 10px;
	padding: 5px 0;
	text-align: right;
}

dl.koteicss dd {
	/*padding: 5px 150px 5px 0;*/
	padding: 4px 5px 5px 125px;
	border-bottom: 1px dotted #999;
	/*padding-left: 15px;
	background: url(../img/mark.gif) no-repeat 2px .9em;*/
}

dl.koteicss dd a {
	font-weight: bold;
}

/*----Table CSS---*/
#table {
	display:table; 
	width: 690px;
	background-color: #eee;
}
.row {
	display:table-row;
}
.row>div {
	display:table-cell;
	margin:15px;
	padding:5px 0 5px 15px;
	/*border:10px solid;*/
	background-color:#eee;
	width: 350px;
}
.row>div.hissu {
	color:#ff0000;
}
.news_date {
    padding: 0 1rem 0 0;
    font-weight: bold;
}

#content .vtTable {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	table-layout: fixed;
}

#content .vtTable tbody th,
#content .vtTable tbody td {
	padding: 7px 3px;
	border: 1px solid #EAE8DF;
	line-height: 1.5;
}
#content .vtTable tbody td:first-child {
	font-weight: 700;
}

#content .archive.-vt {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
#content .archive.-vt .archive_mokuji {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-bottom: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: white;
	border: 1px solid #E3E3E3;
	border-image: initial;
}
#content .archive_mokuji h2 {
	font-size: 15px;
	color: #151A1A;
	padding-top: 5px;
	padding-left: 2px;
	margin-bottom: 3px;
	font-weight: bold;
	background-image: none;
}
#content .archive_mokuji h2 a {
	text-decoration: none;
	font-size: 16px;
	pointer-events: none;
}
#content .archive_cat {
	font-size: 12px;
    font-weight: normal;
		color: #333;
		opacity: 0.8;
}
#content .archive_cat a {
	color: inherit;
}
#content .archive_catlink:not(:first-child)::before {
	content: ",";
	margin-right: 5px;
}
.vtsearch {
	width: 100%;
	columns: 2;
	margin-bottom: 25px;
	font-size: 16px;
}
.vtkeyword {
	margin-bottom: 25px;
	display: block;
}
.archive_content {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}
.archive_content>br:first-child{
	display: none;
}
.area-info {
	/* display: flex; */
	align-items: center;
	margin-bottom: 10px;
	padding: 10px;
}
.area-info__area-name {
	/* margin-right: 10px; */
	/* border-right: 1px solid #666; */
	margin-bottom: 10px;
}
.area-name__label {
	border-radius: 3px;
	color: #666;
	border: 1px solid #999;
	padding: 5px 10px;
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 10px;
}
.area-name__title {
	font-size: 16px;
	font-weight: 700;
	display: block;
}

.waku {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.waku p {
    margin: 0; 
    padding: 0;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  width: 27%;
  text-align: center;
  font-size:18px;
  background: #cffcc5;
  color: #000;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}

.btn-flat-border_50 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  width: 42%;
  text-align: center;
  font-size:18px;
  background: #cffcc5;
  color: #000;
}