@charset "utf-8";
/*
Theme Name: business001
Theme URI: http://flyorbjp.com/
Description: business001
Version: 1.0
Author: flyorbjp.com
Author URI: http://flyorbjp.com/
Tags: simple

	business001 v1.0
	 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

*/


#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DEDFDA;
	background-image: url(img/base.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFCCCC;
	text-decoration: none;
}
/*
header
-------------------------------------------
*/
#head {
	background-image: url(img/head.jpg);
	height: 90px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#head h1 {
	font-size: 12px;
	position: absolute;
	top: 8px;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
	left: 20px;
	width: 460px;
}
#head img#logo {
	position: absolute;
	left: 15px;
	top: 25px;
	filter: Alpha(opacity=100);
	opacity: 1.0; /*firefox safari*/
}
#head #h_list {
	position: absolute;
	right: 20px;
	/*html*top: 5px;  IE6 */
	/*top: 5px; /* IE7 and below */
	top: 0;
	padding:0;
	line-height:18px;
}
#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;
}
#cachi {
	font-size: 18px;
	position: absolute;
	top: 150px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	left: 20px;
	width: 600px;
	text-shadow: 2px 2px 3px #333;	/*-moz-box-shadow: 2px 2px 3px #666;*/
}
/*
グローバルナビ
-------------------------------------------*/
#navi {
	background-image: url(img/navi.gif);
	height: 30px;
	padding-left: 30px;
	position: absolute;
	left: 1px;
	bottom: 0px;
	width: 868px;
}
#navi ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7B3B3;
	height: 30px;
}
#navi li a, #navi li strong {
	line-height: 24px;
	display: block;
	float: left;
	height: 24px;
	width: auto;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;
}
#navi li a {
	background-image: url(img/navi_li.gif);
}
#navi li a:hover {
	background-image: url(img/navi_li_ov.gif);
}
#navi li strong {
	background-image: url(img/navi_li_st.gif);
	color: #000000;
	font-weight: normal;
}
#navi li {
	display: inline;
}
/*----プルダウン用追加ナビ------*/

#navi_b {
	background-color: #A7B3B3;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6BF;
	background-image: url(img/navi.gif);
	position: absolute;
	left: 1px;
	bottom: 0px;
}
 
#nav {
	display: block;
	position: relative;
	background-color: #95A4A4;
	background-image: url(img/navi.gif);
	height: 30px;
	width: 877px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A7B3B3;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#nav ul {
	width: 150px;
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	margin: 0;
}

#nav ul ul {
	left: 151px;
	top: 0;
}

* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
 
#nav *:hover {
	background-color: none;
}
#nav a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(img/navi_li.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B1BDAA;
}
#nav strong {
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(img/navi_li_st.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7B3B3;
	font-weight: normal;
}
#nav a:hover {
	background-image: url(img/navi_li_ov.gif);
}
#nav a.hover {
	background-image: url(img/navi_li_ov.gif);
}

#nav li.hover a {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}


#nav ul a.hover {
	background-color: #5A8130;
	color: #FFFFFF;
	background-image: url(img/li_w.gif);
}
#nav ul a:hover {
	background-color: #78AB23;
	background-image: url(img/li_w.gif);
	color: #FFFFFF;
}
#nav ul a {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	background-color: #F2F2EE;
	background-image: url(img/li.gif);
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #A7B3B3;
	line-height: 20px;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #1D2325;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CED5D5;
	border-left-color: #CED5D5;
}

/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 886px;
	background-color: #FFFFFF;
	padding: 7px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#pankuzu {
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEB8B8;
	font-size: 12px;
	color: #6B878B;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #6B878B;
	font-size: 13px;
	letter-spacing: 1px;
}

#content {
	float: right;
	width: 650px;
	padding-bottom: 5px;
	padding-top: 15px;
}
#content-museum {
	float: right;
	width: 650px;
	padding-bottom: 5px;
	padding-top: 15px;
}

/*#content*/ #mokuji {
	margin-top: 1px;
	margin-bottom: 15px;
	border: 1px solid #D8D8D3;
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#content-museum #mokuji {
	margin-top: 1px;
	margin-bottom: 15px;
	border: 1px solid #D8D8D3;
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#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: #76946D;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E6E6;
	padding-bottom: 1px;
}
#content-museum #mokuji h3 {
	color: #76946D;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E6E6;
	padding-bottom: 1px;
}

