/* 上部メニューバー */
#container #menubar {
	font-size: 13px;
	background-color: #B35A00;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#container #menubar ol li {
	float: left;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	border-right-color: #CCC;
	width: 193px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#container #menubar ol li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	width: 194px;
	height: 24px;
	padding-top: 5px;
}
#container #menubar ol li a:hover{
	background-color: #804000;
}
/* 上部メニューバーでアンカーを外してフォーカス */
#container #menubar ol li#forcus_anc {
	text-decoration: none;
	color: #000;
	background-color: #804000;
	width: 192px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #804000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804000;
	height: 23px;
	padding-top: 5px;
}
/* 上部メニューバーでアンカーを外してフォーカス HOMEのみ*/
#container #menubar ol li#homelink {
	text-decoration: none;
	color: #000;
	background-color: #804000;
	width: 199px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B35A00;
	height: 24px;
	padding-top: 5px;
}
/* 上部メニューバーでHOMEのリンク */
#container #menubar ol li#home_anc a {
	width: 204px;
}
/* 上部メニューバー ここまで */
/* 左サイドバー */
#container #sidebar1 #spacebox{
	background-color: #FFF;
	background-image: url(../bg/bg_white.gif);
	height: 26px;
	padding-left:15px;
	padding-top:10px;
	font-size:10px;
}
#container #sidebar1 ul{
	list-style: none;
	margin: 0;
}
#container #sidebar1 ul li {
	margin: 0;
	padding:0;
	border-bottom: 1px dotted #999999;/*下部に線を引く*/
	font-size: 13px;
	list-style-image: none;
	list-style-type: none;
}
#container #sidebar1 ul li a{
	padding:3px 15px;
	display: block;
	color:#000066;/*メニューボタンの文字の色*/
	text-decoration: none;
}

#container #sidebar1 ul li a:hover{
	color:#FFFFFF; /*メニューの文字がカーソルが来た時、この色に変わる*/
	background-color: #804000;
}
#container #sidebar1 ul li#top {
	border-top: 1px dotted #999999;
}
/* 左サイドバーでアンカーを外してフォーカス */
#container #sidebar1 ul li#forcus_anc {
	display: block;
	padding:3px 15px;
	color:#FFFFFF;
	background-color: #804000;
}
#container #sidebar1 h3.h3_flow {
	font-size: 15px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #804000;
	border-right-color: #0804000;
	border-bottom-color: #804000;
	border-left-color: #804000;
	color: #FFF;
	background-color: #B35A00;
	margin-top: 0px;
	padding-left: 15px;
	padding-top: 0;
}
#container #sidebar1 h3#mid {
	background-color: #C86400;
}
#container #sidebar1 h3#menu {
	background-color: #E67300;
}
/* 左サイドバー ここまで */
/* 右サイドバー */
#container #sidebar2 h3.h3_menu {
	margin-top: 20px;
	font-size: 16px;
	padding-left: 0.5em;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C86400;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C86400;
	border-top-width: 1px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C86400;
	border-right-color: #C86400;
	border-top-style: solid;
	background-color: #FFCF9F;
	padding-top: 3px;
}
#container #sidebar2 ul {
	margin-top: 1em;
	font-size: 13px;
}
#container #sidebar2 p {
	padding-right: 10px;
	padding-left: 10px;
}
#container #mainContent #img_subtitle {
	text-align: center;
}

#container #sidebar2 ul li {
	margin-left: 1em;
	list-style-type: none;	
}
@media screen and (max-width: 480px) {	/* スマホだけ適用 */
	#container #sidebar2{
		display: none;
	}
}
/* 右サイドバー ここまで */
/* メインコンテンツ */
#container #mainContent .sentence {
	margin-left: 1em;
}
#container #mainContent h1.h1_title {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #F00;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	font-size:24px;
}
#container #mainContent h2.h2_title {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #F00;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
#container #mainContent .pr_text {
	font-size: 13px;
}

