@charset "utf-8";
/* category.css */

/*----------------------------------
	パンくずリスト
-----------------------------------*/
#breadcrumbs{
	clear:both;
	width:960px;
	margin:0 auto 15px;
	text-align:right;
	
}
#breadcrumbs a{
	text-decoration: underline;
	color:#000000;
	
}
#breadcrumbs a:link { color:#000000;
}

#breadcrumbs a:hover{color:#5aa8cc;
}

/*----------------------------------
	メインコンテンツ
-----------------------------------*/
#main_contents{
	width:670px;
	float:right;
}

#main_contents h2{
	margin:0 0 20px 0;
}


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

.line li{
	float: left;
	width: 154px;
	margin:0px 18px 10px 0px;
}

.line ul{
	margin-right: -18px;
}
