@import url("common.css");

/*============================================================
 コンテンツ全体
=============================================================*/
div#contents {
		width: 960px;
		margin: 0 auto;
	}
/*============================================================
 コンテンツ　about
=============================================================*/
div#contents section h2 {
	  text-align: left;
		font-size: 1.0em;
		font-weight: bold;
		padding: 15px;
	}
	div#profileBox {
		text-align: left;
		font-size: 0.9em;
		line-height: 2.0em;
		padding: 15px;
	}
	div#profileBox .right {
		float:right;
		padding:0 0 10px 30px;
	}