#content .box_out {
	background-color: #EFEFED;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content-museum .box_out {
	background-color: #EFEFED;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #DCDCD8;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content-museum .box_in {
	background-color: #FFFFFF;
	border: 1px solid #DCDCD8;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content h2 {
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9BC741;
	line-height: 26px;
	color: #101010;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	font-weight: normal;
}
#content h2 {
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9BC741;
	line-height: 26px;
	color: #101010;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	font-weight: normal;
}
#content-museum h2 span {
	font-size: 14px;
	padding-left: 10px;
	color: #799A23;
}
#content h3 {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(img/h3.gif);
	height: 21px;
	padding-bottom: 4px;
	padding-left: 23px;
	margin-top: 1px;
	padding-top: 2px;
	font-weight: normal;
}
#content-museum h3 {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(img/h3.gif);
	height: 21px;
	padding-bottom: 4px;
	padding-left: 23px;
	margin-top: 1px;
	padding-top: 2px;
	font-weight: normal;
}
#content h3 span {
	font-size: 12px;
	color: #E8F4D5;
	line-height: 12px;
	padding-left: 5px;
	font-weight: normal;
}
#content-museum h3 span {
	font-size: 12px;
	color: #E8F4D5;
	line-height: 12px;
	padding-left: 5px;
	font-weight: normal;
}
#content h4 {
	color: #668745;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #9DC95C;
	font-size: 16px;
	line-height: 16px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DC95C;
}
#content-museum h4 {
	color: #668745;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #9DC95C;
	font-size: 16px;
	line-height: 16px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DC95C;
}
#content h4 span {
	font-size: 12px;
	color: #75A239;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	font-size: 11px;
	padding: 0px 5px 5px 5px;
	line-height: 20px;
	background-position: 0px 5px;
	margin: 5px;
}

#content .box_out img {
	margin-right: 1px;
	margin-bottom: 1px;
}
#content .box02_left {
	float: left;
	width: 320px;
	margin-left: 2px;
}
#content .box02_right {
	float: right;
	width: 320px;
}
#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-museum h4 span {
	font-size: 12px;
	color: #75A239;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content-museum p {
	font-size: 11px;
	padding: 0px 5px 5px 5px;
	line-height: 20px;
	background-position: 0px 5px;
	margin: 5px;
}

#content-museum .box_out img {
	margin-right: 1px;
	margin-bottom: 1px;
}
#content-museum .box02_left {
	float: left;
	width: 320px;
	margin-left: 2px;
}
#content-museum .box02_right {
	float: right;
	width: 320px;
}
#content-museum .box02_left h3, #content-museum .box02_right h3 {
	clear: both;
}
#content-museum .box02_left .box_in,
#content-museum .box02_right .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content-museum .box02_left p,
#content-museum .box02_right p {
	margin: 0px;
}

/*-----dlリスト-----*/
#content .dl_list {
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	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;
}

#content .box02_right .dl_list {
	border: 1px solid #D6D5CB;
}
#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: 300px;
	padding-top: 6px;
	padding-bottom: 6px;
}
/*-----dlリスト-----*/
#content-museum .dl_list {
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#content-museum .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-museum .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-museum .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-museum .dl_list dd a {
	line-height: 1.4em;
}

#content-museum .box02_right .dl_list {
	border: 1px solid #D6D5CB;
}
#content-museum .box02_right .dl_list dt {
	width: 70px;
	padding-left: 7px;
	background-position: left center;
}
#content-museum .box02_right .dl_list dd {
	width: 205px;
}
#content-museum .box02_right .dl_list dl {
	width: 300px;
	padding-top: 6px;
	padding-bottom: 6px;
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDFDA;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBDBDF;
	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: bold;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}

/*----------*/


.img_left {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F1F1ED;
	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;
}
.img_right {
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F1F1ED;
	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;
}
#top_img {
	text-align: center;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn_s {
	text-align: right;
	padding: 5px;
	clear: both;
}
.btn_s a {
	color: #FFFFFF;
	background-color: #77AD25;
	padding-top: 3px;
	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: #F1F1ED;
	border-right-color: #F1F1ED;
	border-bottom-color: #F1F1ED;
	border-left-color: #F1F1ED;
	text-decoration: none;
}
.btn_s a:hover {
	color: #576B27;
	background-color: #FBFFEC;
	border-top-color: #BDDF75;
	border-right-color: #BDDF75;
	border-bottom-color: #BDDF75;
	border-left-color: #BDDF75;
	text-decoration: none;
}


#content .to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul.list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	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: #C0CFD1;
	color: #44636C;
}

#content .chui {
	color: #E84F28;
	font-size: 12px;
}
#content-museum .to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
#content-museum ul.list {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content-museum ul.list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	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: #C0CFD1;
	color: #44636C;
}

#content-museum .chui {
	color: #E84F28;
	font-size: 12px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
サイド
-------------------------------------------*/

