@charset "UTF-8";

/*
=====================================
=
=	カテゴリートップ
=
=	(c)seraku.co.jp
=
=	作成日：2007/11/02
=
=====================================
*/

.section {
	margin: 10px 0 0 0;
}

	.category {
		margin: 0;
		width: 277px;
		height: auto;
	}
	
		.category dt {
			padding: 0 0 5px 8px;
			line-height: 1.6;
			border-bottom: 2px solid #92d050;
			font-size: 110%;
			font-weight: bold;
			height: auto;
		}
		
		.category dd {
			margin: 0;
			padding: 8px 12px 0 12px;
		}
		
			.category a {
				display: inline-block;
			}
			
			.category p {
				margin: 0;
			}
			
			.category ul {
				margin: 0;
				padding: 0;
				list-style: none;
				line-height: 1.6;
			}
			
				.category ul li a {
					padding: 0 0 0 14px;
					background: url(../img/ico_gt_blue.gif) no-repeat left center;
				}
				
			.category dd.more {
				padding: 8px 12px;
				line-height: 1;
				text-align: right;
			}
			
				.category dd.more a {
					padding: 0 0 0 14px;
					background: url(../img/ico_gt_blue.gif) no-repeat left center;
				}
				
				.category dd.more span {
					display: none;
				}

