@charset "utf-8";

/* コンテンツスタイル
----------------------------------------------------------- */
div#main {
	margin-bottom: 40px;
}

div#main h3 {
	margin-bottom: 30px;
}

div#main h5.midashi03_top {
	margin-top: 0;
}


/* テーブルスタイル */

div#main table {
	width: 600px;
	margin:0 35px 0 15px;
	font-size: 100%;
	line-height: 1.6;
}

div#main table th,
div#main table td {
	padding: 7px 10px;
	border: 1px solid #CCC;
}


div#main table th {
	width: 120px;
	background: #F7F7F7;
}




/* 役員紹介 */

div#main div.profile {
	margin: 0 5px;
	background: url(../../common/images/i_line01.gif) 0 0 repeat-x;
}

div#main dl {
	margin:0 35px 0 15px;
	padding: 10px 5px;
	background: url(../../common/images/i_line01.gif) 0 bottom repeat-x;
	overflow: hidden;
}

* html body div#main dl {
	display: inline-block;
}

div#main dl dt {
	float: left;
}

div#main dl dd {
	margin: 0 0 0 90px;
}

div#main dl dd p {
	margin: 0;
}

div#main dl dd img {
	float: right;
	margin: 0 0 0 15px;
	border: 1px solid #CCC;
}

