/*------------------
about 左側コンテンツ
------------------*/
#about_left{
	width: 400px;
	height: auto;
	margin-top: 50px;
	margin-left: 50px;
	padding: 0;
	float: left;
}

/*--ベア略歴--*/
#about_bear{
	width: 350px;
	height: auto;
	margin: 0;
	padding: 0;
	background-image:url(../html/about/about_img/about_bear_bk.jpg);
}
#about_bear h3 {
	margin: 0;
	margin-bottom: 10px;
	padding: 10px 20px;
	color:#FFF;
	background-color:#000;
	text-align: center;
}


/*--メンバー詳細リンク用テーブル--*/
.menber_list_contents {
	width: auto;
	margin:  20px 0;
	padding: 0;
}

table.menber_list {
	width: auto;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	border-spacing: 25px;
	text-align: center;
	font-weight: bold;
}

.menber_list caption {
	width: auto;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
}

a#menber_achiki {
   display: block;
   width: 150px;
   height: 190px; 
   text-indent: -9999px;
   background-image: url(../html/about/about_img/menber_list_achiki.gif); 
}

a#menber_achiki:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

a#menber_imo {
   display: block;
   width: 150px;
   height: 190px; 
   text-indent: -9999px;
   background-image: url(../html/about/about_img/menber_list_imo.gif); 
}

a#menber_imo:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

a#menber_mari {
   display: block;
   width: 150px;
   height: 190px; 
   text-indent: -9999px;
   background-image: url(../html/about/about_img/menber_list_mari.gif); 
}

a#menber_mari:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

a#menber_nakayama {
   display: block;
   width: 150px;
   height: 190px; 
   text-indent: -9999px;
   background-image: url(../html/about/about_img/menber_list_nakayama.gif); 
}

a#menber_nakayama:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}



/*------------------
about 右側コンテンツ
------------------*/
#about_right{
	width: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
}

/*--経歴ボックス--*/
#keireki_box {
	width: 380px;
	height: auto;
	margin-right: 30px;
	margin-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-top: 30px;
	overflow: auto;
	border: solid 1px;
	background-image: url(../img/tomei_dot_wh.gif);
}

#keireki_box h3 {
	margin: 20px;
	padding: 0;
}
/*--worksボックス--*/
#works_box {
	width: 330px;
	height: auto;
	margin-right: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px 20px;
	background-color: #000;
	color:#FFF;
}

#works_box h3 {
	margin: 5px;
	padding: 0;
	color: #3FF;
}