@charset "utf-8";
/* CSS Document */

/* main
---------------------------------------- */

#main {
	padding-top:140px;
	margin-bottom:20px;
}

/* directorimg
---------------------------------------- */

#directorimg {
	display:inline;
	float:left;
	margin-bottom:20px;
	background-color:#ffffff;
	background:url(../images/introduction/blue_tex.gif) no-repeat center bottom;
}

#directorimg #directorprofile {
	width:570px;
	height:170px;
	display:inline;
	float:left;
	background:url(../images/introduction/director_tex.jpg) no-repeat left top;
}

#directorimg .photobox {
	border:#035b88 1px solid;
	border-top:none;
}

/* subdirectorimg
---------------------------------------- */

#subdirectorimg {
	float:left;
	display:inline;
	margin-bottom:20px;
	background-color:#ffffff;
	background:url(../images/introduction/green_tex.gif) no-repeat center bottom;
}

#subdirectorimg #subdirectorprofile {
	width:570px;
	height:170px;
	display:inline;
	float:left;
	background:url(../images/introduction/sub_director_tex.jpg) no-repeat left top;
}

#subdirectorimg .photobox {
	border:#5f9600 1px solid;
	border-top:none;
}


/* accountantimg
---------------------------------------- */

#accountantimg {
	float:left;
	display:inline;
	background-color:#ffffff;
	background:url(../images/introduction/orange_tex.gif) no-repeat center bottom;
}


#accountantimg #accountantprofile {
	width:570px;
	height:170px;
	display:inline;
	float:left;
	background:url(../images/introduction/accountant_tex.jpg) no-repeat left top;
}

#accountantimg .photobox {
	border:#f5a100 1px solid;
	border-top:none;
}

/* 共通
---------------------------------------- */


h3 {
	font-size:18px;
	font-weight:bold;
	line-height:36px;
	padding:17px 0 10px 10px;
	color:#ffffff;
}

h4 {
	font-size:12px;
	line-height:28px;
	padding-left:20px;
	font-weight:bold;
	margin:0;
}
	
dl {
	padding-left:20px;
	float:left;
	width:360px;
}

dl dt {
	width:150px;
	float:left;
	display:block;
	line-height:18px;
}

dl dd {
	width:200px;
	float:left;
	display:block;
	line-height:18px;
}

.photobox {
	width:548px;
	clear:both;
	padding:10px 10px;
	display:inline;
	float:left;
}

.photobox img {
	display:block;
	float:left;
}

.photobox p {
	width:365px;
	float:right;
	line-height:18px;
}

.textmiddle {
	font-size:12px;
	font-weight:normal
}