@charset "utf-8";
/* CSS Document */

/* **************Index.html CSS*************** */


/* PageTitle */
h2{
	width:755px;
	height:30px;
	background:url(../images/title01.gif) no-repeat 0 0;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	padding:5px 5px 0 0;
	margin:0 0 20px;
}

/* Main */
h3{
	width:710px;
	height:25px;
	color:#fff;
	font-size:1.2em;
	margin:0 auto;
	padding:5px 0 0 30px;
	background:url(../../../shared/images/title_bg01.gif) no-repeat 0 0;
}
h3 span{
	float:right;
	font-weight:normal;
	font-size:0.85em;
	text-align:right;
	padding:0 10px 0 0;
}
.box{
	width:740px;
	height:100%;
	margin:15px auto 25px;
	clear:both;
}
.photo{
	width:250px;
	float:left;
}
.photo p{
	margin:0 0 10px;
}
.text{
	width:470px;
	float:right;
	line-height:120%;
}
.name{
	text-align:right;
	margin:0 5px 5px;
}






