@charset "utf-8";

@font-face {
	font-family: "sakaFont";
	src: url("font/saka_title2.eot?") format('eot'),
	url("font/saka_title2.woff") format('woff');
}

body {
	background-color: #393939;
	-webkit-font-smoothing: antialiased;
}

body,h1,p {
	margin: 0;
	padding: 0;
}

a { text-decoration: none; }

header h1 {
	font-family: 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', Meiryo, メイリオ, 'HGMaruGothicMPRO', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: white;
	font-weight: bold;
	text-shadow:3px 3px 2px black;
	margin: 0;
	margin-left: 10px;
}

#top1 {
	font-family: 'sakaFont', 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', Meiryo, メイリオ, 'HGMaruGothicMPRO', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 36px;
	font-weight: normal;
}
#top2 {
	font-family: 'Ubuntu', 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', Meiryo, メイリオ, 'HGMaruGothicMPRO', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 36px;
	font-weight: normal;
}

h1 a {
	text-decoration: none;
	color: white;
}

img { border:0; }

* label:hover {
	cursor: pointer;
}

h2,h3,h4,h5,p,nav li,table, aside #change_aside {
	font-family: 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', Meiryo, メイリオ, 'HGMaruGothicMPRO', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
p {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
}
/* h2 {
	font-family: 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', 'HGMaruGothicMPRO', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
} */
#allpage {
	display: block;
	width: 920px;
	margin: 5px auto;
}

header {
	/* position: relative; */
	display: block;
	width: 920px;
	/* height: 200px; */
	margin-bottom: 5px;
}

#hed_nav, #top_navi_wrapper, #t_aside_wrapper { display: none; }

#wrapper {
	display: block;
	float: left; 
	width: 695px;
	height: 100%;
	margin: 0;
	margin-bottom: 5px;
	/* background-color: green; */
}

#side_navi {
	display: block;
	width: 135px;/*メニューの幅*/
	height: auto;
	float: left;
	margin-right: 5px;
	background-color: blue;
}

#side_navi>nav {
	margin: 0;
	width: 135px;/*メニューの幅*/
	border: #e5e4e6 1px solid;
	background-color: gray;
}
#side_navi>nav * {
	font-weight: bold;
}
#side_navi>nav>ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
#side_navi>nav>ul li {
	width:135px;/*メニューの幅*/
	background-color: #adc653;
	position: relative;
	height: 40px;/*メニューの高さ*/
}
#side_navi>nav>ul li a {
	text-decoration: none;
	color: #993300;
	font-size: 12px;
	display: block;
	padding: 0 10px;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #fff;
	color: #5B6F25;
	font-weight: bold;
}
#side_navi>nav>ul li:first-of-type a {
	padding-left: 24px;
}
/* トップページメニューの前にメニューアイコン追加 */
#side_navi>nav>ul>li:first-of-type>a:before {
	position:absolute;
	top: 0;
	left: 5px;
	color: #5B6F25;
	font-family: 'Genericons';
	font-size: 18px;
	content: '\f505';
	font-weight: bold;
}
/* トップページメニューの後ろに>アイコン右向き回転追加 */
#side_navi>nav>ul>li:first-of-type>a:after {
	position:absolute;
	top: -1px;
	right: 1px;
	color: #5B6F25;
	font-family: 'Genericons';
	font-size: 20px;
	font-weight: bold;
	content: '\f431';
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
/* トップページメニューの後ろに>アイコン下向き回転後追加 */
#side_navi>nav>ul>li:first-of-type:hover>a:after {
	position:absolute;
	top: -1px;
	right: 1px;
	color: #5B6F25;
	font-family: 'Genericons';
	font-size: 20px;
	font-weight: bold;
	content: '\f431';
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
}
#side_navi>nav>ul li ul {
	margin: 0;
	padding: 0;
	border: none;
}

/* #side_navi>nav>ul li ul li {
	background-color: blue; 
} */

#side_navi>nav>ul li ul li a {
	color: #9e9478; 
	width: 135px;/*メニューの幅*/
	/* border-bottom: 0px;追加 */
	border-left: 15px solid #bad8e3;
	background-color: #fff;
}
/* プルダウンしたサブメニューの前にピンアイコン追加 */
#side_navi>nav>ul>li:first-of-type>ul li>a:before {
	position: absolute;
	top: 0px;
	left: 16px;
	color: #9e9478;
	font-family: 'Genericons';
	font-size: 20px;
	font-weight: bold;
	content: '\f308';
/*	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
 	-ms-transition: .3s;
	transition: .3s;
	font-weight: bold; */
}

#side_navi>nav>ul li a:hover {
	background-color: #f7fe2f;
	font-weight: bold;
	cursor: pointer;
}
/* #side_navi>nav>ul>li:first-of-type:hover {
	background-color: #f7fe2f;
	font-weight: bold;
	cursor: pointer;
} */


