@charset "UTF-8";


/* each
---------------------------------------------*/

.each{
padding-bottom:0px;

}

.each-left{
float:left;
width:70px;
}

.each-left h2{
font-family:georgia,verdana,sans-serif;
font-size:60%;
font-weight:bold;
padding-left:8px;
min-height:100px;
_height:100px;
background:url(../images/memo_date_bg.gif) no-repeat left 12px;
}

span.day{
display:block;
font-size:250%;
font-weight:bold;
margin-top:-2px;
}


.each-right{
float:right;
width:380px;
}

.each-right h3{
padding-top:20px;
padding-bottom:5px;
font-size:100%;
font-weight:bold;
}

.each-right p{
font-size:90%;
}

.each-right p.end-date{

padding-top:13px;
padding-right:10px;
text-align:right;
font-size:80%;
}


.each-right p.end-date-sign{

padding-top:13px;
padding-right:75px;
min-height:30px;
_height:30px;
text-align:right;
background:url(../images/common_mimura_sign.gif) no-repeat top right;

font-size:80%;
}




/* navi
---------------------------------------------*/
div#navi{
font-size:80%;
}

h4.btn-navi{
width:201px;
margin-top:10px;
padding-left:31px;
background:url("../images/memo_btn_prev.gif") 31px top no-repeat;
}
h4.btn-navi a{
padding:18px 0 0 0;
overflow:hidden;
display:block;
height: 0px !important; /* for most browsers */
height /**/:18px; /* for IE5.5 */
}

#navi h4#prev a{background:url("../images/memo_btn_prev.gif") left 0 no-repeat;}
#navi h4#prev a:hover{background:url("../images/memo_btn_prev.gif") left -18px no-repeat;}

#navi h4#next a{background:url("../images/memo_btn_next.gif") left 0 no-repeat;}
#navi h4#next a:hover{background:url("../images/memo_btn_next.gif") left -18px no-repeat;}


h5.list-recently{
margin-top:40px;
margin-bottom:5px;
padding:18px 0 0 0;
overflow:hidden;
display:block;
height: 0px !important; /* for most browsers */
height /**/:18px; /* for IE5.5 */
background:url("../images/memo_btn_list_lately.gif") 31px 0 no-repeat;
}

#navi ul li{
margin-bottom:5px;
}

h6.btn-navi-all{
width:200px;
margin-top:10px;

background:url("../images/memo_btn_list_all.gif") left top no-repeat;
}
h6.btn-navi-all a{
padding:29px 0 0 0;
overflow:hidden;
display:block;
height: 0px !important; /* for most browsers */
height /**/:29px; /* for IE5.5 */
background:url("../images/memo_btn_list_all.gif") left top no-repeat;
}
h6.btn-navi-all a:hover{background:url("../images/memo_btn_list_all.gif") left -29px no-repeat;}


