@charset "utf-8";

/*-------------------------------------------------------------------------------------*/	
#illust-viewer {
	width: 840px;
	height: 240px;
	margin: 0 30px;
	padding-top: 40px;
	}


/*-------------------------------------------------------------------------------------*/
#recent-entry {
	margin-top: 60px;
	margin-left: 32px;
	width: 420px;
	float: left;
	display:inline;  /* for IE6 */
	}
	
#recent-entry dl dt {
	background-image: url(/wp-content/themes/hokohoko/images/home_recent_entry_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 3px;
	padding-left: 10px;
	}
	
#recent-entry dl dd {
	margin-top: 1em;
	margin-left: 1em;
	}
	
#recent-entry .title {
	display:block;
	margin-left: 5.5em;
	margin-top: -1.5em;
	}
	
#recent-entry .category {
	display:block;
	margin-left: 5.5em;
	margin-top: 0em;
	color: #669900;
	}
	
#recent-entry .date {
	color: #666666;
	margin-right: 0.5em;
	display:block;
	}
	
	
/*-------------------------------------------------------------------------------------*/
#information {
	margin-top: 60px;
	margin-left: 18px;
	width: 420px;
	display:inline;  /* for IE6 */
	}

/*	
#information dd h2 {
	font-size: 140%;
	margin-top: -20px;
	margin-left: 60px;
	margin-bottom: 2px;
	width: 310px;
	}
*/

#information dd h2 {
	font-size: 150%;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 2px;
	width: 310px;
	}
	
#information dd h2 a{
	color: #627D39;
	font-weight: bold;
	text-decoration: none;
	}
	
#information dd h2 a:link,
#information dd h2 a:visited {
	border-bottom: 1px #627D39 solid;
	}
	
#information dd h2 a:hover,
#information dd h2 a:action {
	border-bottom: 0px #627D39 solid;
	}
	
#information dd .date {
	font-size: 110%;
	text-align: right;
	color: #666666;
	margin-bottom: 10px;
	}
	
#information dd .post-meta {
	padding-top: 10px;
	font-size: 120%;
	text-align: right;
	margin-bottom: 0px;
	color: #627D39;
	}
	
#information dd .post-meta a{
	color: #627D39;
	}
	
#information dd div {
	clear: both;
	}
	
#information .information-image {
	float: right;
	margin: 2px;
	}

	
/*-------------------------------------------------------------------------------------*/
#news {
	background-image:url(/wp-content/themes/hokohoko/images/home_news_footer_bg.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	}

#news dt {
	background-image:url(/wp-content/themes/hokohoko/images/home_news_header_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 25px 12px;
	height: 50px;
	}
	
#news dd {
	background-image:url(/wp-content/themes/hokohoko/images/home_news_body_bg.jpg);
	background-position: 0;
	background-repeat: repeat-y;
	padding: 10px 30px;
	}
	
/*-------------------------------------------------------------------------------------*/
#parts {
	width: 250px;
	height: 400px;
	margin: 30px 15px;
	padding-top: 30px;
	float: left;
	}
	
/*-------------------------------------------------------------------------------------*/	
#access {
	margin: 20px 15px;
	padding: 0;
	padding-top: 20px;
	}
	
#access li {
	margin: 15px 5px;
	}
	
#access span {
	margin-left: 4px;
	}

