@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
 *
 */



/**
 * ============================
 *
 *
 * 01.original
 *
 * ※オリジナルの要素について、記述（無ければ消す）
 *
 * ============================
 */

#reloadBtnArea{}

.skinListIco, .itemList li{
background:url(..//img/icon.gif) no-repeat 0 2px;
padding-left:18px;
}


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

#logo{
background:url(http://stat100.ameba.jp/now/pc/skin/cmn/img/logo/orgn/amebanow_d70047.png) no-repeat 0 0;
}



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


/**
 *
 * base
 *
 */
#base1{
background:#FFFFFF url(../img/main_bg.jpg) no-repeat center top;
}
	#base2{}
		#base3{}


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


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


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


/**
 *
 * mainArea
 *
 */
#mainArea{
background:url(../img/transeparent_bg.png) !important;
background:rgba(245,194,218,0.6) !important;
background:none;
}
	#mainAreaSub{
	background:#fff;
	}


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



.ggNews,
.membersNews{
margin:10px auto 10px auto;
}

.ggNews h3,
.ggNews h3 a{
height:50px;
margin:0;
padding:0;
}

.membersNews h3,
.membersNews h3 a{
height:65px;
margin:0;
padding:0;
}

.ggNews .ggNewsInner,
.membersNews .ggNewsInner{
padding:10px;
background-color:#FFF;
border:10px solid #F7F7F7;
}

.ggNews .ggNewsInner div,
.membersNews .ggNewsInner div{
background-color:#FFF;
}

.ggNewsInner a{
display:block;
padding-left:6px;
margin-bottom:4px;
background:url(http://stat100.ameba.jp/common_style/img/common/icon_list.png) no-repeat 0 -1496px transparent;
text-align:left;
}



/**
 *
 * .asideMdl
 *
 */
.asideMdl{
background:url(../img/transeparent_bg.png) !important;
background:rgba(245,194,218,0.6) !important;
background:none;
}
	.asideMdlHeader{}
	.asideMdlSub{
	background:#fff;
	}
		.section {}



/**
 *
 * timeline
 *
 */

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


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





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


/**
 *
 * hr,
 * timeline
 *
 */

/* base border */
.hr,
#nowListArea > li{
border-bottom:1px dotted #E873A8;
}
.skinBaseBorder,
#cListMainArea li{
border-top:1px dotted #E873A8;
}


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


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

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

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


/**
 *
 * mainArea
 *
 */
.skinMainHr{
height:22px;
border-bottom:none !important;
background:url(../img/main_line.gif) repeat-x 0 0;
}


/**
 *
 * asideMdl
 *
 */
.asideMdl .hr{}





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



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



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



/**
 *
 * icon
 *
 */

/* home*/
.icoNowAF{}


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


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






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


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



/**
 *
 * timeline button
 *
 */
.button,
#timelineBtn{
width:451px;
height:38px;
text-indent:-9999px;
outline:none;
overflow:hidden;
background:url(../img/timeline_btn.png) no-repeat 0 0;
}
.buttonHover,
:hover#timelineBtn{
background-position:0 -50px;
}
.buttonActive,
:active#timelineBtn{
background-position:0 -100px !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
 *
 *
 * ============================
 */


/* close */
.closeComment{
background-color:#ddd;
}

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





