
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_c.css
Version:    2006.06.19
Skin for:	wedding_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 {
width: 800px;
margin-left: auto;
margin-right: auto;
}

#wrap {
position:relative;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
}

#main{
width: 385px;
float: left;
margin-left: 12px;
}
#sub_main{
width:100%;
overflow:hidden;
}

#sub_a{
width:185px;
float: left;

z-index: 1;
}

#sub_b{
width:185px;
float: right;

z-index: 1;
}


/* ----------------------- MainColumn ----------------------- */

/*message*/
#message{
margin-left: auto;
margin-right: auto;
width:365px;
background: url(../img/entryline.gif) no-repeat left top;
}

.entry .date{
width:365px;
background: url(../img/entryline.gif) no-repeat left bottom;
}

.entry .foot{
width:365px;
background: url(../img/entryline.gif) no-repeat left top;
}

#trackback,
#comment_module .each_comment,
#comment_module,
#bookmark_list .title,
#bookmark_list,
#favorite_list .title,
#favorite_list,
#recent_entries_list .title,
#recent_entries_list,
#reader_list .title,
#reader_list{
margin-left: auto;
margin-right: auto;
width:365px;
overflow:hidden;
}

/*IE7*/

*:first-child+html #wrap {
float:left;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}




