@charset "UTF-8";

/* --------------------------------------------------------

title: livedoor profile blogparts compact CSS
author: hamashun
day: 2008-05-13

-------------------------------------------------------- */

body {
	background: transparent!important;
}

/* 大枠 */
div#contents {
	position: relative; /* absolute base */
	width: 140px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background: url(../img/base.gif) no-repeat;
	text-align: left;
	overflow: hidden;
}



/* ユーザアイコン・名前 */
h1 {
	line-height: 1.3;
	font-size: 75%;
}

	h1 img {
		float: left;
		display: inline; /* fix ie */
		margin-right: 6px;
	}

	a#nickname,
	h1 span {
		position: relative;
		top: 2px;
	}

	a#nickname:link {
		color: #006ccc;
	}
	
	a#nickname:visited {
		color: #006ccc;
	}
	
	a#nickname:hover {
		color: #1590fd;
	}




/* 機能アイコン */
ul {
	position: absolute;
	right: 6px;
	bottom: 5px;
	width: 73px;
	padding-top: 3px;
	border-top: dotted 1px #ccc;
}

ul li {
	float: left;
	padding-left: 6px;
}



/* ？マーク */
p#q a {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/q.gif) no-repeat 0 0;
}

p#q a:hover {
	background-position: -22px 0;
}

	p#q a span {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}



/* MacIE onry \*//*/

ul,
p#q a {
	position: static;
}


/* end */
