body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

  body {
	margin: 0px;
	padding: 0px;
	background-color: #c7cacd;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
  }
  
  p {
	line-height: 11px;
  }
  
  
/* ----------START NAVI-------------------- */
  ul#navi {
    width: 161px;
    margin: 0px; 
	padding: 0px;
    border-left: 2px solid #a6a9ac;
    border-right: 1px solid #a6a9ac;
    background-color: #bbc7d5;
  }
    
  ul#navi li {
    list-style: none;
    margin-bottom: 3px; 
  }

  ul#navi a {
    display:block;
	height: 18px;
    padding-left: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.02em;
    color: #222; 
	background-color: #bbc7d5;
	padding-top: 2px;	
	padding-bottom: 2px;	
  }
    
  ul#navi a:hover,
  ul#navi li.active a{
    border-left: 0px solid black;
    border-right: 0px solid black;
    color: #fff; 
	background-color: #ab1917;
  }
/* ----------STOP NAVI-------------------- */
.black_12_bold {
	font-size: 14px;
	font-weight: bold;
}

.red_16_bold {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #ab1917;
}

.black_11 {
	font-size: 12px;
}
.red_11 {
	font-size: 12px;
	color: #ab1917;
}
.red_12_bold {
	font-size: 14px;
	font-weight: bold;
	color: #ab1917;
}
.white_12_bold {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.white_12 {
	font-size: 14px;
	color: #FFFFFF;
}
.border_red {
	border: 2px solid #ab1917;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ab1917;
	margin:0;
	padding:0;
}

#addressbox {
	width: 910px;
	height: 16px;
	position: absolute;
	top: 154px;
	left: 74px;
	background-color: none;
	font-style: normal;
	font-size: 11px;
	font-weight: none;
	letter-spacing: 0.07em;
    color: #fff; 
}
* html #addressbox{
	letter-spacing: normal !important;
}

