body {
	font-size: 16px;
	line-height: 2em;
	color: #FFF;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	background-color: #1A0D00;
}
html {
	overflow-y: scroll;
}
a {
	color: #00F;
}
a:visited {
	color: #00C;
}
a:hover {
	color: #06F;
}
img {
	vertical-align: bottom;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p,
ul,
ol,
dl {
	margin-top: 0px;
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
	margin-bottom: 0px;
}
p {
	text-align:justify;
	text-justify: inter-ideograph;
}
sup{
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}
.float-L {
	float: left;
}
.float-R {
	float: right;
}
.clr {
	overflow: hidden;
}
.clr:after,
.container:after {
	display: block;
	clear: both;
	content: "";
}
.block {
}
.fixh {
}
.a-target {
}


.box-txt {
}
.box-img {
}

ul.list-kome {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

ul.list-kome li,
p.list-kome{
	padding-left: 1em;
	line-height: 1.5em;
	font-size: 0.857em;
}
ul.list-kome li:before,
p.list-kome:before {
	content: "※";
	margin-left: -1em;
}
.on-pc {
	display: block;
}
.on-sp {
	display: none;
}

#-default_end---------------{}
.width {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.width:after {
	display: block;
	clear: both;
	content: "";
}
#container {
	min-width: 980px;
	background-attachment: fixed;
	background-image: url(/img/bg-photo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #000;
	background-color: #FFF;
}
#container:after {
	display: block;
	clear: both;
	content: "";
}

#main {
	overflow: hidden;
}
#main .width {
	padding-bottom: 30px;
}


#contents {
	float: right;
	width: 720px;
}
#contents .fit-box {
	/* [disabled]margin: 20px 0px; */
	/* [disabled]padding: 20px 0px; */
}
#contents .panel {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 3px;
	/* [disabled]box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); */
	margin: 20px 0px;
}
#contents #title .ad-txt {
	margin-top: 20px;
	height: auto;
}

#contents .ad-box {
	margin-top: 50px;
	text-align: center;
}


#side {
	float: left;
	width: 240px;
}
#side .fit-box {
	/* [disabled]margin: 20px 0px; */
	/* [disabled]padding: 20px 0px; */
}

#side .panel {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 3px;
	/* [disabled]box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); */
	margin: 20px 0px;
}
#contents, #side  {
	/* [disabled]padding-top: 20px; */
	/* [disabled]padding-bottom: 50px; */
}
#side h1 {
	margin-top: 0px;
	margin-bottom: 10px;
}
#side .ad-txt {
	padding: 10px;
	background-color: #FFF;
	margin-top: 10px;
}


#side .ad-box {
	margin-top: 10px;
}

#menu  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#menu li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 3px 0px;
	position: relative;
}
#menu li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	line-height: 24px;
}
#menu li a:hover {
	background-color: #EEF8CF;
	color: #093;
}
#menu li.on {
	background-color: #093;
}
#menu li.on a {
	background-color: transparent;
	color: #FFF;
}
#menu li.on:after {
	height: 100%;
	width: 30px;
	position: absolute;
	top: 0px;
	right: -15px;
	display: inline-block;
	content: "";
	background-image: url(/img/menu-on.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}







#footer {
	background-color: rgba(57, 29, 0, 0.9);
	color: #FFF;
	overflow: hidden;
}
#footer a {
	color: #FFF;
}
#ft-menu {
	list-style-type: none;
	font-size: 14px;
	margin: 30px 0px;
	padding: 0px;
	text-align: center;
}
#ft-menu li {
	display: inline-block;
}
#ft-menu li +li:before {
	content: "/";
	margin-right: 0.5em;
	margin-left: 0.5em;
}


#footer .ad-box {
	/* [disabled]width: 728px; */
	height: 90px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	max-width: 728px;
}

#footer-cr {
	background-color: #1A0D00;
	font-size: 12px;
	line-height: 1.5em;
	padding: 3px;
	text-align: center;
}



#gotop {
	background-color: #009933;
	border: 1px solid #FFF;
	bottom: 24px;
	box-sizing: border-box;
	height: 50px;
	opacity: 0.95;
	overflow: hidden;
	position: fixed;
	width: 50px;
	z-index: 100;
	border-radius: 50%;
	margin-left: 1000px;
}
#gotop a {
    background-image: url("/img/gotop.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 100%;
    text-decoration: none;
    text-indent: -999em;
    width: 100%;
}
#test_bar {
	font-weight: normal;
	color: #000;
	background-color: #FFE699;
	font-size: 12px;
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
	z-index: 999;
	overflow: hidden;
	line-height: 1.5em;
}
#test_bar.local {
	background-color: #CBDFF3;
}
#test_bar .container {
	/* [disabled]margin: 0 10px; */
	position: relative;
}
#test_bar .base_point {
	position: absolute;
	left: 0px;
	top: 0px;
}
#test_bar p {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#test_bar strong,
#test_bar em {
	display: inline-block;
	font-style: normal;
	float: left;
}
#test_bar strong {
	padding-left: 1.5em;
	margin-right: 0.5em;
}
#test_bar .server {
	display: inline-block;
	float: right;
}
#test_bar .server a {
	margin-left: 10px;
	font-weight: normal;
}
#test_bar .server a:before {
    border-color: transparent #333 #333 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    content: "";
    height: 0.5em;
    width: 0.5em;
    margin-right: 0.6em;
	display:inline-block;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle;
}
.ad-box .float-L, .ad-box .float-R {
	width: 336px;
	height: 280px;
}



#-fit_sidebar---------------{}

.fit-sidebar-fixed{
	margin-top:0!important;
	margin-bottom:0!important;
	position:fixed;
}
.fit-sidebar-blank{
	z-index:0;
	background-color:transparent;
	visibility:hidden;
}

#-template_end---------------{}

@media screen and (max-width: 1154px) {
/*サイトの幅＋（（gotopの幅＋左のアキ＋縮小時の右のアキ）×2）＋14px（スクロールバーの幅？）*/
#gotop {
	margin-left: 0;
	right: 20px;
}
}
