@charset 'utf-8';
@import url("common.css");
@import url("http://www.kagiyade.net/test/css/common.css");
@import url("http://www.kagiyade.net/css/nishi_top02.css");

/* ============= clear ============= */

#companyBox dl {
	height		: 1%;
}

#companyBox dl:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/* ============= トップページ ============= */

#leftcol {
	width		: 280px;
	text-align	: left;
	float		: left;
}

#maincol {
	width		: 416px;
	text-align	: left;
	float		: right;
	margin-top	: 42px;
}

.contactBoxL {
	text-align			: center;
	background-image	: url("../img/dishbox_foot.gif");
	background-repeat	: no-repeat;
	background-position	: bottom;
	padding-bottom		: 13px;
}

.contactBoxL h3 {
	padding		: 15px 0; 
	background-image	: url("../img/dishbox_head2.gif");
	background-repeat	: no-repeat;
}

.contactBoxbody {
	width		: 416px;
	background-image	: url("../img/dishbox_body.gif");
	background-repeat	: repeat-y;
}

.contactBoxbody dl {
	font-size	: 12px;
	line-height	: 120%;
	color		: #535353;
	margin-bottom		: 15px;
	text-align	: center;
}

.contactBoxbody dt {
	margin-bottom		: 5px;
}

.contactBoxbody li {
	list-style-type		: none;
	padding-bottom		: 5px;
	width		: 340px;
	margin		: auto;
	text-align	: left;
}

.contactBoxbody p {
	font-size	: 12px;
	color		: #535353;
	text-align	: left;
	margin		: 0 38px 8px 38px;
}

.listBox {
	width		: 340px;
}

.listBox_s {
	width		: 78px;
}

.listBox_m {
	width		: 100px;
}

.clear {
	clear		: both;
}

