@charset "utf-8";
/*-----------------------------------------------------
Skin for:	pr_amebabbs
FileName:   type_d.css
$Revision: 1.1 $
-----------------------------------------------------*/

#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:#fff url(../img/msg_line.gif) no-repeat 0 0;
}
#message .contents{
background:url(../img/msg_line.gif) no-repeat 0 100%;
}

/*entry【ﾒｲﾝ_記事】
--------------------------------------------*/
.entry{
width:610px;
background:url(../img/entry_body_610.gif) repeat-y 0 0;
}

/*header【ﾍｯﾀﾞｰ】
----------------------*/
.entry h3.title{
background:url(../img/entry_head_610.gif) no-repeat left top;
}

/*content【本文】
----------------------*/
.entry .contents{
width:570px;
}
.entry .contents pre{
_width:540px;
}

/*footer【ﾌｯﾀｰ】
----------------------*/
.entry .foot{
background:url(../img/entry_btm_610.gif) no-repeat 0 100%;
}


/*listPages【各一覧ﾍﾟｰｼﾞ】
-------------------------------------------------*/
/*common【共通】
----------------------*/
#recent_entries_list,
#favorite_list,
#reader_list,
#bookmark_list{
background:url(../img/entry_btm_610.gif) no-repeat left bottom;
}
#recent_entries_list h3,
#favorite_list h3,
#reader_list h3,
#bookmark_list h3{
background:url(../img/entry_head_610.gif) no-repeat left top;
}
#recent_entries_list ul,
#favorite_list ul,
#reader_list ul,
#bookmark_list ul{
background:url(../img/entry_body_610.gif) repeat-y left top;
}