#side {
	background-color: #FFFFFF;
	padding: 15px 5px 5px 5px;
	float: left;
	width: 220px;
}
#side h3 {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(img/h3.gif);
	height: 21px;
	padding-bottom: 4px;
	font-weight: normal;
	text-indent: 23px;
	margin-bottom: 1px;
	padding-top: 2px;
}
#side .side_box {
	background-image: url(img/side_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 210px;
	border: 1px solid #C5C5BE;
	margin-bottom: 5px;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
#side .side_box h3 {
	background-color: #668750;
	background-image: none;
	line-height: 18px;
	text-indent: 8px;
	height: 18px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B2D049;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#side .side_box .side_inbox {
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #D6D5CB;
	width: 204px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#side .side_menu li {
	line-height:0;
}
#side .side_menu li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E0;
	background-image: url(img/side_li.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#side .side_menu li a:hover {
	background-color: #86BA2E;
	color: #FFFFFF;
	background-image: url(img/side_li_ov.gif);
}
#side .side_menu li ul {
	background-color: #DFE2E3;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side .side_menu li ul li a {
	background-position: 15px;
	width: 155px;
	padding-left: 34px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDD2D3;
	border-bottom-color: #CDD2D3;
	border-left-color: #CDD2D3;
	border-top-style: none;
	color: #588C00;
}
#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 140%;
}
#side .side_box .side_btn {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #E3E3DB;
}
#side .side_box .side_prbox {
	width: 186px;
	background-color: #E7E7E0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 12px;
	color: #505050;
}
#side .side_box .side_prbox p {
	font-size: 10px;
	line-height: 130%;
}
#side .side_box .side_prbox a {
	color: #698D5C;
}

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

#foot {
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #A3A49D;
	padding: 15px;
	clear: both;
	width: 870px;
	margin: 0px auto 0px auto;
	height:60px;
}
#foot p {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 16px;
}
#foot li a {
	color: #FFFFFF;
}
#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A8AF;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #868880;
	line-height: 20px;
	text-align: left;
	padding-right: 10px;
	width: 400px;
	float:left;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
	line-height: 20px;
	text-align: right;
	padding: 23px 10px 0px 0px;
	float:right;
	width: 400px;
}
/*address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #868880;
	background-color: #F7F7F4;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DCE2E2;
}*/


/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
/*#content table {
	width: 580px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}*/
#content table td {
	padding: 5px;
	/*border: 1px solid #EAE8DF;*/
	font-size: 11px;
}
/*#content table th {
	background-color: #EFEDE7;
	padding: 7px;
	font-size: 13px;
}
#content form table th {
	width: 127px;
}*/

#content table td.td_head {
	background-color: #A2AAAA;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	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: #C9C9BE;
	border-right-color: #D7D7CE;
	border-bottom-color: #C9C9BE;
	border-left-color: #C9C9BE;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#content table td.td_odd {
	background-color: #F7F7F4;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6CD;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}
#content-museum table {
	width: 580px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content-museum table td {
	padding: 5px;
	/*border: 1px solid #EAE8DF;*/
	font-size: 11px;
}
#content-museum table th {
	background-color: #EFEDE7;
	padding: 7px;
	font-size: 13px;
}
#content-museum form table th {
	width: 127px;
}

#content-museum table td.td_head {
	background-color: #A2AAAA;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	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: #C9C9BE;
	border-right-color: #D7D7CE;
	border-bottom-color: #C9C9BE;
	border-left-color: #C9C9BE;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#content-museum table td.td_odd {
	background-color: #F7F7F4;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6CD;
	font-size: 13px;
	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: #DEE4E4;
}
#head #info {
	position: absolute;
	right: 25px;
	font-size: 12px;
	color: #666666;
	bottom: 37px;
	line-height: 26px;
	text-align: right;
}
#head #info strong {
	font-size: 32px;
	color: #F98900;
	font-family: Arial, Helvetica, sans-serif;
}
#head #info span {
	font-size: 18px;
	color: #666666;
}
#head #h_list a:hover {
	background-color: #FFFFFF;
}

.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:120px;
  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: #FFFFFF;
	text-decoration: none;
}
#content h3 a:hover {
	color: #00BCE3;
}
#content-museum h3 a{
	color: #FFFFFF;
	text-decoration: none;
}
#content-museum h3 a:hover {
	color: #00BCE3;
}
a:hover img {
	filter: Alpha(opacity=0);
	opacity: 0.0; /*firefox safari*/
}
#content-museum a:hover img {
	filter: Alpha(opacity=0);
	opacity: 1.0; /*firefox safari*/
}

#date {
	font-size:12px;
	font-weight:normal;
	color:#333;
	}

