/*-----------------------------------------------------
ameblo CSS Skin Layout Settings
Skin for:	pr_starrysky
FileName:   type_c.css
$Revision: 1.1 $
-----------------------------------------------------*/

#main{
float: left;
width: 430px;
margin:0;
padding:30px 10px;
}

#sub_a{
float: left;
z-index: 1;
width:170px;
margin:0;
padding:0 10px 0 0;
}

#sub_b{
float: right;
z-index: 2;
width:170px;
margin:0;
padding:0;
}
#message{
width:430px;
padding-top:7px;
background:url(../img/message_top.gif) no-repeat left top;
}
#message .contents{
padding-bottom:5px;
background:url(../img/message_footer.gif) no-repeat left bottom;
}
#message .subContents{
width:390px;
padding:10px 20px;
background:url(../img/message_bg.gif) repeat-y left bottom;
}

.entry{
width:430px;
background:url(../img/entry_bg.gif) repeat-y left top;
}
.entry h3.title{
background:url(../img/entry_header.gif) no-repeat left top;
}

.entry .foot{
background:url(../img/entry_footer.gif) no-repeat left bottom;
}

.entry .subContents{
width:399px;
}

