/*-----------------------------------------------------
Skin for:	pr_tora
FileName:   type_a.css
$Revision: 1.2 $
-----------------------------------------------------*/

#wrap{}
	#firstContentsArea{}
		#subFirstContentsArea{}
			#sub_a{
			display:inline;
			float:left;
			width:170px;
			min-height:1175px;
			_height:1175px;
			margin:0;
			padding:20px 10px;
			overflow:hidden;
			_overflow:visible;
			background:url(../img/bg_a.jpg) no-repeat 0 0;
			}
			#main{
				display:inline;
				float:right;
				width:550px;
				margin:20px 30px 0 0;
				padding:0;
				overflow:hidden;
				}
				#sub_main{}
	#sub_b{
	display:none;
	}


/*message【ﾒｲﾝ_ﾒｯｾｰｼﾞ】
--------------------------------------------*/
#message{}
#message .contents{}

/*entry【ﾒｲﾝ_記事】
--------------------------------------------*/
.entry{
width:550px;
}

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

/*content【本文】
----------------------*/
.entry .contents{
width:540px;
overflow:hidden;
}
.entry .contents pre{
width:510px;
}

/*footer【ﾌｯﾀｰ】
----------------------*/
.entry .foot{}

