@charset "utf-8";
/* CSS Document */

div#wrapPrimary h2 a {
	font-weight:bold;
	text-decoration:none;
}

div.section {
	margin-bottom:0;
}

div.section div.category, div.section div.categoryWide {
	float:left;
	margin:5px 10px 5px 0;
	width:235px;
}

div.section div.categoryWide {
	width:484px;
}

div.section div.categoryWide ul li {
	float:left;
	width:45%;
	margin-top:0;
}

/* 特殊スタイル系
-------------------------------------------------------------------------------------*/
#wPrimary .style01 {
    font-size: 1.167em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.25em;
}


/* clearfix
----------------------------------------------------------------------------------------------------*/
div.paragraph {
	zoom: 1;/*for IE 5.5-7*/
}

div.paragraph:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

