@charset "utf-8";

/*
	* 名前: people.css
	* 説明: peopleページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.08.25
	* 制作者: Hiroaki Nakagawa

	* 目次:
*/

/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("../../common/css/import.css");


	.paragraph h4 span{
	color:#FF9900;
	}



	body #contents #main .description .bun{
	float:left;
	width:352px;
	margin-right:10px;
	}

	body #contents #main .description .photo{
	float:right;
	}


