@charset "utf-8";


/* mainbox */
#mainbox{
	float:left;
	width:340px;
}

/* subbox */
#subbox{
	float:right;
	width:225px;
}

/* newupdate */
#newupdate iframe{
	width:340px;
	height:95px;
}

/* contents */
#contents ul li a:after{
	content:" "; 
	display:block; 
	height:0; 
	visibility:hidden; 
	clear:both; 
}
* html#contents ul li a{
	/*\*/height:1%;/* for WinIE*/ 
	display:inline-table;/* for MacIE*/
}
#contents ul li a{
	display:block;
	width:340px;
	margin:0 0 10px 0;
}
#contents ul li a:hover{
	color:#663300;
	background-color:#FFCC66;
	text-decoration:none;
}
#contents h2{
	padding:5px 0;
}
#contents ul li img{
	float:left;
}
#contents ul li div{
	float:right;
	width:260px;
	font-size:92%;
}
#contents ul li h3{
	font-weight:bold;
}

/* islandview */
#islandview h2{
	padding:0 0 2px 0;
}
#islandview p{
	font-size:92%;
	padding:2px 15px 10px 0;
}