/*-----------------------------------------------------
FileName:   type_a.css
$Revision: 1.2 $
-----------------------------------------------------*/

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

/*message
--------------------------------------------*/
#message{}
	#message .contents{}
		#message .subContents{}

/*entry
--------------------------------------------*/
#trackback,
#comment_module,
.entry{
width:570px;
padding:20px;
}

/*header
----------------------*/
.entry .entry_head{}

/*content
----------------------*/
#trackback ul li,
.entry .contents{
width:570px;
}
	.entry .contents pre{
	_width:510px;/*-30px ie6*/
	}

/*footer
----------------------*/
.entry .foot{}

/*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{}


