@charset "utf-8";

/* サブカテゴリ選ぶh1タイトル */
div.new_subcategory {
	clear:both;
	width:738px;
	height:40px;
	background:#efe;
	border:1px #ccc solid;
	margin:20px 0 10px 0;
	padding:0;
	overflow:hidden;
	color:#363;
}
	h1#new_power,
	h1#new_case,
	h1#new_w400,
	h1#out_power,
	h1#out_case,
	h1#out_dpf {
		float:left;
		background:none;
		width:260px;
		margin:0;
		border:0;
		color:#363;
	}
	div.new_subcategorylist {
		float:right;
		padding:8px;
	}
		div.new_subcategorylist a:link,
		div.new_subcategorylist a:visited {
			color:#030;
			text-decoration:underline;
		}
		div.new_subcategorylist a:hover,
		div.new_subcategorylist a:active {
			color:#f00;
		}
