@charset "UTF-8";
/**
 *
 * $Revision: 1.1 $
 *
 * 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_87b900.png) no-repeat 0 0;
}



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


/**
 *
 * base
 *
 */
#base1{
background:#fff url(../img/base_bg.jpg);
}
	#base2{}
		#base3{}


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


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


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


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


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


/**
 *
 * .asideMdl
 *
 */
.asideMdl{
background:#c6e9a5;
}
	.asideMdlHeader a{
	color:#46731e;
	}
	.asideMdlSub{
	background:#fff;
	}
		.section {}
		.asideMdl .hr{}


/**
 *
 * timeline entry
 *
 */

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


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





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


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


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


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

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


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


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

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

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




/**
 * ============================
 *
 *
 * 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:#629818;
}
.skinAnchorHoverColor,
a:hover {
color:#83cb21;
}
.skinAnchorActiveColor,
a:active {
color:#83cb21;
}



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

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



/**
 *
 * heading
 *
 */
.skinHeading{
background-color:#eef1b5;
}



/**
 *
 * 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:#8edc25;
}
	.skinPopupBoxSub,
	#commentsAreaIn{
	background:#fff;
	}
		.outputEditor #cListArea{
		border-color:#aaa;
		}





