@charset 'utf-8';
@import url("common.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		: 420px;
	text-align	: left;
	float		: right;
	margin-top	: 42px;
}



#maincol h3 {
	font-size	: 16px;
	color		: #DF9013;
	margin-bottom		: 20px;
	border-bottom		: 1px solid #DF9013;
	padding		: 3px;
}

.txtbox {
	margin-bottom		: 20px;
}

.txtbox ul {
	list-style-type		: none;
}

.txtbox li {
	font-size	: 12px;
	color		: #535353;
	line-height	: 140%;
}

.txtbox p {
	font-size	: 12px;
	color		: #535353;
	line-height	: 140%;
	margin-bottom		: 10px;
}

.topSpace5 {
	margin-top	: 5px;
}

.listSpace {
	margin-top	: 5px;
}

.strong {
	font-weight	: normal;
}

.size10 {
	font-size	: 10px;
	color		: #535353;
	line-height	: 130%;
}

#footbox p {
	font-size	: 12px;
	color		: #DF9013;
	line-height	: 140%;
}

