@charset "UTF-8";

/*==============================================

	九州女子大学・九州女子短期大学
	
	topics.css
	Recent Edit | 2008.09.09
	
==============================================*/



/*	カラムポジション設定
************************************************************************/

/* カラムポジション */

#main-column{
	float:left;
	width:725px;
}
#right-column{
	float:right;
	width:205px;
}

/* タイトル */
#ttl-box h2{
	padding:0 0 5px 10px;
}



/* 個別コンテンツ */

#ind-contents{
	margin:0 10px 20px 15px;
}


#ind-contents h3.pen{
	margin-bottom:10px;
	padding:10px 0 14px 55px;
	color:#FFF;
	font-size:120%;
}

/* H3 */

.sttl-box{
	background:url(../topics/img/sttl_bg_top.gif) no-repeat;
}
.sttl-box h3{
	background:url(../topics/img/sttl_bg_btm.gif) no-repeat bottom;
	margin:10px 0;
	padding:10px;
	color:#FFF;
	font-size:120%;
	
	line-height:1.2
}

/*
#main-contents-topics #ind-contents h3.pen{ 
	background:url(../img_cmn/sttl_bg_02.gif) no-repeat;
}
*/


/*	右カラム　
************************************************************************/

#right-sub{
width:180px;
_width:170px;
padding-left:10px;
/*
	padding:6px 15px 0 10px;
	_padding:6px 13px 0 10px;
*/

}



/*	コンテンツ
************************************************************************/

/* トピックスボックス */

.topics-box{
	background:url(../topics/img/bg_roundbox_med.gif) repeat-y;
	margin-left:7px;
	width:686px;
}
.topics-box .inner{
	background:url(../topics/img/bg_roundbox_top.gif) no-repeat top;
}
.topics-box .inner2{
	background:url(../topics/img/bg_roundbox_btm.gif) no-repeat bottom;
	padding:15px;
}

.topics-box .inner2 h2{
	border-bottom:2px solid #9e1c28;
	padding-bottom:2px;
	margin:0 10px;
}

#list-box{
	padding:15px;
}

.topi-list{
	padding-top:8px;
}

.topi-list dt{
	float:left;
	clear:left;
	padding-left:10px;
	background:url(../img_cmn/mark_arrow_mr.gif) no-repeat 0px 4px;
}

.topi-list dd{
	padding-left:7em;
	border-bottom:1px dotted #999;
	padding-bottom:4px;
	margin-bottom:4px;
}


/* トピックス詳細ページ */
.topics-report{
	width:650px;
	margin:0 auto;
}

.topics-archive{
	width:630px;
	text-align:right;
}


