@charset "UTF-8";

/***********container**************/
#container-side {
	width: 870px;
	height: 500px;
	float: right;
	margin: 50px 50px 0 0; 
}
.name-bar {
	float: left;
	width: 350px;
	height: 189px;
	margin: 5px 0 0 10px;
	background: url(../creator_image/creator01_amemiya_off.png) no-repeat;
}
/***************creator image***********************/
#imgMain	{
	width: 410px;
	height: 310px;
	background: rgba(0,0,0,0.5);
	float: right;
	padding: 3px;
	margin: 0 20px 0 0;
	border: 1px solid #333;
	margin-bottom: 10px;
}

/*************scrollable�v�f************/
#items {
	width: 430px;
	height: 80px;
	float:left;
	margin: 20px 0 0 1px;
}
#items a {
	display:block;
	float:left;
	margin:0 5px 0 0;
	width: 100px;
	height: 75px;
}
#items img {
	border: 1px solid #333;
}

/***********profile**************/
.line {
	width:780px;
	margin: 0 auto;
}
.creator_profile{
	width: 850px;
	height: 120px;
	float: left;
	margin: -3px 0 0 0;
	padding-left:20px;
	padding-top:10px;
	font-size:15px;
	color: #FFF;
	background: rgba(0,0,0,0.5);
}
.text {
	text-indent:10px;
}
.text02 a {
	font-size:20px;
	color:#F00;
}
.text02 a:hover {
	color: #06F;
}
/**************pageback list botton******************/
.pageback li {
	float:left;
	margin-left:20px;
	margin-top:7px;
}
