@charset "utf-8";

@import url("base.css");
@import url("layout.css");

#flasharea{
	margin-bottom:5px;
	/*background: url(../img/top/bg_fla.gif) repeat-x;*/
	width:720px;
	float:right;
}


/* --------------------------------------------------

column
-------------------------------------------------- */

#column{
	width:720px;
	height:auto;
	padding-bottom:5px;
	margin-bottom:5px;
	text-align:left;
	float:right;
} 

#column h2{
	width:720px;
	height:29px;
	background:url(../img/title_column.jpg) no-repeat;
 
}  

#column h2 a{
	padding-top:5px;
	padding-left:150px;
	position:absolute;
}


#column ul{
	margin:5px;
	


}
#column ul li{
	width:290px;
	padding-left:45px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align:top;
	margin-bottom:2px;
	word-break:break-all;
}




/* --------------------------------------------------

banner-------------------------------------------------- */


#banner{
	width:900px;
	padding:5px;
}
#banner ul{
}
#banner li{
 float:left;
/* padding-left:2px;*/
 padding-right:4px;
}
#banner li img{

}


