#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("img/gif-load.gif") center center no-repeat;
}

#topics td {
    padding: 0 0 8px 15px;
    text-indent: -15px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #999;
    font-size: 108.3%;
}

#info ul li {
    padding: 0 0 8px 15px;
    text-indent: -15px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #999;
    font-size: 108.3%;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}

ul, ol {
  padding: 0;
  position: relative;
}

ul li, ol li {
	margin-bottom: 3px;
	line-height: 1.5;
	padding: 0.5em;
	list-style-type: none!important;
}


a:link {
	size: 6pt;
	color: #000000;
	background: #FFFFFF;
//	text-decoration: none;
	text-decoration-style: dotted;
	text-decoration-color: #6699FF;
	font-weight: bold;
}
	
a:visited{
	text-decoration: none;
	color: #000000;
	background: #ffffff;
	font-weight: bold;
}

a:hover{
	color: #808080;
	background: #CCFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:active{
	color: #808080;
	background: #CCFFFF;
	font-weight: bold;
	text-decoration: none;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}



.menu h3 span {
    padding-left: 10px;
    border-left: 5px solid #6699FF;
    display: block;
}

.h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #6699FF;
	border-right-color: #6699FF;
	border-bottom-color: #6699FF;
	border-left-color: #6699FF;
	border-left-width: 20px;
	text-indent: 10pt;
	border-bottom-width: 2px;
	border-right-width: 20px;
}
.h0 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #6699FF;
	border-right-color: #FF99CC;
	border-bottom-color: #FF99CC;
	border-left-color: #FF99CC;
	border-left-width: 20px;
	text-indent: 10pt;
	border-bottom-width: 2px;
	border-right-width: 20px;
}
.ha {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #99CC66;
	border-right-color: #99CC66;
	border-bottom-color: #99CC66;
	border-left-color: #99CC66;
	border-left-width: 20px;
	text-indent: 10pt;
	border-bottom-width: 2px;
	border-right-width: 20px;
}
.he {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #9900FF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
	border-left-width: 20px;
	text-indent: 10pt;
	border-bottom-width: 2px;
	border-right-width: 20px;
}
.h_2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #ACA899;
	border-right-color: #FAE1FA;
	border-bottom-color: #FF9999;
	border-left-color: #FF9999;
	border-left-width: 20px;
	text-indent: 10pt;
	border-bottom-width: 2px;
	border-right-width: 20px;
}
.coment {
	text-indent: 10pt;
}
.we {
	text-indent: 300pt;
}
.wee {
	border-bottom-width: thin;
	border-left-width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: solid;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;


.top{
	background-color:#F7F7D7S;
	background-position: top;
	height: 200px;
	width: 600px;
 }
 
 .jyou{
 background-color:#CCFFFF;
 }
 .body1{
 background-image:url(bg_come_y.jpg);
 background-repeat:repeat-y;
 }


.wrapper {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.menu{
	width: 20%;
	float: left;
	box-sizing: border-box;
}

.contents{
	width: 70%;
	float: left;
	box-sizing: border-box;
}

@media screen and (max-width: 480px) {

	.menu{
		width: 100%;
		float: left;
		box-sizing: border-box;
	}

	.contents{
		width: 100%;
		float: left;
		box-sizing: border-box;
	}
}

