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

.widget {
	width: 180px;
	margin: 10px 0;
	}
	
.widget-header {
	background: #222222;
	line-height: 30px;
	width: 170px;
	padding-left: 10px;
	}
	
.widget-content {
	width: 170px;
	margin: 10px 0;
	padding-left: 10px;
	}
	
.archive-header {
	width: 670px;
	background: url(../image/blog_midashi.gif) no-repeat;
	padding-left: 10px;
	line-height: 30px;
	color: #AC7200;
	}
	
.archive-content {
	width: 620px;
	margin: 15px 0 15px 20px;
	} 
	
.asset-body {
	width: 620px;
	margin: 30px 0 15px 20px;
	} 
	
.asset-meta {
	width: 620px;
	margin: 15px 0 15px 20px;
	text-align: right;
	} 
	
.asset-more-link {
	width: 620px;
	margin: 30px 0 15px 20px;
	} 

.entry-title {
	width: 670px;
	background: url(../image/blog_midashi.gif) no-repeat;
	padding-left: 10px;
	line-height: 30px;
	color: #AC7200;
	}
	
.entry-title a:link {
	color: #AC7200;
	text-decoration: underline;
}

.entry-title a:visited {
	color: #AC7200;
	text-decoration: none;
}

.entry-title a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.entry-title a:active {
	color: #AC7200;
	text-decoration: none;
}

#used_boat {
	width: 900px;
	padding-bottom: 20px;
	}
	
#used_boat ul {
    width: 900px;
    margin: 0 0 20px;
    overflow: hidden;
}
 
#used_boat ul li {
    float: left;
    width: 430px;
    margin: 0 20px -32768px 0;
    padding: 0 0 32768px;
    list-style: none;
}

#headline {
	width: 680px;
	height: 200px;
	}
	
#headline  ul {
    width: 680px;
    margin: 0 0 0 0;
    overflow: hidden;
}
 
#headline  ul li {
    float: left;
    width: 310px;
    margin: 0 0 -32768px 0;
    padding: 0 0 32768px;
    list-style: none;
}

.asset-body {
	color: #FFFFFF;
	}