/*テキストカラー　for　nenga_kaisetu_html
-----------------------------------------------------*/

@charset "utf-8";
/* CSS Document */

.category_box{  
  width: 580px;  
  margin: 0 auto;  
  background: url(***) repeat-y 0 0;  
}

.sub_tit{
	font-size:14px;
	margin-left:1em;
	}
	
.person {
	font-weight:bold;
	margin-bottom:0.2em;
}

.txt_red{
	color:#F00; font-weight:bold;
}

h3 { 
	font-size:19px;
	margin-top:1.2em;
}


/* 未使用*/
.txt_blue{ color:#00F; font-weight:bold;}

.txt_green{ color:#060; font-weight:bold;}

.txt_pink{ color:#F0F; font-weight:bold;}

.txt_small{ font-size:smaller;}
/* // */




