/****************************************************
 * ページのメイン
 ****************************************************/
/*　トップ画像の端を削って画像が小さくなりすぎるのを防ぐ　*/
#mainImgWrapper {
	margin-left: -5% ;
	margin-right: -5% ;
}
/* コンテンツ説明文 */
div.contentTitle p {
	width: 300px;
	font-size: 35px;
}
div.contentTitle .HP {
	width: 300px;
}
/* 概要 */
#profile h2.head{
	width: 25%;
	padding-left: 15px;
}
#profile div.data {
	width:75%;
}
/* 役員構成特有の設定 */
#position div.data {
	float: right;
}
#position p.blank {
	display: none;
}