#date a {
	color:#333;
	}

#info-truck {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	width: 519px;
	height: auto;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #999999;
	float: left;
}

/*#info-hospital-copy01 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	width: 519px;
	height: auto;
	float: left;
}

#info-hospital-copy01 h4 {
	font-size: 14px;
	line-height: 18px;
	color: #003399;
	font-weight: bold;
}*/

#info-copy02 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	width: 519px;
	height: auto;
	font-size: 10px;
	line-height: 14px;
	color: #555555;
	float: none;
}

/*#info-hospital-image {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 519px;
	height: auto;
	float: left;
}*/
.info-body {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 20px;
	width: 519px;
	height: auto;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #FFFFFF;
}
#title-body {
display:block;
}

/*---from sight----*/
/*** Slideshow ***/

#slideshow, .slideshow {
	height: 290px;
	width: 650px/*975px*/;
	overflow: hidden;
	position: relative;
}
.slide {height: 290px; width: 100%/*975px*/; background: #ffea97;}
.slide img {display: block; float: left; width: 640px; height: 290px; position: relative; top: -20px; left: -30px;}
.slide .post {padding: 20px 30px 0;}
.slide .post-category {font-size: 11px; color: #d9d9d9; text-transform: uppercase; margin-bottom: 5px;}
.slide .post a {color: #000;}
.slide .post .post-category a {text-decoration: none;}
.slide .post .post-category a:hover {text-decoration: underline;}
.slide .post h2 {margin-bottom: 5px;}
.slide .post h2, .slide .post h2 a {color: #000; font-size: 24px; font-weight: normal; text-decoration: none;}
.slide .post h2 a:hover {text-decoration: underline;}
.slide .post .post-meta {font-size: 11px; font-style: italic; color: #656363; margin-bottom: 20px;}
.slide .post .post-meta span, .slide .post .post-meta a {color: #000; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
.slide .post .post-meta a:hover {text-decoration: underline;}
.slide .post .post-author {text-transform: uppercase;}
.slide .post-content p {margin-bottom: 15px;}
#larr, #rarr {display: block; width: 32px; height: 53px; position: absolute; top: 106px !important; opacity: 0.2; z-index: 99 !important;}
#larr {background: #000 url("images/larr.png") 8px 50% no-repeat; left: 0 !important;}
#rarr {background: #000 url("images/rarr.png") 11px 50% no-repeat; right: 0 !important;}
#larr:hover, #rarr:hover {opacity: 1;}

/*** Content ***/

/*#content {width: 640px; float: left;}*/

#sightbox {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #d9d9d9;
	text-transform: uppercase;
	position: relative;
	display:block;
	background-color:#F8F7F7;
	height:470px;
	width:643px;
}

.content-title {margin: 30px 0px 0px 0; color: #000; font-size: 14px; padding: 0px 0 15px 30px; border-bottom: 1px solid #d9d9d9; text-transform: uppercase; position: relative;}
.content-title a {color: #000; text-decoration: none;}
.content-title a:hover {text-decoration: underline;}
.content-title span {color: #d9d9d9;}
.content-title span a {color: #d9d9d9; text-decoration: none;}
.content-title span a:hover {color: #000; text-decoration: none;}
#mode {display: block; width: 37px; height: 14px; background: url("images/mode.png") 0 0 no-repeat; position: absolute; bottom: 14px; right: 0;}
.flip {background-position: 0 100% !important;}

.list .post {padding: 30px 0 0 30px; border-bottom: 1px solid #d9d9d9;}
.list .post .thumb img {float: left; margin: 0 30px 30px 0; width: 290px; height: 290px;}
.list .post a {color: #000;}
.list .post .post-category {font-size: 11px; color: #d9d9d9; text-transform: uppercase; margin-bottom: 11px;}
.list .post .post-category a {text-decoration: none;}
.list .post .post-category a:hover {text-decoration: underline;}
.list .post h2 {margin-bottom: 8px;}
.list .post h2, .list .post h2 a {color: #000; font-size: 16px; font-weight: normal; text-decoration: none;}
.list .post h2 a:hover {text-decoration: underline;}
.list .post .post-meta {font-size: 11px; font-style: italic; color: #aaa9a9; margin-bottom: 20px;}
.list .post .post-meta span, .list .post .post-meta a {color: #000; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
.list .post .post-meta a:hover {text-decoration: underline;}
.post-author {text-transform: uppercase;}

.grid {padding: 0px 0px 0px 2px;}
.grid .post {
	width: 154px;
	height: 154px;
	background-color: #FFFF99;
	padding: 18px;
	float: left;
	margin: 17px 0px 0px 17px;
	position: relative;
	overflow: hidden;
	/*cursor: pointer;
	filter: Alpha(Opacity=100);*/
	color: #333333;
}
.grid .post .post-category, .grid .post .post-content, .grid .post .post-meta em {display: none;}
.grid .post h2, .grid .post .post-meta {display: block;}
.grid .post .thumb {width: 190px; height: 190px; position: absolute; top: 0; left: 0; z-index: 1;}
.grid .post .thumb img {width: 190px; height: 190px;}
.grid .post h2, .grid .post h2 a {color: #000; font-size: 14px; font-weight: normal; text-decoration: none;}
.grid .post h2 {margin-bottom: 5px;}
.grid .post a {text-decoration: none;}
.grid .post a:hover {text-decoration: underline;}
.grid .post .post-meta {
	font-size: 10px;
	font-style: normal;
	color: #656363;
}
.grid .post .post-meta span, .grid .post .post-meta a {color: #000; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
.grid .post .post-meta .post-author {text-transform: uppercase;}
.grid .post .comments_popup_link {position: absolute; bottom: 18px; right: 18px;}
.grid .post .post-edit-link {position: absolute; bottom: 18px; left: 18px;}
/*a:hover.thumb {
display:none;
}*/

.rollover {opacity: 0; background: #C9DAC5/*FFEA97*/; width: 154px; height: 154px; padding: 18px; margin: 0; position: absolute; top: 0; left: 0; cursor: pointer;}
.rollover-title {margin-bottom: 5px;}
.rollover-title, .rollover-title a {color: #000; font-size: 16px; font-weight: normal; text-decoration: none;}
.rollover-title a:hover {text-decoration: underline;}
.rollover-content {color: #262626; font: 12px/1.5 Helvetica, Arial, sans-serif;}
.rollover-meta {font-size: 10px; font-style: italic; color: #656363;}
.rollover-meta span, .rollover-meta a {color: #000; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
.rollover-author {text-transform: uppercase;}
.rollover-meta a:hover {text-decoration: underline;}

.pagination {padding: 20px 0 0 30px; color: #aaa9a9; font-size: 12px; clear: both; position: relative;}
.pagination a {color: #000; text-decoration: none;}
.pagination a:hover {text-decoration: underline;}
.pagination .nextpostslink {position: absolute; right: 0; top: 17px; line-height: 21px; text-transform: uppercase; background: url("images/nextpostslink.png") 100% 0 no-repeat; padding-right: 36px;}
.pagination .previouspostslink {position: absolute; left: 30px; top: 17px; line-height: 21px; text-transform: uppercase; background: url("images/previouspostslink.png") 0 0 no-repeat; padding-left: 36px;}
#pagination {padding: 20px 0 0 30px;}
#pagination .nextpostslink {color: #000; text-decoration: none; display: block; padding: 9px 0; text-align: center; font-size: 14px;}
#pagination .nextpostslink:hover {background-color: #C9DAC5/*FFEA97*/; text-decoration: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#pagination .loading {background: url("images/loading.gif") 240px 9px no-repeat; color: #555;}
#pagination .loading:hover {background-color: transparent !important; cursor: default;}

.entry {margin-bottom: 50px;}
.entry .post {border-bottom: 1px solid #d9d9d9; padding-bottom: 15px;}
.entry .post-meta {padding: 15px 0 15px 30px; border-bottom: 1px solid #d9d9d9; font-size: 11px; font-style: italic; color: #aaa9a9; position: relative;}
.entry .post-meta h1 {color: #333; font-size: 30px; font-weight: normal; font-style: normal; margin-bottom: 5px;}
.entry .post-meta span, .entry .post-meta a {color: #000; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
.entry .post-meta a:hover {text-decoration: underline;}
.entry .post-comms {position: absolute; right: 0;}
.entry .post-content {padding: 15px 0 0 30px;}
.entry .post-content a {color: #000;}
.entry .post-content a:hover {text-decoration: none;}
.entry .post-footer {padding-left: 30px; font-size: 12px; margin-bottom: 15px;}
.entry .post-footer a {color: #000; text-decoration: none;}
.entry .post-footer a:hover {text-decoration: underline;}
.page .post-category {display: none;}

.f, .t, .di, .su {width: 16px; height: 15px; position: absolute; bottom: 15px;}
.f {right: 63px; background: url("images/social.png") 0 0 no-repeat;}
.t {right: 42px; background: url("images/social.png") -16px 0 no-repeat;}
.di {right: 21px; background: url("images/social.png") -32px 0 no-repeat;}
.su {right: 0; background: url("images/social.png") -48px 0 no-repeat;}
.f:hover {background-position: 0 -15px;}
.t:hover {background-position: -16px -15px;}
.di:hover {background-position: -32px -15px;}
.su:hover {background-position: -48px -15px;}

.post-content {margin-bottom: 30px;}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {color: #000; font-weight: normal; font-family: Georgia, Geneva, "Times New Roman", times; margin: 15px 0;}
.post-content h1 {font-size: 30px; line-height: 35px;}
.post-content h2 {font-size: 26px;}
.post-content h3 {font-size: 22px;}
.post-content h4 {font-size: 20px;}
.post-content h5 {font-size: 18px;}
.post-content {color: #262626; font: 12px/1.5 Helvetica, Arial, sans-serif;}
.post-content p {margin: 10px 0;}
.post-content ol {list-style: decimal; padding-left: 35px; margin: 15px 0;}
.post-content ul {list-style: disc; padding-left: 35px; margin: 15px 0;}
.post-content li {color: #262626; font: 12px/1.5 Helvetica, Arial, sans-serif; margin: 3px 0;}
.post-content blockquote {padding: 15px 0 10px 65px; background: url("images/bq.png") 20px 0 no-repeat;}
.post-content blockquote p {color: #8c8888; font: italic 16px Georgia, Geneva, "Times New Roman", times;}

.post-content .search {float: none; margin-top: 15px; width: auto;}
.post-content .search fieldset {width: 610px; height: 35px;}
.post-content .search input {width: 570px; font-size: 16px;}

.post-navigation {width: 610px; padding: 15px 0 0 30px; position: relative;}
.post-navigation a {display: block; color: #000; font: 11px Helvetica, Arial, sans-serif; text-decoration: none; line-height: 1.5;}
.post-navigation a:hover {text-decoration: none;}
.post-navigation a em {display: block; color: #aaa9a9; font: italic 11px Georgia, Geneva, "Times New Roman", times;}
.post-navigation a:hover span {text-decoration: underline;}
.post-prev {width: 250px; min-height: 40px; padding-left: 30px; float: left; text-align: left; background: url("images/post_prev.png") 0 50% no-repeat;}
.post-next {width: 250px; min-height: 40px; padding-right: 30px; float: right; text-align: right; background: url("images/post_next.png") 100% 50% no-repeat;}
.line {width: 1px; height: 100%; background: #d9d9d9; position: absolute; top: 0; right: 305px;}

/*
-----------------------------------------------------------------
    content-inner
-----------------------------------------------------------------
*/

#content-inner {
	margin: 0px 0px 0px 0px;
	padding: 47px 32px 0px 32px;
	width: 671px;
	height: auto;
	float: left;
}

/*#content-title-blue {
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 20px 22px;
	width: 649px;
	height: 22px;
	background-image: url(http://www.keihan.info/img/titleback_blue.jpg);
	background-repeat: no-repeat;
	float: left;
}*/

/*#content-title-blue h3 {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
}

#content-title-yellow {
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 20px 22px;
	width: 649px;
	height: 22px;
	background-image: url(http://www.keihan.info/img/titleback_yellow.jpg);
	background-repeat: no-repeat;
	float: left;
}

#content-title-yellow h3 {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
}*/

#content-box {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	position: relative;
}
/*#content-box table {
	border:none;
	padding: 0;
}
#content-box td {
	border:none; padding: 0;
}*/

#outline-left {
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 0px;
	width: 315px;
	height: auto;
	float: left;
}

#outline-right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 315px;
	height: auto;
	float: right;
}

#truck-left {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 273px;
	height: auto;
	float: left;
}

#truck-right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 360px;
	height: auto;
	float: right;
}

#midashi-blue01 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 8px;
	width: 657px;
	height: auto;
	border-style: solid;
	border-width: 0px 0px 2px 6px;
	border-color: #6699cc;
	float: left;
}

#midashi-blue01 h4 {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}

#midashi-blue02 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	width: 100%;
	height: auto;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	display: block;
}

#midashi-blue02 h4 {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}

#midashi-yellow01 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 8px;
	width: 657px;
	height: auto;
	border-style: solid;
	border-width: 0px 0px 2px 6px;
	border-color: #cc6600;
	float: left;
}

#midashi-yellow01 h4 {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}

#midashi-yellow02 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 8px;
	width: 303px;
	height: auto;
	border-style: solid;
	border-width: 0px 0px 2px 6px;
	border-color: #cc6600;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	float: left;
}

#midashi-yellow02 h4 {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}

#komidashi01 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	width: 100%;
	height: auto;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #cccccc;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	float: left;
}

#komidashi02 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	width: 100%;
	height: auto;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #cccccc;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight:bold;
}

#outline-leftbox {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	height: auto;
}

#outline-rightbox {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	height: auto;
} 

#table-outline {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #dddddd;
	width:317;
}

#table-outline td {
	padding: 6px 10px 6px 10px;
	font-size: 10px;
	line-height: 14px;
	color: #555555;
}

#access-box {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 15px 40px;
	width: 600px;
	height: auto;
	float: left;
}

#truck-leftbox {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	width: 273px;
	height: auto;
	float: left;
}

#truck-right-midashi {
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	width: auto;
	height: 12px;
	border-style: double;
	border-width: 4px 4px 4px 4px;
	border-color: #99CC66;
	font-size: 12px;
	line-height: 12px;
	color: #555555;
	display: block;
}

#truck-rightbox {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	width: 350px;
	height: auto;
}

.table-truck {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #999999;
	width: 360px;
}

.table-truck th {
	padding: 4px 6px 4px 6px;
	background-color: #eee8aa;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #555555;
	border: 1px solid #666666;
}

.table-truck td {
	padding: 4px 6px 4px 6px;
	background-color: #ffffff;
	font-size: 10px;
	line-height: 12px;
	color: #555555;
	border: 1px solid #666666;
}
a:hover img.kameyama {
	/*cursor: pointer;*/
	filter: Alpha(opacity=100);
	opacity: 1.0; /*firefox safari*/
}
#jigyou-header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 30px;
	float: left;
	display: block;
	position: relative;
}

#jigyou-box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #999999;
	float: left;
	position: relative;
}

#jigyou-box-inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: auto;
	height: auto;
	float: left;
}

#jigyou-copy {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	width: auto;
	height: auto;
	position: relative;
	clear: both;
}

#jigyou-copy-left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	color: #cc6600;
	font-weight: bold;
}

#jigyou-copy-right {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	color: #555555;
}

#jigyou-copy-hospital01 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	width: 633px;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #003399;
	font-weight: bold;
}

#jigyou-copy-hospital02 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	width: 633px;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 16px;
}

#jigyou-content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 633px;
	height: auto;
	float: left;
	position: relative;
}

#jigyou-content-left {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 402px;
	height: auto;
	float: left;
}

#jigyou-content-right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 221px;
	height: auto;
	float: left;
}

#jigyou-content-right01 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	width: 221px;
	height: auto;
	float: left;
}

#jigyou-content-right02 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	width: 221px;
	height: auto;
	float: left;
}

#jigyou-content-right03 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	width: 221px;
	height: auto;
	float: left;
	position: relative;
}

#truck-grayline {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 219px;
	height: auto;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999999;
	float: left;
}

#truck-name {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	width: 219px;
	height: auto;
	float: left;
}

#truck-name-ts {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 70px;
	height: 23px;
	background-color: #660000;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
	float: left;
}

#truck-name-add {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	width: 143px;
	height: 23px;
	background-color: #999999;
	font-size: 10px;
	line-height: 24px;
	color: #ffffff;
	float: left;
}

