/* My page styles 
----------------------------------------*/

/*	メイン左側	*/
/*	start	*/
#left {
	width:556px;
	text-align:left;
}

#left table {
	border-collapse:collapse;
}
/*	end	*/


/*	お気に入り	*/
/*	start	*/
#left #favorite {
	margin:0 0 10px 0;
}

#left #favorite .top {
	background-image:url(../images/frames/f_head_favorite.gif);
	background-repeat:no-repeat;
	width:556px;
	height:39px;
	padding:15px 0 5px 50px;
	font-weight:bold;
	color:#7D7D7D;
}

#left #favorite .mid {
	background-image:url(../images/frames/f_mid_news.gif);
	background-repeat:repeat-y;
	width:556px;
	height:2px;
}

#left #favorite .btm {
	background-image:url(../images/frames/f_btm_favorite.gif);
	background-repeat:no-repeat;
	width:556px;
	height:15px;
}
/*	end	*/


/*	作品リスト	*/
/*	start	*/
#left #worklist {
	margin:10px 0;
}

#left #worklist .top {
	background-image:url(../images/frames/f_head_workList.gif);
	background-repeat:no-repeat;
	width:556px;
	height:39px;
	padding:15px 0 5px 50px;
	font-weight:bold;
	color:#7D7D7D;
}

#left #worklist .mid {
	background-image:url(../images/frames/f_mid_news.gif);
	background-repeat:repeat-y;
	width:556px;
	height:2px;
}

#left #worklist .btm {
	background-image:url(../images/frames/f_btm_favorite.gif);
	background-repeat:no-repeat;
	width:556px;
	height:15px;
}
/*	end	*/


/*	メイン右側	*/
/*	start	*/
#right {
	width:194px;
	text-align:right;
}

#right table {
	border-collapse:collapse;
}
/*	end	*/


/*	プロフィール	*/
/*	start	*/
#right #profile {
	margin:0 0 10px 0;
}

#right #profile td {
	padding:5px;
	color:#7D7D7D;
}

#right #profile .top {
	background-image:url(../images/frames/f_head_profile.gif);
	background-repeat:no-repeat;
	width:194px;
	height:39px;
}

#right #profile .mid {
	background-image:url(../images/frames/f_mid_commonRight.gif);
	background-repeat:repeat-y;
	width:194px;
	height:2px;
	text-align:center;
}

#right #profile .btm {
	background-image:url(../images/frames/f_btm_commonRight.gif);
	background-repeat:no-repeat;
	width:194px;
	height:39px;
}
/*	end	*/

#new_regist {
	margin:0 0 10px 0;
}

