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

body{
	height:560px;
	background-color:black;
	padding:0;
	margin:0;
	font:12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#eeeeee;
}
img{
	border:none;
	}

#maincontents{
	position:relative;
	left:21px;
	width:850px;
	}
#photo{
	position:absolute;
	top:-1px;
	left:25px;
}
#photo img{
	border:2px solid #666666;
}	
#left{
	position:absolute;
	width:500px;
	height:600px;
	top:0;
	left:30px;
}
#right{
	position:absolute;
	right:0px;
	background-color:black;
	width:397px;
	height:460px;
	}

/*プロフィール欄*/
#profile_title{
	display:block;
	position:absolute;
	top:25px;
	left:20px;
}

#right table{
	border:none;
	position:absolute;
	top:70px;
	width:100%;
	border-top:2px solid #ffffff;
}
#right td{
	height:35px;
	border:none;
	}
.td_name{
	width:100px;
	padding:0px 30px;
}
/*ギャラリーボタン*/
#gallery_b a{
	display:block;
	position:absolute;
	bottom:20px;
	width:156px;
	height:29px;
	left:110px;
	background-image:url("../images/gallery_b.png");
	background-repeat:no-repeat;
	}
/*ロールオーバー*/
#gallery_b a:hover{
	background-position:0 -29px;
}

/*ロールオーバー固定*/
#pickup a , #pickup a:hover{
	background-position:0 -25px;
	}
