body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 0px;
}
a {
    transition : all 0.2s;
}
#wrapper {
	padding: 0px;
	height: 100%;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#shadow {
	padding: 0px;
	height: 100%;
	width: 920px;
	margin: 0px;
	/*background-image: url(../img/unvsl/bg_shadow.png);
	background-repeat: repeat-y;*/
}
#header {
	height: 40px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#navi {
	margin: 0 auto;
	padding: 0px;
	height: 40px;
	width: 900px;
	background-color: #E5E5E5;
}
#navi #nvhome {
	text-align: center;
	display: block;
	float: left;
	height: 40px;
	width: 60px;
	margin: 0px;
}
#navi #nvhome a {
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
}
#navi #nvhome a img {
	margin-top: 7px;
}
#navi #nvhome a:hover {
	background-color: #CCCCCC;
}
#navi ul {
	display: flex;
	align-items: center;
	padding: 0px;
	margin: 0px;
}
#navi li {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	height: 34px;
	width: 167px;
	margin-top: 3px;
	border-left: solid 1px #ffffff;
}
#navi li a {
	display: block;
	font-size: 12px;
	list-style-type: none;
	line-height: 1.2em;
	color: #646464;
	text-decoration: none;
	height: auto;
	width: 100%;
	padding-left: 10px;
}
#navi li a:hover {
	background-color: #CCCCCC;
}
#bg_base {
	height: 100%;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.maincopy {
	font-size: 30px;
	color: #F00;
	height: 30px;
	width: 900px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	letter-spacing: 5px;
}



#basemain {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
}



#footer {
	width: 100%;
	clear: both;
	margin: 0 auto;
	text-align: center;
}
#gototop {
	background-color: #004098;
	height: 20px;
	width: 100%;
	text-align: right;
}
#gototop a {
	color: #FFF;
	text-decoration: none;
	padding-right: 18px;
	padding-top: 10px;
}
#copylight {
	padding: 2px;
}



#sidemenu {
	height: 100%;
	width: 200px;
	border-radius: 10px;
	background-color: #E5E5E5;
	padding-top: 10px;
	padding-left: 15px;
}
#sidemenu ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidemenu li {
	list-style-position: inside;
	list-style-image: url(../img/unvsl/li_sankaku.png);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 10px;
}
#sidemenu li a {
	color: #646464;
	text-decoration: none;
}
#sidemenu li a:hover {
	color: #CCC;
	text-decoration: none;
}
.s_text {
	font-size: 11px;
	line-height: 1.2em;
}
.sm_ctg01 {
	height: 100%;
	width: 170px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #004098;
	color: #004098;
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.sm_ctg01 a {
	text-decoration: none;
	color: #004098;
}
.sm_ctg01 a:hover {
	color: #06F;
}

#content {
	height: 100%;
	width: 670px;
	margin-left: 20px;
}
#content_right {
	width: 690px;
}
.maru {
	font-size: 10px;
	float: left;
	line-height: 30px;
}
.bule {
	color: #004098;
}
.red {
	color: #F00;
}
.float_left {
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
}
.center {
	text-align: center;
}
hr {
	clear: both;
	visibility: hidden;
	height: 0px;
	border: none;
	margin: 0px;
	padding-bottom: 20px;
}
#pagetitle {
	height: 45px;
	width: 860px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #004098;
}
#pagetitleneme {
	line-height: 1.7em;
	font-weight: bold;
	color: #004098;
	font-size: 24px;
}
#pagetitlecopy {
	float: right;
	height: 100%;
	width: 480px;
	font-size: 14px;
	line-height: 1.4em;
}
#btn_blue_center {
	height: 44px;
	width: 234px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	line-height: 2em;
	clear: both;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#btn_blue_center a {
	height: 44px;
	width: 234px;
	display: block;
	background-image: url(../img/unvsl/btn01_nml.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFF;
}
#btn_blue_center a:hover {
	background-image: url(../img/unvsl/btn01_ovr.png);
}
.textsize15px {
	font-size: 20px;
}
.chuigaki01 {
	font-size: 20px;
	color: #FFF;
	text-align: center;
	height: 20px;
	padding: 5px;
}
.strong {
	font-weight: bold;
	font-size: 14px;
}
.line_Gray {
	background-color: #999;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.line_blue {
	background-color: #324D9B;
	height: 1px;
	width: 100%;
}
.konbeta {
	background-color: #324D9B;
	color: #FFF;
	padding: 3px;
	text-align: center;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 140px;
}
.white {
	color: #FFF;
}
#glry_categoryname {
	height: 30px;
	width: 660px;
	background-color: #00afec;
	font-weight: normal;
	color: #FFF;
	font-size: 20px;
	padding-top: 2px;
	padding-left: 10px;
	line-height: 1.6em;
}
#kon_categoryname {
	height: 30px;
	width: 660px;
	background-color: #334D9B;
	font-weight: normal;
	color: #FFF;
	font-size: 20px;
	padding-top: 2px;
	padding-left: 10px;
	line-height: 1.4em;
}
#orange_categoryname {
	height: 30px;
	width: 660px;
	background-color: #F08437;
	font-weight: normal;
	color: #FFF;
	font-size: 20px;
	padding-top: 2px;
	padding-left: 10px;
	line-height: 1.6em;
	margin-top: 20px;
}
.card {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 670px;
	text-align: center;
}
.honbun00 li {
	list-style-type: decimal;
	padding: 0px;
	margin: 0px;
}
.honbun00 ul {
	margin: 0px;
	padding-left: 20px;
}
.hosoku {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.honbun00 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 670px;
}
#souryou {
	line-height: 2em;
	font-size: 13px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.cardmidashi {
	font-size: 16px;
	color: #F08437;
	margin-top: 10px;
	margin-bottom: 5px;
}
.tsume {
	letter-spacing: -0.1em;
}
#border01 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #646464;
	width: 670px;
}
.new {
	color: #F00;
	font-size: 90%;
	font-weight: bold;
}





#page-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
    font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #004098;
}
#page-top a:hover {
	opacity: 0.6;
}

#chu_mon_maru {
	height: 100px;
	width: 100px;
	position: fixed;
	z-index: 1;
	right: 50px;
	bottom: 120px;
}
#chu_mon_maru a:hover {
	opacity: 0.6;
}
