@charset "utf-8" ;

/* --------------------------------------- info --------------------------------------- */

.info_box {
	margin: 0px;
	padding: 0px 0px 35px 0px;
	width: 500px;
}

.info_box dt {
	float: left;
	width: 4em;
}

.info_box dd {
	margin-left: 4em;
}

.info_box h3 {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

.info_box img {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.info_text{
	font-size: 1.0em;
}

.info_text a:link {
	color :#A80D20;
	border : 0 ;
	text-decoration : underline ;
}

.info_text a:visited {
	color :#A80D20;
	border : 0 ;
	text-decoration : underline ;
}

.info_text a:hover {
	color :#fff;
	border-bottom:solid 1px;
	text-decoration: none ;
}

/*
* html .info_text a:hover {
	border-bottom: none;
	text-decoration: underline ;
}
*/

.info_text a:active {
	color :#A80D20;
	border : 0 ;
	text-decoration : none ;
}



/* --------------------------------------- info_en --------------------------------------- */

.info_box_en {
	width:500px;
	margin: 0px 0px 510px 0px;
	padding: 0px 0px 0px 0px;
	clear:both;
	letter-spacing:0.2em;
}