#container #mainContent ul li {
	margin-left: 2em;
}
#container #mainContent ol {
	margin-top: 1em;
	margin-left: 3em;
}
#container #mainContent p#date {
	text-align: right;
}
#container #mainContent ul li{
	list-style-image: url(../list/list1.gif);
	list-style-type: circle;	
}
#container #mainContent .sentence .marker {
	background-color: #FF8000;
	margin-left: -0.5em;
	padding: 0 0.5em; 
	font-weight: bold;
}
/* メインコンテンツ ここまで */
/* ヘッダーのリンク */
p#header_text {
	text-align: right;
	margin: -1em 1em 1em 0;
}
/* IE7のためのCSSハック */
*:first-child+html p#header_text {
	margin: -2em 1em 1em 0;
}
#container #header p#header_text a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding: 0 0.5em;
	color: #FFF;
}
#container #header p#header_text a#header_right {
	border-right-style: none;
	margin-right: -5px;
}
/* ヘッダーのリンク ここまで*/
/* ページャー */
#container #mainContent .sentence p#pager {
	text-align: center;
	margin-top: 4em;
}
#container #mainContent .sentence p#pager a {
	margin-right: 0.25em;
	padding: 3px 0.5em;
	border: 1px solid #C86400;
	background-color: #EECBAD;
}
#container #mainContent .sentence p#pager a:hover {
	background-color: #C86400;
	color: #fff;
}
#container #mainContent .sentence p#pager a.pager_forward {/*前へ*/
	margin-right: 1em;
}
#container #mainContent .sentence p#pager a.pager_next {/*次へ*/
	margin-left: 0;
}
#container #mainContent .sentence p#pager .page_num {/*リンクなし数字*/
	margin-right: 0.25em;
	padding: 4px 0.5em;
	border: 1px solid #C86400;
	color: #333;
}
#container #mainContent .sentence p#pager #page_forward {/*「前へ」リンクなし*/
	margin-right: 0.25em;
	padding: 4px 0.5em;
	border: 1px solid #C86400;
	color: #333;
}
#container #mainContent .sentence p#pager #page_next {/*「次へ」リンクなし*/
	margin-left: 0;
	padding: 4px 0.5em;
	border: 1px solid #C86400;
	color: #333;
}
#container #mainContent .sentence ol#pager_exp {/*ペジャーの説明*/
	font-size: 12px;
	padding: 1em 2em;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 1px solid #999;
	width: 180px;
}
/* ページャー、ここまで */
#container #mainContent .h2_bar {
	background-image: url(../logo/titlebar/h2/h2_bar.gif);
	padding-top: 3px;
	padding-left: 15px;
	background-repeat: no-repeat;
}
#container #mainContent .sentence h3 {
	padding-left: 0.5em;
	border-left-style: solid;
	border-top-color: #C86400;
	border-right-color: #C86400;
	border-bottom-color: #C86400;
	border-left-color: #C86400;
	font-weight: bold;
	font-size: 18px;
	padding-top: 0.125em;
	padding-bottom: 0.125em;
	border-left-width: 5px;
	margin-top: 2em;
	margin-bottom: -0.5em;
}
#container #mainContent .sentence h4 {
	margin-bottom: -0.75em;
}
#container #mainContent .sentence ul {
	margin-top: 1em;
}
#container #mainContent .sentence ul li {
	margin-top: 0px;
}
#container #mainContent .sentence table.table {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #C86400;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #c0c0c0;
}
#container #mainContent .sentence table tr th {
	font-weight: normal;
	background-color: #C86400;
	color: #FFF;
	padding: 8px;
	text-align:center;
}
#container #mainContent .sentence table tr th.th_title {
	width: 40%;	
}
#container #mainContent .sentence table tr td {
	font-size: 15px;
	vertical-align: top;
}
#container #mainContent .sentence table tr td.sub_title {
	padding: 0.25em;
	margin: 0;
	width: 5em;
	border-top: 1px solid #C86400;
	border-bottom: 1px solid #C86400;
	background-color: #FFF;
	text-align: center;
	vertical-align: top;
}
#container #mainContent .sentence table tr td.contents {
	padding: 0.25em;
	margin: 0;
	border-top: 1px solid #C86400;
	border-bottom: 1px solid #C86400;
	background-color: #FFF;
}
#container #mainContent h2 img {
	margin-top: 20px;
}
/*パンクズリスト*/
#container #mainContent #forward #pankuzu {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 12px;
}
#container #mainContent #forward #pankuzu li{
	display: inline; 
	background-image: url(../list/pankuzu.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;
	list-style-image: none;
	list-style-type: none;
}
#container #mainContent #forward #pankuzu li#pankuzu_end {
	background-image: none;	
}
/*パンクズリスト、ここまで*/
/* 写真のCSS「style="width: 250px"」で画像の巾+10pxで指定が必要*/
div.photo {
	float: right;
	display: block;
	padding: 5px;
	margin: 1em 0 0 1em;
	border: 1px solid #999;
	background-color: #eee;
	text-align:center;
	font-size: 11px;
}
div.photo p {
	padding: 0;
	margin: 0;
	line-height: 120%;
}
div.photo img {
	margin: 3px 0;
}
div.photo2 { /*センタ－寄せ*/
	text-align:center;
	margin: 2em auto;
	padding: 5px;
	border: 1px solid #999;
	background-color: #eee;
	font-size: 11px;
	
}
div.photo2 p {
	padding: 0;
	margin: 0;
	line-height: 120%;
}
div.photo2 img {
	margin: 3px 0;
}
/* 写真のCSS、ここまで*/

