
html {
	margin: 0px;
	background-color: #ffffff;
	background-image:  url(/images/top.gif);
	background-repeat: no-repeat;
}

body {
	font-family: Verdana; 
	font-size: 11px; 
	line-height:16px;
	margin: 0px; 
	color: #666; 
	margin-left: 60px;
}

h1, h2, h3 {
   font-family: Verdana;
   font-size: 13px;
   line-height:16px;
   margin:0px; 
   margin-bottom: 6px;
   text-align: left;
   color: #666;
   font-weight: bold;
}


p{
   font-size: 11px;
   line-height:16px;
   margin:0px; 
   margin-bottom: 12px; 
   text-align: left;
}

a {
   color: #000000;
}

ul {
   margin: 0px;
   padding: 0px;
}

img {
   border: 0px;
}


#header {
    width: 790px;
    height: 140px;
}

#headline_top{
   width: 230px;
   margin-top: 68px;
   margin-right: 0px;
   text-align:right; 
   float: right;
   overflow: hidden;
}

#top_nav {
	margin-top: 5px;
	width: 750px;
    margin-left: 0px;
    text-align:left; 
    float: left;
}

#top_text {
	float: left;
	margin-top: 70px;
	line-height:12px;
	font-size: 10px;
	color: #CC6622;
	width: 540px;
	height:20px;
	white-space: nowrap;
	overflow: hidden; 
}

#top_text  a {
	line-height:12px;
	font-size: 10px;
	color: #CC6633;
	text-decoration: none;
}

#top_text a:hover {
	line-height:12px;
	font-size: 10px;
	color: #CC6633;
	text-decoration: underline;
}

#footer {
	clear:both;
	width: 790px;
	height: 30px;
	border-top: 1px solid #999999;
	color: #717171;
	font-size: 10px;
}

#footer li {
	display: inline; 
	padding-right: 6px; 
}

#footer a {
	color: #717171;
	text-decoration: none;
}

#nav_bottom_area {
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	
}

#content_area{
	width: 790px;
	line-height: 170%;
}

#content_area_left{
   width: 490px;
   float: left;
}

#content_area_right{
   width: 245px;
   float: right;
   overflow: hidden;
}

#content_area_right a {
	color: #666;
   	text-decoration: underline;
}

.main_box_area{
   width: 490px;
   margin-bottom: 15px;
}

.detail_box_area{
   width: 490px;
   margin-right: 15px;
   margin-bottom: 15px;
   float: left;
}

.main_box_area ul {
 margin-left: 12px;
 margin-bottom: 0.5em;
 margin-top: 0.5em;
 padding: 0px;
}

.main_box_area a{
   color: #666;
   text-decoration: underline;
}

.detail_box_area  a{
   color: #666;
   text-decoration: underline;
}

.cross_box_area{
   width: 230px; 
   margin-left: 15px;
   margin-bottom: 15px;
}

.cross_box_area a{
   color: #CC6633;
   text-decoration: underline;
}

.cross_box_area img {
	 float:right; 
	 margin-left:3px;
	 margin-bottom:3px;
}

.border{
   width: 100%;
   height: 1px;
   overflow: hidden;
   background-color: #999999;
   margin-bottom: 15px;
}

