@charset "UTF-8";


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

title: livedoor profile userPage common CSS(COM)
author: hamashun

table of contents
1 background-image
2 color
3 link color

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

/* =1 background-image
-------------------------------------------- */
div#headerOuter {
	margin-bottom: 2px;
}

div#profileHeader {
	height: 126px;
	margin: 10px 0 0 0;
	background: #fff;
}

ul#functionButton {
	background: url(../img/header_menu.png) no-repeat center center;
	text-shadow: none;
}

	/* for ie6 \*/
	* html ul#functionButton,
	* html div#profileHeader { behavior: url(/design/common/ie_support/iepngfix.htc); }
	/* end */





/* =2 color
-------------------------------------------- */
div#commonHeader {
	color: #333;
}

h1,
ul#ownerProfile {
	color: #333;
}

div#ownerName {
	padding: 35px 0 0 21px;
}


div#ownerName a.icon img {
	border: none;
}

div#logo a.profile {
	width: 86px;
}





/* =3 link color
-------------------------------------------- */
/* header */
div#profileHeader a:link,
div#profileHeader a:visited {
	color: #cc0311;
	text-shadow: none;
}

div#profileHeader a:hover {
	color: #cc0311;
	text-decoration: none;
}