#truck-image-box {
	margin: 0px 0px 0px 0px;
	padding: 0px 9px 5px 9px;
	width: 201px;
	height: 85px;
	float: left;
}

#truck-shosai {
	margin: 0px 0px 0px 0px;
	padding: 0px 9px 6px 9px;
	width: 201px;
	height: 21px;
	float: left;
}

#tel-icon {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 9px;
	width: 50px;
	height: 49px;
	float: left;
}

#ts-tel {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 162px;
	height: auto;
	float: left;
}

#ts-tel-moushikomi {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 162px;
	height: auto;
	font-size: 10px;
	line-height: 10px;
	color: #555555;
	float: left;
}

#ts-tel-name {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 162px;
	height: auto;
	font-size: 12px;
	line-height: 12px;
	color: #ff9900;
	font-weight: bold;
	float: left;
}

#ts-tel-tel {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 162px;
	height: 13px;
	float: left;
}

#rakuten-box {
	margin: 0px 0px 0px 0px;
	padding: 6px 10px 6px 10px;
	width: 611px;
	height: auto;
	float: left;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cc6600;
	background-color: #FFCC99;
	position: relative;
}

#rakuten-box-logo {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 0px 0px;
	width: 46px;
	height: 24px;
	float: left;
}

#rakuten-box-copy {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 210px;
	height: auto;
	float: left;
}

