@CHARSET "Shift_JIS";


/****************
 * profile layout
 ****************
 * 
 */
div#profile-main {
	float: left;
	width:400px;
	margin-right: 10px;
}

div#profile-sub {
	float:left;
	width: 540px;
}



/****************
 * profile basic
 ****************
 * 
 */
#profile-image {
	padding: 20px 10px;
	text-align: center;
}

table#profile-info {
	width: 100%;
}

table#profile-info tr {
}

table#profile-info td {
	padding: 5px;
	border-top: 1px dotted #bdbdbd;
	vertical-align: top;
}

table#profile-info td.label {
	width: 70px;
}



/****************
 * profile detail
 ****************
 * 
 */
dl#profile-detail {
}

dl#profile-detail dt {
	margin-left: 5px;
	padding: 5px 5px 5px 8px;
	border-bottom: 1px dotted #eee;
	background: url(/img/pc/arrow_gray.gif) left center no-repeat;
}

dl#profile-detail dd {
	padding: 5px 5px 10px;
	border-bottom: 1px dotted #bdbdbd;
}



/****************
 * friends
 ****************
 * 
 */
table#friends-list {
	width: 100%;
	margin: 5px auto;
}

table#friends-list td {
	text-align: center;
	width: 25%;
	padding: 5px 0;
}



/****************
 * footprint
 ****************
 * 
 */
ul#footprint li {
	height: 20px;
	margin-left: 5px;
	padding-left: 23px;
	padding-top: 2px;
	background: #fff url(/img/pc/icon/footprint.gif) left top no-repeat;
}



/****************
 * pictmaker
 ****************
 * 
 */
table#pictmaker-list {
	width: 100%;
	margin: 5px auto;
}

table#pictmaker-list td {
	text-align: center;
	width: 10%;
	padding: 5px 0;
}


/****************
 * commands (button)
 ****************
 * 
 */
 
/* float centering */
div#navi-buttons {
	text-align: center;
	overflow: hidden;
	margin: 10px 0;
}
div#navi-buttons ul {
	position: relative;
	left: 50%;
	float: left;
	padding: 0;
	margin: 0 auto;
}
div#navi-buttons ul li {
	position: relative;
	right: 50%;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 5px 5px 5px;
	padding: 0;
}

/* buttons */
div#navi-buttons ul a {
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
}

div#navi-buttons ul a span {
	display: none;
}

div#navi-buttons ul a#btn-blog {background: url(/img/pc/icon/pb_blog.gif) left top;}
div#navi-buttons ul a#btn-blog:hover {background-position: bottom left;}
div#navi-buttons ul a#btn-minimail {background: url(/img/pc/icon/pb_minimail.gif) left top;}
div#navi-buttons ul a#btn-minimail:hover {background-position: bottom left;}
div#navi-buttons ul a#btn-frienda {background: url(/img/pc/icon/pb_frienda.gif) left top;}
div#navi-buttons ul a#btn-frienda:hover {background-position: bottom left;}
div#navi-buttons ul a#btn-bookmark {background: url(/img/pc/icon/pb_bookmarka.gif) left top;}
div#navi-buttons ul a#btn-bookmark:hover {background-position: bottom left;}




/****************
 * Box
 ****************
 * 
 */
div.box.medium {
	background: url(//img.mblg.tv/img/pc/box_m.gif) no-repeat scroll right bottom;
	width: 540px;
}
div.box.medium h3 {
	background: url(//img.mblg.tv/img/pc/box_m.gif) no-repeat scroll left top;
	width: 520px;
}
div.box.medium div.boxcontent {
	background: #fff url(//img.mblg.tv/img/pc/box_m_middle.gif) repeat-y scroll;
	width: 530px;
}
div.box.medium div.noTitle {
	background: url(//img.mblg.tv/img/pc/box_m.gif) no-repeat scroll right top;
	width: 540px;
}


div.box.mediump {
	background: url(/img/pc/box/box_mp.gif) no-repeat scroll right bottom;
	width: 400px;
}
div.box.mediump h3 {
	background: url(/img/pc/box/box_mp.gif) no-repeat scroll left top;
	width: 380px;
}
div.box.mediump div.boxcontent {
	background: #fff url(/img/pc/box/box_mp_middle.gif) repeat-y scroll;
	width: 390px;
}
div.box.mediump div.noTitle {
	background: url(/img/pc/box/box_mp.gif) no-repeat scroll right top;
	width: 400px;
}
