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


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

#maincontents{
	position:relative;
	}
#photo{
	position:absolute;
	top:0px;
	left:25px;
}
#photo img{
	}
	
#left{
	position:absolute;
	width:500px;
	height:570px;
	top:0;
	left:0;
}
#right{
	position:absolute;
	top:0px;
	left:528px;
	/*background-color:black;*/
	width:397px;
	height:570px;
	}
.Scroller-Container{
}
.Scroller-Container img{
  margin-top:5px;
  
}

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

#right table{
	border:none;
	position:absolute;
	top:70px;
	width:100%;
	border-top:2px solid #eeeeee;
}
#right td{
	height:55px;
	border:none;
	}
.td_name{
	width:100px;
	padding:0px 30px;
}
/*ブログボタン*/
#ind_blog_b a{
	display:block;
	position:absolute;
	bottom:20px;
	width:146px;
	height:38px;
	left:110px;
	background-image:url("../images/ind_blog_b.png");
	background-repeat:no-repeat;
	}
/*ロールオーバー*/
#ind_blog_b a:hover{
	background-position:0 -38px;
}