#rakuten-box-saiteki {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
	width: 154px;
	height: 19px;
	float: left;
}

#rakuten-box-otoku {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	width: 171px;
	height: 21px;
	float: left;
}

#jigyou-link {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 640px;
	height: 20px;
	float: left;
}

#jigyou-link2 {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	width: 640px;
	height: 20px;
	float: left;
	position: relative;
}

#jigyou-link a {
	color:#666666;
	font-size:10px;
}
#jigyou-link2 a {
	color:#666666;
	font-size:10px;
}

#jigyou-link-box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	float: left;
}

#jigyou-link-icon {
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 0px;
	width: 16px;
	height: 16px;
	float: left;
}

#jigyou-link-copy01 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 180px;
	height: 16px;
	float: left;
}

#jigyou-link-copy02 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 16px;
	float: left;
}

#jigyou-link-copy03 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 240px;
	height: 16px;
	float: left;
}

#jigyou-link-copy04 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 180px;
	height: 16px;
	float: left;
}

#hospital-midashi {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 8px;
	width: 619px;
	height: auto;
	border-style: solid;
	border-width: 0px 0px 2px 6px;
	border-color: #6699cc;
	font-size: 14px;
	line-height: 18px;
	color: #336699;
	font-weight: bold;
	float: left;
}

