/* index.html */


/* Eicategory,entry)
============================================================*/
h3{
margin-bottom:10px;
text-align:right;
}

.recent_e{
border-right:1px solid #696969;
padding:5px 9px 0 0;
margin:0 30px 15px 0;
text-align:right;
line-height:190%;
clear:both;
}

.recent_e ul{
list-style:none;
margin-bottom:15px;
}

.recent_e ul li{
list-style:none;
}

.tagList{
border-right:1px solid #696969;
padding:5px 9px 0 0;
margin:0 30px 15px 143px;
text-align:right;
line-height:190%;
width:220px;
}

.tagList a,.recent_e a{
color:#696969;
text-decoration:none;
}

.recent_e a:hover,.tagList a:hover{
color:#ff4a8f;
text-decoration:none;
}

/* iphoto,entry)
============================================================*/
.entry{
text-align:left;
width:581px;
float:left;
margin-bottom:11px;
display:block;
}

.entry:hover{
background:url(../../indexWp/index_img/entry_bg.png) right top repeat-y;
_background-image:none;
_background-color:#000000;
}

.entry .entry_title{
visibility:hidden;
}
.entry:hover .entry_title{
visibility:visible;
background:url(../../indexWp/index_img/title_bg.gif) 0 10px no-repeat;
margin-left:295px;
padding:10px 0 5px 15px;
}

.entry:hover .entry_title .date,
.entry:hover .entry_title .date a{
color:#FF4A8F;
font-size:9px;
text-decoration:none;
}

.entry:hover .entry_title h4,
.entry:hover .entry_title h4 a{
font-size:12px;
font-weight:normal;
color:#ffffff;
text-decoration:none;
}

.entry:hover .entry_title .state,
.entry:hover .entry_title .state a{
text-align:right;
font-size:10px;
margin:5px 5px 0 0;
color:#a6a6a6;
text-decoration:none;
}

.entry:hover .entry_title .arrow{
margin-right:10px;
padding:0px 3px 0px 3px;
border:1px solid #ff4a8f;
background-color:#F1F1F1;
color:#ff4a8f;
font-size:9px;
letter-spacing:none;
margin-top:5px;
}

.entry .text{
visibility:hidden;
}
.entry:hover .text{
line-height:150%;
visibility:visible;
color:#a6a6a6;
padding-right:13px;
text-align:justify;
}
*+html body .entry:hover .text{
line-height:170%;
}

.entry:hover .text a{
color:#ff4a8f;
background-color:#151515;
text-decoration:none;
padding:0 1px 0 1px;
}
.entry:hover .text a:hover{
color:#ffffff;
background-color:#151515;
text-decoration:none;
padding:0 1px 0 1px;
}

.entry .text img.titlePic{
border:1px solid #7e7b7c;
visibility:visible;
float:left;
margin-right:15px;
margin-top:-42px;
}
.entry:hover .text img.titlePic{
border:1px solid #ff4a8f;
margin-top:-61px;
filter:Alpha(opacity=90); /* IEn */
opacity:0.9; /* Mozzilan */
}

/*ie6*/
* html .entry .text img.titlePic{
margin-top:-43px;
}
* html .entry:hover .text img.titlePic{
margin-top:-59px;
}

/*ie7*/
*+html .entry .text img.titlePic{
margin-top:-43px;
}
*+html .entry:hover .text img.titlePic{
margin-top:-59px;
}


/* next entry
============================================================*/
div#page_navi{
text-align:left;
width:581px;
height:15px;
display:block;
padding:5px 0 5px 0;
}

/* clearfix
============================================================*/
.entry:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
.entry{
display:inline-block;
}