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

/* ナビゲーション
----------------------------------------------- */
p.navi {
	margin:2em 1em 0;
	font-size:small;
	text-decoration:none;
	color:#333333;
	line-height:1.5;
}


/* 会社名
----------------------------------------------- */
h4.companyname {
	display:inline;
	float:left;
	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;
}

/* 会社ロゴ
----------------------------------------------- */
p.logo {
	margin:5em 1em 0.5em 2em;
	display:block;
}

p.logo_L {
	margin:2em auto 0;
	display:block;
	text-align:center;
}

/* 会社データ
----------------------------------------------- */
p.data {
	clear:both;
	margin:0 1em 0.5em 2em;
	font-size:small;
	line-height:1.5;
	overflow:hidden;
	text-decoration:none;
}

p.data_title {
	clear:both;
	margin:0 1em 0 2em;
	font-size:1.3em;
	font-weight:800;
	line-height:1.5;
	overflow:hidden;
	text-decoration:none;
}

p.profile_icon {
	margin:1em 0 0;
	font-size:1.2em;
	overflow:hidden;
	text-decoration:none;
}

p.profile {
	margin:0 0 2em;
	font-size:1em;
	line-height:1.5;
	overflow:hidden;
	text-decoration:none;
}



/* 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 {
	clear:both;
	margin:0 1em 0.5em 2em;
	font-size:small;
	line-height:1.5;
	overflow:hidden;
	text-decoration:none;
}


