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

/**
 * ============================
 *
 *
 * 01.original
 *
 *
 * ============================
 */

#orgnBgImg{
position:fixed;

display:block !important;
display:none;/*6*/

top:0px;
left:0px;

min-width:1000px;
width:100%;
z-index:1;
}
#bodySub{
position:relative;
z-index:2;
}




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

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



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

body{
background:#000 !important;
background:url(http://stat100.ameba.jp/now/pc/skin/orgn/now_112_south/img/orgn_bg.jpg) no-repeat 50% 0 fixed;/*6*/
}

/**
 *
 * base
 *
 */
#base1{}
	#base2{}
		#base3{}


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


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


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


/**
 *
 * mainArea
 *
 */
#mainArea{
background:url(/now/pc/skin/cmn/img/bg/transparent/transparent_fff_7.png) !important;
background:rgba(255,255,255,0.7) !important;
background:#fff;/*6*/
}
	#mainAreaSub{}


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


/**
 *
 * .asideMdl
 *
 */
.asideMdl{
background:url(/now/pc/skin/cmn/img/bg/transparent/transparent_fff_7.png) !important;
background:rgba(255,255,255,0.7) !important;
background:#fff;/*6*/
}
	.asideMdlHeader{}
	.asideMdlSub{}
		.section {}


/**
 *
 * timeline entry
 *
 */

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


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






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


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


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


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

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


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


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

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

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




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

/**
 *
 * text
 *
 */

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

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

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

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



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



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

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



/**
 *
 * heading
 *
 */
.skinHeading{
background-color:#000;
color:#fff !important;
}
.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:#282828;
}
	.skinPopupBoxSub,
	#commentsAreaIn{
	background:#fff;
	}
		.outputEditor #cListArea{
		border-color:#aaa;
		}





