*{
	color: #666666;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    line-height: 1.7em;
}

a:link {
	color: #0000ff;
	text-decoration: none
}
a:visited {
	color: #993399;
	text-decoration: none
}
a:hover {
	color: #ff0000;
	text-decoration: underline
}
.comment {
	color: #ffff99;
	font-size: 14px
}
.small {
	color: #999999;
	font-size: 12px
}

/****stract*****/

body{
	background-image:url(nav_bg.gif);
	background-repeat:repeat-y;
	color: #666;
font-size: 18px;
line-height: 22px;
letter-spacing: 0px;
font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	}
#nav{
	position:absolute;
	top:0;
	left:0;
	}
	
#right_warp{
	background-image:url(header_bg.jpg);
 background-repeat:repeat-x;
	position:absolute;
	top:0;
	left:191px;
    width: calc(100% - 191px);
	}
#main_contents_hed{
	text-align:center;
    width: 850px;
	height: 63px;
}
#main_contents_hed .title{
	text-align: center;
	position: relative;
	width: 100%;
	height: 62px;
	/*border: 1px solid #ff0000;*/
	color: #223ccc;
	line-height: 90px;
	font-size: 26px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
	-1px 1px 0 #FFF, 1px -1px 0 #FFF,
	0px 1px 0 #FFF,  0-1px 0 #FFF,
	-1px 0 0 #FFF, 1px 0 0 #FFF;
}
#main_contents{
	margin:0 14px;
   max-width: 850px;
}


	
/******nav*****/
body{
	margin:0;
	}
	
#nav *{
	color:#FFF;
	font-size: 14px;
	line-height: 16px;
	text-decoration:none;
	font-weight:bold;
	overflow:hidden;
		
		}

#nav{
    width:190px;
    background-color: #008177;
    overflow-y: scroll;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#nav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

#nav ul li a{
display: block;
}
	#navinfo{
		clear:both;
		width:190px;
		height:100px;
		border-top:1px solid #fff;
		}
	#navinfo div{
		font-size: 12px;
		margin:8px;
		padding:4px;
		background-color:#FFC;
		width:166px;
  height:76px;
		color:#666;
		border-radius:6px;
		overflow:hidden;

	}
	#nav ul{
		list-style:none;
			margin:0;
			padding:0;
		}	
	#nav li{
		margin:0;
		padding:2px 4px;
		border-top:1px solid #fff;
	}
	#nav li.hover{
		background-color:#ff7174;
	}

/*new用*/
#nav .tad:before{
    content: 'new!';
    display: inline-block;
    /* float: left; */
    color: #E91E1E;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    margin-right: 5px;
    text-shadow: -1px -1px #FDFDFD, 1px -1px #FDFDFD, -1px 1px #FFF, 1px 1px #FFF;
}
#nav .new a{
    margin-left: 10px;
}

/*******TOPBTN*********/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #3f98ef;
	opacity: 0.6;
	z-index: 1000;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


li{
	 margin: 0.7em 0.5em;
}