@charset "utf-8";
/* CSS Document */

/* 会社名
----------------------------------------------- */
h4.companyname {
	margin:0 3em 1em 1em;
	font-size:1.6em;
	font-weight:800;
	color::#b94632;
	text-decoration:none;
	line-height:1;
}


/* 会社ロゴ
----------------------------------------------- */
#ph {
	width:200px;
	margin:0 3px 0 20px ;
	text-align:center;
}

/* 会社データ
----------------------------------------------- */
p.data {
	clear:both;
	margin:1em 1em 0.5em 2em;
	font-size:small;
	line-height:1.5;
	overflow:hidden;
	text-decoration:none;
	color: #000;
}


/* URLリンク
----------------------------------------------- */
p.url {
	margin:1em 1em 0.5em 2em;
	font-size:small;
	line-height:1.5;
	overflow:hidden;
	text-decoration:none;
	color:#b94632;

}

/* 紹介文
----------------------------------------------- */
p.honbun {
	margin:0 1em 0.5em 2em;
	font-size:small;
	line-height:1.5;
	overflow:hidden;
	text-decoration:none;
}

p.honbun-a {
	margin:0 1em 0 2em;
	font-size:small;
	line-height:1.5;
	overflow:hidden;
	color:#004A25;
	text-decoration:none;
}

p.honbun-b {
	margin:0 1em 0 2em;
	font-size:small;
	line-height:1.5;
	overflow:hidden;
	color:#000;
	text-decoration:none;
}

