@charset "UTF-8";

/*******************************
 
newsCss
 
*******************************/
#galleryh{
	padding-left:30px;
	background:url(../images/gallery_hicon.gif) no-repeat 0 5px;
}

#galleryh2{
	font-size:149%;
	line-height:1.6em;
	display:block;
	padding:20px 0;
}

#news_list dl:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#news_list dl{ display: inline-block; }
/*\*/
* html #news_list dl{height:1%;}
#news_list dl{display:block;}
#news_list{
	padding:20px;
	font-size:92%;
}

#news_list dl{
	border-bottom:1px dotted #666;
	padding:15px 0 10px;
	margin-bottom:5px;
}

#news_list dl dt{
	width:100px;
	float:left;
	display:inline;
	color:##af5353;
}

#news_list dl dd{
	width:500px;
	float:left;
	display:inline;
}

#news_main{
	float:left;
	display:inline;
	margin-right:30px;
	margin-bottom:30px;
}

#news_txt{
	font-size:92%;
	line-height:2em;
	overflow:hidden;
	margin-bottom:30px;
}

.is320 #news_txt{
	overflow: inherit;
}


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

#news_sub{ display: inline-block; }
/*\*/
* html #news_sub{height:1%;}
#news_sub{display:block;}

#news_sub{
	clear:both;
	padding-top:20px;
	padding-bottom:50px;
	margin-left:-10px;
	margin-top:20px;
}

#news_sub li{
	width:150px;
	float:left;
	display:inline;
	margin-left:10px;
	margin-bottom:20px;
}

#news_sub li span.option{
	display:block;
	border:1px solid #ccc;
	padding:2px;
	margin-bottom:3px;
}
#news_sub li span.caption{
	font-size:85%;
	line-height:1.4em;
}



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

#gallery_sub{ display: inline-block; }
/*\*/
* html #gallery_sub{height:1%;}
#gallery_sub{display:block;}

#gallery_sub{
	clear:both;
	padding-top:20px;
	padding-bottom:50px;
	margin-left:-10px;
	margin-top:20px;
}

#gallery_sub li{
	width:150px;
	float:left;
	display:inline;
	margin-left:10px;
	margin-bottom:20px;
}

#gallery_sub li span.option{
	display:block;
	border:1px solid #ccc;
	padding:2px;
	margin-bottom:3px;
}
#gallery_sub li span.caption{
	display:block;
	font-size:85%;
	line-height:1.4em;
	background:url(../images/gallery_arrow.gif) no-repeat 0 4px;
	padding-left:15px;
}
