
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_e.css
Version:    2006.07/21
Skin for:	summer_usr
-----------------------------------------------------
*/
#frame:after,
#wrap:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#frame,
#wrap {display: inline-table;}

/* Hides from IE-mac \*/
* html #frame,
* html #wrap {height: 1%;}
#frame,
#wrap {display: block;}
/* End hide from IE-mac */

#frame {
margin-left: auto;
margin-right: auto;
}
#wrap {
position: relative;
width: 800px;
}

#firstContentsArea {
}
#subFirstContentsArea {
}

#main{
width: 400px;
float: left;
padding-right: 10px;
}

#sub_main{
width:100%;
overflow:hidden;
}

#sub_a{
width:190px;
float: right;
z-index: 1;
}

#sub_b{
width:190px;
float: right;
z-index: 2;
padding-right: 10px;
}

/*entries*/
.entry{
background-image: url(../img/entry_foot.gif);
background-repeat: no-repeat;
background-position: left bottom;
background-color: #78b3e3;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}
.entry .date{
margin: 0 20px 10px 20px;
display: block;
color: #ffffff;
}
.entry .name{
margin: 0 20px 10px 20px;
display: block;
}
.entry .theme{
margin: 10px 20px 10px 20px;
display: block;
}
.entry h3.title{
margin: 10px 20px 10px 20px;
}

.entry .entry_head{
width:100%;
padding: 20px 0 2px 0;
display: block;
background: url(../img/entry_top.gif) no-repeat left top;
color: #ffffff;
}

.entry .contents{
margin: 0 20px 20px 20px ;
padding: 0 0 20px 0 ;
background: url(../img/entry_line.gif) no-repeat left bottom;
}

.entry .foot{
padding: 0 10px 0px 0;
margin:0 0 10px 0;
text-align: right;
}

