@charset "UTF-8";

/*
=====================================
=
=	トピックス一覧
=
=	(c)seraku.co.jp
=
=	作成日：####/##/##
=
=====================================
*/


/*トピックス一覧
=====================================*/
#topics_box{
	padding-bottom: 40px;
}
	#topics_box01 dt{
		float: left;
		width: 101px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	#topics_box01 dd{
		width: 523px;
		background-image: url(../common/images/line_dots.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		padding-top: 7px;
		padding-bottom: 7px;
	}
		#topics_box01 dd a{
			background-image: url(../common/images/ico_arrow_01.gif);
			background-repeat: no-repeat;
			background-position: 0 2px;
			padding-left: 14px;
		}
		
		#topics_box01 dd.noline{
			background-image: none!important;
		}
		
		
		
		
table td{
	padding-top: 7px;
	padding-bottom: 7px;
}
table th{
	background-color: #FFF!important;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 90px;
}
table .noline{
	border: none!important;
}

 ul.topcs{
		padding-left: 24px;
	}
		ul.topcs li{
		list-style-type: disc;
	}

 ol.topcs{
		padding-left: 32px;
	}		
		ol.topcs li{
		list-style-type: decimal;
	}
