@charset "UTF-8";
/* CSS Document */

#menu_info{
width:515px;
height:auto;
margin:75px 0px 75px 25px;
padding:0;
float:left;
}


*html #menu_info{
width:510px;
height:auto;
margin:75px 0px 75px 25px;
padding:0;
float:left;
}


#info_txt{
width:490px;
height:auto;
margin:0px 0px 75px 25px;
line-height:150%;
}

.small{
font-size:10px;	
}


#info_txt dt{
width:auto;
height:auto;
margin:0px 20px 20px 0;
padding:0 0 5px 0;
font-size:16px;
color:#000000;
font-weight:bold;
border-bottom:1px dotted #cccccc;
}

#info_txt dd{
width:auto;
height:auto;
margin:0px 20px 10px 0;
padding-left:1em;
text-indent:-1em;
font-size:13px;
}

#info_txt dd.last{
width:auto;
height:auto;
margin:0px 20px 30px 0;
padding-left:1em;
text-indent:-1em;
font-size:13px;
}



#menu_photo{
width:280px;
height:auto;
margin:75px 0px 75px 0px;
padding:5px;
float:left;
}

#menu_photo img{
margin:0px 0px 5px 0px;	
}





table.information-table {
	width:470px;
	height:auto;
	overflow:hidden;
    border-top:1px dashed #000000;
    border-right:1px dashed #000000;
	margin:25px 0 25px 0px;
	color:#000000;
	font-size:12px;
	border-collapse: collapse;
  }
  table.information-table td, table.information-table th {
	padding: 10px;
    border-bottom:1px dashed #000000;
    border-left:1px dashed #000000;
  }
  table.information-table th {
	width:100px;
	font-weight:bold;
  }

  table.information-table td {
	text-align:center;
  }