@charset "utf-8";
@import "common.css";

h1 {
	height: 62px;
	background: url(../images/contents/logo.png) 7px center no-repeat;
	background-size: 202px 29px;
	text-indent: -9999px;
}

/*メニュー*/
#menu {
	width: 100%;
	background-image: url(../images/common/menu_bg.png);
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
#menu h2 {
	padding-left: 15px;
	height: 47px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 49px;
	position: relative;
	text-shadow: -1px -1px 1px #3c5825;
	filter: dropshadow(color=#3c5825, offx=-1, offy=-1);
}
#menu a.close {
	width: 90px;
	height: 28px;
	border-radius: 5px;
	background-color: #649337;
	color: #ffffff;
	font-size: 95%;
	font-weight: bold;
	line-height: 28px;
	text-indent: 20px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-box-shadow: inset 1px 1px 5px 2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 1px 1px 5px 2px rgba(0, 0, 0, 0.4);
	text-shadow: -1px -1px 1px #3c5825;
	filter: dropshadow(color=#3c5825, offx=-1, offy=-1);
}
#menu a.close:after {
	margin-top: -8px;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: #ffffff;
	color: #4c8b32;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	line-height: 15px;
	display: block;
	position: absolute;
	top: 50%;
	right: 7px;
	content: "×";
}
#menu > ul > li {
	border: 1px solid #9e9b96;
	border-bottom: none;
}
#menu > ul > li:last-child {
	border-bottom: 1px solid #9e9b96;
}
#menu > ul > li > a {
	padding: 15px 20px;
	padding-right: 60px;
	background: #f8f9f4;
	background: -moz-linear-gradient(top, #ffffff 0%, #edeae5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#edeae5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#edeae5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#edeae5 100%);
	color: #492c2e;
	font-size: 16px;
	font-weight: bold;
	display: block;
	position: relative;
}
#menu > ul > li > a.pc:before {
	margin-top: -7px;
	width: 15px;
	height: 15px;
	background: url(../images/common/bottomlink_pc.png) center center no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	content: "";
}
#menu > ul > li > a:after {
	margin-top: -3px;
	width: 5px;
	height: 5px;
	border-style: solid;
	border-width: 3px 3px 0 0;
	border-color: #88b84b;
	display: block;
	content: "";
	position: absolute;
	right: 9px;
	top: 50%;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#menu > ul > li > a.focus {
	background-image: url(../images/common/menu_bg_focus.png);
	color: #ffffff;
}
#menu > ul > li > a.focus:after {
	border-color: #ffffff;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

#menu > ul > li > ul > li {
	border-bottom: 1px solid #ccd4c7;
}
#menu > ul > li > ul > li:last-child {
	border-bottom: none;
}
#menu > ul > li > ul > li > a {
	padding-left: 45px;
	height: 45px;
	line-height: 47px;
	background: #f8f9f4;
	background: -moz-linear-gradient(top, #f6f6de 0%, #dfeba9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6de), color-stop(100%,#dfeba9));
	background: -webkit-linear-gradient(top, #f6f6de 0%,#dfeba9 100%);
	background: -o-linear-gradient(top, #f6f6de 0%,#dfeba9 100%);
	color: #492c2e;
	font-size: 16px;
	font-weight: bold;
	display: block;
	position: relative;
}
#menu > ul > li > ul > li > a:before {
	margin-top: -3px;
	width: 5px;
	height: 5px;
	border-style: solid;
	border-width: 3px 3px 0 0;
	border-color: #88b84b;
	display: block;
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#menu > ul > li > ul > li > a.pc:after {
	margin-top: -7px;
	width: 15px;
	height: 15px;
	background: url(../images/common/bottomlink_pc.png) center center no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
}

/*メニューを表示*/
#showmenu {
	width: 85px;
	height: 40px;
	border: 1px solid #c6c6be;
	border-radius: 3px;
	background: #fffffb;
	background: -moz-linear-gradient(top, #fffffb 0%, #edeae3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffffb), color-stop(100%,#edeae3));
	background: -webkit-linear-gradient(top, #fffffb 0%,#edeae3 100%);
	background: -o-linear-gradient(top, #fffffb 0%,#edeae3 100%);
	color: #614a28;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	letter-spacing: -1px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}
#showmenu:after {
	margin-left: -10px;
	width: 20px;
	height: 13px;
	background: url(../images/contents/showmenu_icon.png) 0 0 no-repeat;
	background-size: 100% 100%;
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 4px;
}

#contents a {
	text-decoration: underline;
}
#contents h2 {
	margin-bottom: 13px;
	padding-left: 12px;
	height: 50px;
	background: #5ab2c0 url(../images/contents/h2_bg.png) right 0 no-repeat;
	background-size: auto 100%;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}

#contents h3 {
	margin-bottom: 10px;
	padding-left: 40px;
	height: 33px;
	border-top: 2px solid #2ea7d4;
	border-bottom: 1px solid #ededed;
	background: #f8f9f4;
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	color: #272727;
	font-size: 15px;
	font-weight: bold;
	line-height: 33px;
	position: relative;
}
#contents h3:before {
	margin-top: -11px;
	width: 24px;
	height: 23px;
	background: url(../images/contents/h3_icon.png) 0 0 no-repeat;
	background-size: 100% 100%;
	display: block;
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
}
#contents h3:after {
	margin-top: -11px;
	width: 82px;
	height: 22px;
	background: url(../images/contents/h3_bg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	display: block;
	content: "";
	position: absolute;
	right: 4px;
	top: 50%;
}

