@charset "UTF-8";

/* 	=====================================================================
	宮崎市国際交流協会｜イベントカレンダー　topics.css
	=================================================================== */

	/* clearfix
	----------------------------------------------------------- */
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		}
	
	.clearfix {
		display: inline-block;
		}

	/* exlude MacIE5 \*/
	*html .clearfix {
		height: 1%;
		}
	.clearfix {
		display:block;
		}
	/* end MacIE5 */



/* 新着表示用
---------------------------------------------------------------*/
dl.topics-inner {
	margin: 12px 8px 1px 8px;
	padding-bottom: 7px;
	background: transparent url(../../images/topics-line.gif) no-repeat left bottom;
	width: 378px;
	_width: 394px;
	text-align: left;
	}
	
	dt span.date {
		background: transparent url(../../images/t-kuwasiku00.gif) no-repeat left top;
		padding-left: 23px;
		padding-bottom: 5px;
		font-size: 75%;
		}
	
	dd.title {
		font-size: 90%;
		text-align: left;
		padding: 5px 0px 0px 0px;
		margin: 0px;
		font-size: 90%;
		}


.color-red {
	color: #FF3300;
	}

