@charset "utf-8";

/*____________________________________________________________________________

AURA NAMBA PARKS
Version:1.0.1

LAST UPDATED:2010.6.10

*{
	border:1px solid #000;
}

____________________________________________________________________________*/


#top{}

#headword{
	width:100%;
	padding:30px 0px 30px 0px;
	text-align:left;
}

#info-box{
	width:682px;
	margin:10px auto;
}

.topic-box-news{
	width:453px;
	text-align:left;
	float:left;
}
.topic-box-event{
	width:225px;
	text-align:left;
	float:left;
}

.topic-box-news h2#top-news{
	width:453px;
	height:50px;
	background:url(img/h2_top_news.gif) no-repeat;
	text-indent:-9999px;
}

.topic-box-news h2#top-news a{
	width:453px;
	height:50px;
	display:block;
}

.topic-box-event h2#top-event{
	width:225px;
	height:50px;
	background:url(img/h2_top_event.gif) no-repeat;
	text-indent:-9999px;
}

.topic-box-event h2#top-event a{
	width:225px;
	height:50px;
	display:block;
}

#info-box ul{
	list-style:none;
	margin:5px 0px 10px 15px;
}

#info-box li{
	font-size:xx-small;
	margin:0px 0px 3px;
	padding:0px 0px 0px 10px;
	background:url(img/icon_list.gif)  no-repeat left 0.5em;
}

#info-box li a:link{text-decoration:none;}
#info-box li a:visited{text-decoration:none;}


/*----------------------------------------------------------------------------
 CLEAR FIX
----------------------------------------------------------------------------*/

.clearfix:after { 
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both; 
} 

.clearfix { 
	display: inline-table;
} 

/* IE7 */
.clearfix {
	display:inline-block;
}

/*\*/ 
* html .clearfix { height: 1%; } 
.clearfix { display: block; } 
/**/ 