#hospital-content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	width: 633px;
	height: auto;
	float: left;
	position: relative;
}

#hospital-content-left {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 170px;
	height: auto;
	float: left;
}

#hospital-content-right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 453px;
	height: auto;
	float: left;
}
/*
-----------------------------------------------------------------
    box
-----------------------------------------------------------------
*/

#box-top0bot0 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	float: left;
}

#box-top5bot0 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: auto;
	height: auto;
	float: left;
}

#box-top10bot0 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: auto;
	height: auto;
	float: left;
}

#box-top15bot0 {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	width: auto;
	height: auto;
	float: left;
}

#box-top20bot0 {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: auto;
	height: auto;
	float: left;
}

#box-top0bot5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: auto;
	height: auto;
	float: left;
}

#box-top0bot10 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	height: auto;
}

#box-top0bot15 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	height: auto;
}

#box-top0bot20 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	height: auto;
}

/*------ base -----*/
.black10 {
	font-size: 10px;
	line-height: 14px;
	color: #555555;
}

.black10line16 {
	font-size: 10px;
	line-height: 16px;
	color: #555555;
}

.black10b {
	font-size: 10px;
	line-height: 14px;
	color: #555555;
	font-weight: bold;
}

.black12 {
	font-size: 12px;
	line-height: 16px;
	color: #555555;
}