#contents h4 {
	margin-bottom: 10px;
	padding: 0 6px;
	font-size: 14px;
	font-weight: bold;
}
#contents p {
	padding: 0 10px;
	text-indent: 1em;
}
#contents .pt10 { padding-top: 10px; }
#contents .pr10 { padding-right: 10px; }
#contents .pb10 { padding-bottom: 10px; }
#contents .pl10 { padding-left: 10px; }

#contents table.h_table {
	width: 100%;
	border-collapse: collapse;
}
#contents table.h_table thead th,
#contents table.h_table tbody td {
	padding: 3px 5px;
	font-size: 90%;
	text-align: center;
}
#contents table.h_table.v_line th,
#contents table.h_table.v_line td {
	border-right: 1px solid #c0c0c0;
}
#contents table.h_table.v_line th:last-child,
#contents table.h_table.v_line td:last-child {
	border-right: none;
}
#contents table.h_table.h_line tr {
	border-bottom: 1px solid #c0c0c0;
}
#contents table.h_table.h_line thead tr {
	border-bottom: none;
}
#contents table.h_table thead th {
	padding: 5px 5px;
	background-color: #e6e6d9;
	font-weight: bold;
}

#contents span.hiroshi {
	height: 1em;
	width: 1.1em;
	background: url(../images/contents/moji.png) center center no-repeat;
	background-size: auto 100%;
	text-indent: -9999px;
	vertical-align: baseline;
	display: inline-block;
}
#contents span.hiro {
	height: 1em;
	width: 1.1em;
	background: url(../../kakuku/images/moji-hiro.gif) center center no-repeat;
	background-size: auto 100%;
	text-indent: -9999px;
	vertical-align: baseline;
	display: inline-block;
}

#contents span.higuchi {
	height: 1em;
	width: 1.1em;
	background: url(../../kakuku/images/moji-hi.gif) center center no-repeat;
	background-size: auto 100%;
	text-indent: -9999px;
	vertical-align: baseline;
	display: inline-block;
}


#contents ol#bukailist {
	 margin-left: 35px; padding: 0 }
#contents ol#bukailist li { margin-left: 13px; list-style-type: decimal; }

#contents .photo {
	text-align: center;
}
#contents .photo img {
	margin-bottom:3px;
}
.kaicho_name { 
	font-size: 110% ;
	line-height: 130%;
	padding: 5px 0 0 0;
	font-weight: bold;
}

#totop {
	margin-top: 10px;
	padding: 10px;
	border-top: 1px solid #c8c8c8;
}
#totop a {
	width: 120px;
	height: 30px;
	border: 1px solid #c6c6be;
	border-radius: 3px;
	background: #fffffb;
	background: -moz-linear-gradient(top, #fffffb 0%, #edeae3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffffb), color-stop(100%,#edeae3));
	background: -webkit-linear-gradient(top, #fffffb 0%,#edeae3 100%);
	background: -o-linear-gradient(top, #fffffb 0%,#edeae3 100%);
	color: #614a28;
	font-weight: bold;
	line-height: 32px;
	text-indent: 20px;
	display: block;
	float: right;
	position: relative;
}
#totop a:after {
	margin-top: -3px;
	width: 5px;
	height: 5px;
	border-style: solid;
	border-width: 3px 3px 0 0;
	border-color: #88b84b;
	display: block;
	content: "";
	position: absolute;
	right: 9px;
	top: 50%;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
