@charset "UTF-8";
/**
 * 
 * $Revision: 1.9 $
 * 
 * TOC
 * (01.original element style)
 * 02.logo
 * 03.background (layout)
 * 04.border
 * 05.text,inline
 * 06.button
 * 07.-
 * 08.popup box
 * 
 */



/**
 * ============================
 * 
 * 
 * 02.logo
 * 
 * 
 * ============================
 */

#logo{
background:url(/now/pc/skin/cmn/img/logo/orgn/amebanow_f74f82.png) no-repeat 0 0;
}



/**
 * ============================
 * 
 * 
 * 03.background (layout)
 * 
 * 
 * ============================
 */


/**
 * 
 * base
 *
 */
#base1{
background:#ffecf3;
}
	#base2{}
		#base3{}


/**
 * 
 * frame
 *
 */
#frame{}
	#frameSub{}


/**
 *
 * header
 *
 */
#headerArea{}
	#logoArea{}


/**
 *
 * contentsArea
 *
 */
#contentsArea{}
	#contentsAreaSub{}
	

/**
 *
 * mainArea
 *
 */
#mainArea{
background:#f74f82;
}
	#mainAreaSub{
	background:#fff;
	}


/**
 *
 * asideArea 
 *
 */
#asideArea{}
	#asideAreaSub{}


/**
 * 
 * .asideMdl
 * 
 */
.asideMdl{
background:#f74f82;
}
	.asideMdlHeader a{
	color:#fff !important;
	}
	.asideMdlSub{
	background:#fff;
	}
		.section {}
		.asideMdl .hr{}


/**
 * 
 * timeline entry
 * 
 */

/* log */
.skinWeakBg,
.logListArea li{
background-color:#f7f7f7;
}


/* reply */
.skinStrongBg,
.replyToMe,
.editorPostElm{
background-color:#ffecf3 !important;
}





/**
 * ============================
 * 
 * 
 * 04.border
 * 
 * 
 * ============================
 */


/**
 * 
 * hr
 *
 */
.hr{
border-bottom:1px dotted #f74f82 !important;
border-bottom:1px solid #f74f82;/* ie6 */
}


/**
 * 
 * mainArea
 *
 */
.skinMainHr{}


/**
 * 
 * timeline 
 * 
 */
#nowListArea > li{
border-bottom:1px dotted #f74f82;
}

.skinBaseBorder,
#cListMainArea li{
border-top:1px dotted #f74f82;
}


/**
 * 
 * timeline StrongBorder
 * 
 */ 
.skinStrongBorder,
#nowListArea > .addFirstLine{
border-top:solid 1px #999;
}


/**
 * 
 * textarea
 *
 */
.textarea{
border-color:#999;
background:#fff;
}

/* focus */
.textarea:focus{
border-color:#f74f82;

box-shadow:0 0 4px #f74f82;
-moz-box-shadow:0 0 4px #f74f82;
-webkit-box-shadow:0 0 4px #f74f82;
}




/**
 * ============================
 * 
 * 
 * 05.text,inline
 * 
 * 
 * ============================
 */


/**
 * 
 * text
 *   
 */

/* base */
.skinBaseColor,
body{
color:#333;
}

/* weak */
.skinWeakColor,
.event,
.time,
.time a{
color:#999;
}

/* #tag */
.skinPointColor,
.tag{
color:#f6c;
}

/* alert */
.alert{
color:red;
}



/**
 * 
 * anchor
 *   
 */
.skinAnchorColor,
a {
color:#f73c74;
}
.skinAnchorHoverColor,
a:hover {
color:#f73c74;
}
.skinAnchorActiveColor,
a:active {
color:#f73c74;
}



/**
 * 
 * highlight
 *   
 */
.highlight,
.tempImage{
background-color:#ffffca;
}

.closeComment{
background-color:#f74f82;
color:#fff !important;
}



/**
 * 
 * heading
 *   
 */
.skinHeading{
background-color:#f74f82;
color:#fff;
}
.skinHeading a{
color:#fff !important;
}


/**
 * 
 * list icon
 * 
 */
.skinListIco,
.itemList li{}


/**
 * 
 * comments icon
 * 
 */
.skinCommentsIco,
.comments1 > .res,
.logListArea .comments1 > .res{}


/**
 * 
 * home btn icon
 * 
 */
.icoNowAF{}



/**
 * ============================
 * 
 * 
 * 06.button
 * 
 * 
 * ============================
 */


/**
 * 
 * loader
 * 
 */
.loading{
background:url(/now/pc/skin/cmn/img/loader/base/loader_dotted4_3d.gif) no-repeat 50% 50%;
}



/**
 * 
 * timelineBtn
 * 
 */ 
.button,
#timelineBtn{
width:448px;
height:35px;
text-indent:-9999px;
outline:none;
overflow:hidden;
background:url(../img/timeline_btn.png) no-repeat 0 0;
}
.buttonHover,
:hover#timelineBtn{
background-position:0 -40px;
}
.buttonActive,
:active#timelineBtn{
background-position:0 -80px !important;
}



/**
 * 
 * follow button
 * 
 */ 
.followButton,
.userFollowBtn a,
.userFollowComplete{
display:block;
width:133px;
height:27px;
text-indent:-9999px;
outline:none;
overflow:hidden;

background:url(../img/follow_btn.png) no-repeat 0 0;
}
.followButtonHover,
.userFollowBtn a:hover{
background-position:0 -30px;
}
.followButtonActive,
.userFollowBtn a:active{
background-position:0 -60px !important;
}
.userFollowComplete{
background-position:0 -90px !important;
}


/**
 * ============================
 * 
 * 
 * 08.popup box
 * 
 * 
 * ============================
 */


/**
 * 
 * commentsArea
 * 
 */
.skinPopupBox,
#commentsArea{
background:#f74f82;
}
	.skinPopupBoxSub,
	#commentsAreaIn{
	background:#fff;
	}
		.outputEditor #cListArea{
		border-color:#aaa;
		}


		
		
		
		