@charset "utf-8";
/* CSS Document */

/*-- company レイアウト --*/

div#company-wrapper {
	margin-bottom: 120px;
	padding: 30px 25px 0px 25px;
	line-height: 140%;
}

div#company-wrapper a:link {
	color: #666666;
	text-decoration: underline;
}
div#company-wrapper a:visited {
	color: #666666;
	text-decoration: underline;
}
div#company-wrapper a:hover {
	color: #666666;
	text-decoration: underline;
}


div#company-wrapper dl {
	margin-left: 50px;
}

div#company-wrapper dt {
	margin-bottom: 20px;
	float: left;
	width: 160px;
	font-weight: bold;
}
div#company-wrapper dd {
	margin-bottom: 20px;
	margin-left: 15p;
	width: 500px;
	line-height: 160%;
}


.company-text01 {
	margin-bottom: 20px;
}

h3 {
	font-size: 12px;
	margin: 0 0 15px 0;
}

.company p{
	margin-bottom: 20px;
	}

