a{text-decoration:none ;}
a:link { text-decoration:none; color:#0000ff;text-decoration:underline;}
a:visited { text-decoration:none; color:#810081;text-decoration:underline;}
a:hover { color:#1ba5ca; text-decoration:underline;}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1ca5ca;
	padding: 10px;
	height: 20px;
	width: 550px;
	border-bottom-color: #aedde4;
	text-align: left;
	background-image: url(../print/img/bg01.jpg);
	background-repeat: repeat-x;
	margin: 5px 0px 2px 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1ca5ca;
	padding: 10px;
	height: 20px;
	width: 550px;
	border-bottom-color: #aedde4;
	text-align: left;
	background-image: url(../print/img/bg01.jpg);
	background-repeat: repeat-x;
	margin: 5px 0px 2px 0px;
}

.guide {
	font-size: 12px;
	line-height: normal;
	padding: 5px;
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.guide dt {
	font-size: 14px;
	height: auto;
	background-color: #c1d8e8;
	padding: 5px;
	width: 500px;
	border: 1px solid #c1d8e8;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.guide dd {
	padding: 8px 5px 5px 5px;
	height: auto;
	width: 500px;
	border: 1px solid #c1d4e2;
	font-size: 14px;
	margin: 0px 25px 15px 25px;
}

.guide table {
	background-color: #FFFFCC;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-left: 120px;
	width: 250px;
	font-size: 14px;
	height: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 0px 25px;
	color: #333333;
}
p.text_area{
	margin: 0px;
	font-size: 13px;
	color: #000000;
	width: 550px;
	height: auto;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
span {
	color: #FF0000;
}
.link_table {
	font-size: 16px;
	background-color: #FFFFFF;
	background-position: center;
	padding: 0px;
	width: 500px;
	height: auto;
	border-style: none;
	border:none;
	margin-top: -20px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}

li {
	list-style-position: outside;
	list-style-type: disc;
}

.bannerHanger {
	width: 550px;
	margin: 0 auto;
}

.bannerHanger ul{
	padding: 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bannerHanger ul li{
	list-style: none;
	width: 48%;
	transition: 0.2s;
}

.bannerHanger ul li:hover{
	opacity: 0.5;
}

.bannerHanger ul li img{width: 100%;}

.bannerHanger ul li span{
	font-size: 0.7rem;
	color: #000;
	text-align: left;
	line-height: 1.4;
	display: block;
	margin-top: 8px;
}
