/* ページ */

body {
	margin: 0px;
	}

body, td, th {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック";
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

a:link { color: #666666; text-decoration: underline; }
a:visited { color: #666666; text-decoration: underline; }
a:hover { color: #b2b2b2; text-decoration: underline; }
a:active { color: #666666; text-decoration: underline; }

.font01 {
	font-size: 10px;
	line-height: 100%;
	}

#slink {
	display: none;
	display: block;
	position: absolute;
	top: -500px;
	left: -500px;
	font-size: 10px;
	line-height: 100%;
	}


/* スタッフ紹介 */

#sta {
	width: 512px;
	/*\*/
	_width: 572px;
	/**/
	background: url(img/detbg.gif);
	border-top: 2px #7ADFEB solid;
	margin: 0px;
	padding: 30px;
	float: left;
	}

#sta img {
	float: left;
	}

#sta h2 {
	width: 382px;
	/*\*/
	_width: 392px;
	/**/
	border-bottom: 1px #EAE8D7 solid;
	font-size: 12px;
	color: #675944;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 10px;
	float: left;
	}

#sta p {
	width: 382px;
	color: #333333;
	margin: 5px 0px 0px 10px;
	float: left;
	}

#sta .list {
	width: 512px;
	background: url(img/line01.gif) repeat-x;
	margin: 20px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	float: left;
	}

#sta .list th {
	width: 130px;
	background: #E1DABB;
	border-bottom: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	font-weight: normal;
	color: #675944;
	padding: 10px;
	text-align: left;
	}

#sta .list td {
	background: url(img/line01.gif) repeat-x bottom;
	background-color: #ffffff;
	border-right: 1px #E1DABB solid;
	border-left: 1px #E1DABB solid;
	padding: 10px;
	}

#sta .list td img {
	margin: 0px 5px 0px 0px;
	float: left;
	}