/*サブメニューが2つのとき*/
#side_navi>nav>ul>.sub2menu:hover {
	height: 120px;
	font-weight: bold;
}
/*サブメニューが3つのとき*/
#side_navi>nav>ul>.sub3menu:hover {
	height: 160px;
	font-weight: bold;
}
/*サブメニューが4つのとき*/
#side_navi>nav>ul>.sub4menu:hover {
	height: 200px;
	font-weight: bold;
}


#side_navi>nav>ul * {/*アニメーション*/
/*	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility: hidden;
	font-weight: bold;
	overflow: hidden; */
}

#side_navi>nav>ul>li,#side_navi>nav>ul>li>ul>li,#side_navi>nav>ul>li>a,#side_navi>nav>ul>li>ul>li>a { /*アニメーション*/
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	transition: .7s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility: hidden;
	/* font-weight: bold;
	overflow: hidden;*/
}

#main {
	display: block;
	width: 555px;
	float: right;
	height: auto;
	margin: 0 0 5px;
	padding: 0;
	background-color: white;
	border-radius: 0 0 10px 10px;
}
#main>main {
	display: block;
	width: 555px;
	/* float: right; */
	height: auto;
	margin: 0;
	padding: 0;
	padding-top:5px;
	background-color: white;
	border-radius: 0 0 10px 10px;
}
#main>main>h2 {
	font-size: 22px;
	clear: both;
	margin-top: 2px;
	margin-left: 5px;
	text-shadow: 2px 2px 2px #b6d644;
}
#main>main>p {
	margin-left: 10px;
}

/* トップページのsectionの共通設定 */
#main main section {
	width: 540px;
	height: auto;
	border: 1px dotted gray;
	margin: 0 5px 10px;
	border-radius: 8px;
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr= '#eeeeee', endColorstr= '#cbcbcb' );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr= '#eeeeee', endColorstr= '#cbcbcb' )";
	background: -moz-linear-gradient(top, #eee 0%, #cbcbcb 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #eee), color-stop(100%, #cbcbcb));
	background: -webkit-linear-gradient(top, r#eee 0%, #cbcbcb 100%);
	background: -o-linear-gradient(top, #eee 0%, #cbcbcb 100%);
	background: -ms-linear-gradient(top, #eee 0%, #cbcbcb 100%);
	background: linear-gradient(to bottom, #eee 0%, #cbcbcb 100%);
	box-shadow: 6px 6px 4px #666, 0px 0px 4px 3px #fff inset;
	/* background-color: lightgray; */
}
#main>main>section h3 {
	width: auto;
	background-color: #757575;
	vertical-align: middle;
	border-left: 12px solid #b6d644;
	padding-left: 10px;
	color: white;
	margin: 0;
	border-radius: 4px 4px 0 0;
	font-size: 18px;
}
#main>main>section .h3wrap {
	margin: 7px auto 0;
	padding: 0;
	width: 528px;
	height: auto;
	border-bottom: 4px solid #ff8793;
	/* background-color: blue; */
}

#main>main>section:nth-of-type(odd) img {
	float:right;
	margin: 11px 6px 3px 6px;
	width: 165px;
}

#main>main>section:nth-of-type(even) img {
	float:left;
	margin: 11px 6px 3px 6px;
	width: 165px;
}
#main>main>section:last-of-type {
	margin-bottom: 12px;
}
#main>main>section>p {
	text-indent: 1em;
	margin: 5px;
	padding-left: 2px;
}
#main>main>section>.syousai {
	text-decoration: none;
	display: block;
	color: white;
	width: 160px;
	padding: 3px 26px 3px 0;
	background-color: #590e18;
	font-size: 14px;
	text-align: right;
	margin: 2px 6px 6px auto;
	border-radius: 0 0 4px 0;
}
#main>main>section>.syousai:hover {
	color: #adc653;
}

#main>main>section>.syousai p:after {
	content: "▼";
}
#main>main>article h3 {
	width: auto;
	background-color: #757575;
	vertical-align: middle;
	border-left: 12px solid #b6d644;
	padding-left: 10px;
	color: white;
	margin: 0;
	border-radius: 4px 4px 0 0;
	font-size: 18px;
}
/* トップページ以外のmainのarticleの共通設定 */
#main>main>article .h3wrap {
	margin: 3px auto 0;
	padding: 0;
	width: 545px;
	height: auto;
	border-bottom: 4px solid #ff8793;
	/* background-color: blue; */
}
#main>main>article {
	margin-bottom: 12px;
}
#main>main>article>p:first-of-type {
	text-indent: 1em;
}
#main>main>article>p {
	margin: 5px 9px 5px 10px;
	padding-left: 6px;
	/* background-color: pink; */
}
#main>main>article>img {
	width: 540px;
}
aside {
	/* clear: both: */
	display: block;
	width: 220px;
	height: auto;
	float: right;
	margin: 0;
	margin-left:5px;
	margin-bottom: 5px;
	padding: 0 0 20px;
	background-color: #a4a4a4;
	border-radius: 0 0 5px 5px;
}
/* aside h4 {
	width: 210px;
	margin: 5px;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	background-color: #5c5c5c;
	color: white;
	font-family: sans-serif;
	font-size: 14px;
} */
aside img {
	width: 210px;
	margin: 0 5px 5px;
	padding: 0;
	vertical-align:bottom; /* 画像の下に余白が出ないように */
	border-radius: 3px;
}
aside h5 {
	width: 210px;
	margin: 0 5px 5px;
	padding: 0;
}
aside p {
	width: 210px;
	margin: 0 5px 0;
	padding: 2px 0 0;
	text-indent: 1em;
}
aside p:first-of-type {
	border-top: 8px solid #666;
	margin-top: 4px;
	padding-top: 4px;
}
aside p:last-of-type {
	border-bottom: 8px solid #666;
	margin-bottom: 8px;
}

