@charset "UTF-8";

@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");
@import url("common_contents.css");
@import url("parts_menu.css");

@import url("print.css");


/* /////////////////////////////////////////////////////////////////////////// TOPPAGE */
.cateBox {
	padding: 5px 10px 10px;
	border: 3px solid #dddddd;
	margin-bottom: 10px;
	overflow:hidden;
	zoom:1;
}

/**/
.listBox {
	overflow:hidden;
	zoom:1;
}

.commonList {
	width:290px;
}

.commonList ul {
	border-top:1px dotted #ccc;
}

.commonList ul li a {
	background: url(images/common_list01.gif) no-repeat 0 50%;
	padding-left: 8px;
}

.commonList li {
	border-bottom:1px dotted #ccc;
	padding:0.2em 0.2em 0.2em 1em;
	margin-bottom:0.2em;
}

.commonList li ul {
	margin-left:20px;
	border:none;
}

.commonList li li {
	padding:0;
	border:none;
	/*float:left;
	width:50%;*/
}

#jhsBox,
#hsBox {
	width:284px;
	padding: 5px 10px 10px;
	border: 3px solid #dddddd;
}

#jhsBox .commonList,
#hsBox .commonList {
width:280px;
}

#jhsBox {
	float:left;
}

#hsBox {
	float:right;
}


/**/


/*
#sitemap ul a {
	background-image: url(images/common_list01.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
	padding-left: 8px;
}
#sitemap li {
	padding : 3px 5px 5px 1.2em;
	border-bottom: 1px dotted #CCCCCC;
}
#sitemap li li {
	padding : 3px 5px 3px 2.4em;
	border: none;
}
#sitemap li li li{
	padding : 0 3px 0 2.4em;
}


#sitemap ul a:hover {
	background-image: url(images/common_list02.gif);
}


.cateBox#common ul { width:295px; display:block;}
.cateBox#common li ul { width:275px; display:block;}
*/

.containerL {
	float: left;
	width: 310px;
	margin-right: 10px;
}

.containerR {
	float: left;
	width: 310px;
}
