@charset "utf-8";

/*----------------------------------------------------------
  プロフィールスキン1
--------------------------------------------------------- */

a:link { color:#0887b6; text-decoration:none; }
a:visited { color:#0887b6; text-decoration:none; }
a:hover { color:#ffa900; text-decoration:underline; }
a:active { color:#0887b6; text-decoration:none; }

body {
	background:#ffffff;
	}
.rightArea {
	}

.more {
	margin:6px 8px 0 0;
	line-height:1;
	}

#usersBlog {
	padding:10px;
	background:#f3f3f3;
	border:1px solid #e5e5e5;
	-webkit-border-radius: 3px;	/* Safari、Google Chrome */
	-moz-border-radius: 3px;	/* Firefox */
	}
.itemWrap h2 {
	padding:6px 8px;
	background:#eeeeee;
	line-height:1;
	-webkit-border-radius: 3px;	/* Safari、Google Chrome */
	-moz-border-radius: 3px;	/* Firefox */
	}
	
#profData,
#favoriteData {
	padding-bottom:0;
	}

/* Photo */
.calendarDiv {
	background:#eeeeee;
	-webkit-border-radius: 3px;	/* Safari、Google Chrome */
	-moz-border-radius: 3px;	/* Firefox */
	}
.otherphotoDiv {
	padding:10px 15px 1px 15px;
	background:#eeeeee;
	-webkit-border-radius: 3px;	/* Safari、Google Chrome */
	-moz-border-radius: 3px;	/* Firefox */
	}