#main>main>#bredc {
	/* width: 540px; */
	width: auto;
	height: 28px;
	line-height: 2.2;
	/* padding-top: 6px; */
	margin: 0 5px;
	padding-left: 5px;
	text-align: left;
	background-color: lightgray;
	font-size: 14px;
	font-weight: bold;
	/* color: #039c19;
	color: #6ece49; */
}
#main>main>#bredc nav a {
	text-decoration: none;
}
#main>main>#bredc nav a:link {
	color: #039c19;
}
#main>main>#bredc nav a:visited {
	color: #039c19;
}
#main>main>#bredc nav ul {
	list-style-type: none;
	margin: 1px;
	padding: 0;
}
#main>main>#bredc nav ul li {
	/* display: block; */
	vertical-align: middle;
	float: left;
	color: #777;
}
#main>main>#bredc nav ul li:after {
	content: "＞" ;
}
#main>main>#bredc nav ul li:last-of-type:after {
	content: "" ;
}
#main>main>#bredc nav ul li:before {
	content: "■" ;
}

h2 {
	padding: 0;
	margin: 0;
}

#main h3 {
	padding: 0;
	margin: 0;
}


footer {
	clear: both;
	/*width: 920px;*/
	margin: 0 auto;
	height: 200px;
}
footer>#fot-nav {
	text-align: center;
	color: white;
	/*border: 1px solid white;*/
}
footer>#fot-nav>nav {
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 0.6;
	position: relative;
	/*border: 1px solid white;*/
	text-align: center;
	margin: 0 auto;
	margin-left: 50px;
}
footer>#fot-nav>nav ul {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
	/*border: 1px solid white;*/
	padding: 0;
	text-align: center;
	margin: 0 auto;
}
footer>#fot-nav>nav ul li {
	list-style-type: none;
	float: left;
	border-left: 1px solid white;
	height: 18px;
	line-height: 0.6;
}
footer>#fot-nav>nav span:before {
	display: block;
	position: relative;
	top: -24px;
	left: 20px;
	width: 20px;
	height: 13px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	content: "";
	z-index: 10000;
}
footer>#fot-nav>nav ul:first-of-type li:last-of-type {
	border-right: 1px solid white;
}
footer>#fot-nav>nav ul:nth-of-type(2) li:first-of-type {
	border-left: none;
	margin-left: 30px;
}
footer>#fot-nav>nav ul:nth-of-type(2) li:first-of-type a:before {
	content: "（";
}
footer>#fot-nav>nav ul:nth-of-type(2) li:last-of-type a:after {
	content: "）";
}

footer>#fot-nav>nav ul li a {
	display: block;
	padding: 2px 5px;
	margin: 2px 2px 2px 0;
	text-decoration: none;
	vertical-align: middle;
}
footer>#fot-nav>nav ul li a:link {
	color: white;
}
footer>#fot-nav>nav ul li a:visited {
	color: white;
}
footer>#fot-nav>nav ul li a:hover {
	color: #adc653;
}

footer>small {
	display: block;
	color: white;
	text-align: center;
}
footer hr {
	clear: both;
}

/* clearfixの記述 */
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

/* TOPへ戻るページ内リンクのcss */
div#page-top a{
	display:block;
	color:#fff;
	font-size:14px;
	text-align:center;
	width	:80px;
	padding:10px 0;
	position: fixed;
	bottom: 10px;
	right: 25px;
	background-color: #a5b46f;
	opacity:0.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-ms-filter: "alpha(opacity=60)";
	box-shadow	: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius: 9px 9px 0 0;
}

div#page-top a:hover{
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-ms-filter: "alpha(opacity=80)";
}

.red {
	color: red;
	margin-left: 1em;
}

#realtop {
	/*display: none;
	position: absolute;
	top: 0;
	left: 0; */
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	/* margin-top: -100px; */
}


#menu_on:checked ~ #allpage {
	opacity: 0.4;
}

#menu_off:checked ~ #allpage {
	opacity: 1;
}

#menu_on {
	margin-left: 900px;
}
#menu_on,#menu_off {
	z-index: 9000;
}
.c_menu_onoff { display: none }