.black12line18 {
	font-size: 12px;
	line-height: 18px;
	color: #555555;
}

.black12b {
	font-size: 12px;
	line-height: 16px;
	color: #555555;
	font-weight: bold;
}

.black14 {
	font-size: 14px;
	line-height: 18px;
	color: #555555;
}

.black14b {
	font-size: 14px;
	line-height: 18px;
	color: #555555;
	font-weight: bold;
}

.black16 {
	font-size: 16px;
	line-height: 20px;
	color: #555555;
}

.black16b {
	font-size: 16px;
	line-height: 20px;
	color: #555555;
	font-weight: bold;
}

.black18 {
	font-size: 18px;
	line-height: 22px;
	color: #555555;
}

.black18b {
	font-size: 18px;
	line-height: 22px;
	color: #555555;
	font-weight: bold;
}

#access-box {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 15px 50px;
	width: 601px;
	height: auto;
	float: left;
}
#access-box a {
color:#333333;
text-decoration:none;
font-size:11px;
}

#pagetop {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	background-image: url(../../../img/pagetop.jpg);
	background-repeat: no-repeat;
	background-position: 610px 0px;
	text-align: right;
	float: left;
	color:#666666;
}
#pagetop a {
	color:#666666;
	font-size:11px;
}

/* contact */
#wpcf7-f444-p427-o1 li {
	font-size: 14px;
}
#wpcf7-f444-p427-o1 input {
	margin: 5px 10px 5px 0;
}
#wpcf7-f444-p427-o1 td {
	font-size: 14px;
}
#wpcf7-f444-p427-o1 th {
	font-size: 14px;
}
/*------ /base -----*/

*:after {
  display:block;
  clear:both;} /* この記述は固定です */

element {width:100%;} /* clearfix IE6, 7 */
element:after {content:"";} /* clearfix */

/*#content {
	width:650px;
} *//* clearfix IE6, 7 */
#content-museum {
	width:650px;
} /* clearfix IE6, 7 */
#content:after {content:"";} /* clearfix */
#content-museum:after {content:"";} /* clearfix */

* {
	color:#222222;
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
body {
	background-attachment: fixed;
	background-color: #F1F1ED;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
/* Start of "Micro clearfix" */
        
        .cf { zoom: 1; }
        .cf:before,
        .cf:after { content: ""; display: table; }
        .cf:after { clear: both; }
        
        /* End of "Micro clearfix" */