@charset "utf-8";
body {
	margin: 0px;
}
.box {
	border: 1px solid #CEEAFF;
}

.hd1 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #203183;
	text-decoration: none;
	line-height: 25px;
}
.hd2 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	line-height: 25px;
	font-variant: small-caps;
}


.img_border {
	border-top-width: 2px;
	border-right-width: 5px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8ABEE1;
	text-decoration: none;
}
.nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8ABEE1;
	text-decoration: none;
}
.nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E3E82;
	text-decoration: none;
}
.nav_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E3E82;
	text-decoration: none;
}
a.nav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E3E82;
	text-decoration: none;
}


.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 17px;
}

.text1_jst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 17px;
	text-align: justify;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #203183;
	text-decoration: none;
	line-height: 19px;
}
.text2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #203183;
	text-decoration: none;
	line-height: 19px;
	font-weight: bold;
}
.text2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0B98D0;
	text-decoration: none;
	line-height: 19px;
	font-weight: bold;
}



p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.sidenav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8ABEE1;
	text-decoration: none;
	line-height: 25px;
	display: block;
	height: 25px;
	padding-left: 19px;
}
.sidenav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #65AAD8;
	text-decoration: none;
	line-height: 25px;
	display: block;
	height: 25px;
	background-image: url(../images/sidenav_bul.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
}
.sidenav_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #65AAD8;
	text-decoration: none;
	line-height: 25px;
	display: block;
	height: 25px;
	background-image: url(../images/sidenav_bul.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
a.mail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E3E82;
	text-decoration: underline;
	line-height: 17px;
}
a.mail:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #64A9D7;
	text-decoration: underline;
	line-height: 17px;
}


.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 1px solid #CFEAFD; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:16px;
	z-index:100;
	background-color: #F6FBFF;
	width: 150px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
	margin-top: 3px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid #CFEAFD; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #ECF8FF;
}
