@charset "utf-8";

/*--------------------------------------
	Style Name : Seishain Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#content div.section {
	overflow:hidden;
}

#content div.section div.content-nav {
	margin:0 5px;
	padding:8px 10px;
	display:inline;/* for IE6 */
	float:left;
	width:128px;
	border:1px solid #d3d0a3;
	background:url(../../img/seishain/texture_section-02_01.gif) repeat-x left top;
}

* html #content div.section div.content-nav {
	width:150px;
}

#content div.section div.content-nav.pseudo-first-child {
	width:148px;
}

* html #content div.section div.content-nav.pseudo-first-child {
	width:170px;
}

#content div.section div.content-nav * {
	margin:0;
}


