/*-----------------------------------------------------
Skin for:	pr_flowers
FileName:   type_b.css
$Revision: 1.4 $
-----------------------------------------------------*/

#wrap{}
	#firstContentsArea{}
		#subFirstContentsArea{}
			#sub_a{
			display:inline;
			float:right;
			width:170px;
			margin:0;
			padding:0 0 0 10px;
			overflow:hidden;
			}
			#main{
			display:inline;
			float: left;
			width:610px;
			padding:0 10px 0 0;
			overflow:hidden;
			}
				#sub_main{}
	#sub_b{
	display: none;
	}
	


/*message
--------------------------------------------*/
#message{
background:url(../img/msg_head.gif) no-repeat 0 0;
}
	#message .contents{
	background:url(../img/msg_btm.gif) no-repeat 0 100%;
	}
		#message .subContents{
		padding:15px 45px;
		background:url(../img/msg_body.gif) repeat-y 0 0;
		}

/*entry
--------------------------------------------*/
.entry{
width:610px;
background:url(../img/msg_head.gif) no-repeat 0 0;
}

/*header
----------------------*/
.entry .entry_head{
padding:15px 45px 0;
background:url(../img/msg_body.gif) repeat-y 0 0;
}

/*content
----------------------*/
.entry .contents{
width:520px;
padding:12px 45px 40px;
background:url(../img/msg_body.gif) repeat-y 0 0;
}
	.entry .contents pre{
	_width:490px;/*-30*/
	}

/*footer
----------------------*/
.entry .foot{
padding: 5px 45px 25px;
background:url(../img/entry_btm.gif) no-repeat 0 100%;
}
/*listPages
-------------------------------------------------*/
/*common
----------------------*/
#recent_entries_list,
#favorite_list,
#reader_list,
#bookmark_list{}

#recent_entries_list h3,
#favorite_list h3,
#reader_list h3,
#bookmark_list h3{}

#recent_entries_list ul,
#favorite_list ul,
#reader_list ul,
#bookmark_list ul{}