@charset "utf-8";
/*<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />*/

/*============================================================

	[index.css] (corporate outline)

	@author S.Kaizu

============================================================*/

/* heading */
div.content h1 {
	height: 100px;
}

/* section */
div.section {
	min-height: 220px;
}
* html div.section {
	height: 220px;
}

div.section img {
	display: block;
}

div.section p {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	word-break: break-all; /*IE*/
}

/* profile */
div.profile {
	position: relative;
	float: left;
	width: 300px;
}

div.profile h2 {
	width: 120px;
	margin: 0 0 10px 180px;
	padding: 0.41666em 0 0;
	font-size: 16px;
}

div.profile p.job {
	margin: 0 0 20px 180px;
}

div.profile p.photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 220px;
	padding: 0.41666em 0 0;
}

/* comment */
div.comment {
	float: right;
	width: 360px;
}

div.comment div.from-president {
	margin: 0.9166em 0 0;
	padding: 0.8em 1em;
	background: #EEE;
}

div.comment div.from-president h3 {
	margin: 0;
	line-height: 1.8333;
	font-weight: bold;
	font-size: 12px;
}

div.comment div.from-president p {
	font-size: 10px;
}

