


/*
======== CONTENTS =========
article.css
last-updated:2007/07/06

	1.head
	2.button
	3.title
	4.lead
	5.article
	6.linkmenu
	7.profile
	8.rating,comment2,trackback2
	9.parts

===========================
*/


/*
===== 1.head ======
*/

.cate_nav
{
	padding:4px 6px;
	font-size: 80%;
}
.cate_nav a {
	text-decoration: underline;
}

#head{
	margin: 0px 0px 6px 5px;
	border-top: solid 1px #b7b7b7;
	background: url(/yz/static/common/images/article_head_bg.gif)  repeat-x ;
	display: block;
	padding:8px 3px 0px 3px;
	float: left;
}
/* for ie6 */
* html #head {
	float: none;
}



/*
===== 2.button ======
*/

#button{
	top:0;
	right:0;
	display: block;
	float: left;
	width: 200px;
	height: 22px;
	margin: 0px 0px 4px 0px;
}

#button img{
	margin-left: 5px;
}




/*
===== 3.title ======
*/

#title{
	margin: 0px 0px 0px 2px;
	padding: 8px 0px 0px 5px;
	overflow: hidden;
	/*background: url(/yz/static/common/images/article_t_bg.gif) repeat-x;*/
	/*border: solid 0px red;*/
}
/* for ie6 */
* html #title {
	padding-top: 4px;
}

/*
#title .subtitle{
	font-size: 85%;
	line-height: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 4px;
}
*/

#title .titlepane{
	border-left:4px solid #9DD409;
	border-bottom: dotted 1px #CCCCCC;
	padding-left:5px;
	margin-bottom:4px;
}

#title .subtitle{
	font-size: 80%;
	text-align: left;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}
#title .subtitle .sbt{
	display: inline;
	margin-right: 1em;
}

/*
#title h1{
	padding:4px 2px 4px 2px;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 160%;
	line-height: 1.2em;
	color:#000;
	margin: 0px 0px 2px 0px;
}
*/

#title h1{
	padding:2px 2px 2px 2px;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 160%;
	line-height: 1.2em;
	color:#000;
	margin: 0px 0px 0px 0px;
}

#title h1 a{
	color:#000;
}

/*
#title .writer{
	margin: 0px 0px 4px 0px;
	padding: 2px 4px 0px 12px;
	border-top: solid 1px #b7b7b7;
	border-bottom:dotted 1px #CCCCCC;
	font-size: 13px;
	line-height: 1.5;
}
*/

#title .writer{
	margin: 0px 0px 4px 0px;
	padding: 2px 4px 0px 12px;
	border-top: dotted 1px #CCCCCC;
	font-size: 13px;
	line-height: 1.5;
}

/*
#title .date{
	padding:0 10px;
}

*/
#title .date{
	font-size: 12px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}


#stat{
	margin: 0px 0px 2px 0px;
	/*border-bottom:dotted 1px #CCCCCC;*/
	font-size: 12px;
	padding: 2px 0px 4px 12px;
	/*border: solid 1px red;*/
	height: 14px;
}

#stat .stat_in{
	float: right;
}

#articlestat {
	/*margin-left: 12px;*/
	display: block;
}

#stat .stat_item
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 12px;
	text-align: left;
	background: url(/yz/static/common/images/b_square.gif) no-repeat 0 4px;
	display:block;
	float: left;
}
#stat .stat_item_last
{
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: none;
	display:block;
	float: left;
}
#stat .stat_star
{
	color: #FF6600; 
	display:block;
	float: left;
}


.news_tag{
	margin: 4px 0px 4px 0px;
	font-size: 80%;
	line-height: 1.1;
	padding: 2px 12px 4px 12px;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
	/*height: 18px;*/
}


.news_tag_noline{
	margin: 4px 0px 4px 0px;
	font-size: 80%;
	line-height: 1.1;
	padding: 2px 12px 4px 12px;
	text-align: left;
}


.news_tag_title_mem
{
	padding: 1px 1px 1px 20px; 
	/*font-weight: bold;*/
	background: url(/yz/static/common/images/icon_tag_user.gif) no-repeat;
	/*min-height: 20px;*/
	/*height: 20px;*/
}
.news_tag_title {
	background:transparent url(/yz/static/common/images/icon_tag_user_mini.gif) no-repeat scroll 0 2px;
	padding:1px 1px 1px 20px;
}


.news_tag_text
{
line-height:1.4em;
}
#taginput{
	display:inline;
}

/*
===== 4.lead ======
*/

#lead:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


#lead{
	/*border-top: solid 2px #989FAC;
	border-bottom: solid 1px #989FAC;*/
	margin: 4px 0px 12px 10px;
	padding:2px 4px 0px 8px;
	/*color: #006633;*/
	background: #FFFBEF;
	display: inline-block;

	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}


.sum_img{
	background: url(/yz/static/common/images/sum_img_bg.gif) no-repeat;
	width:133px;
	height:101px;
	padding: 8px 2px 0px 2px;
	float:right;
	margin: 0px 0px 0px 10px;
}

#lead p{
	padding: 0px 0px 0px 0px;
	font-size:90%;
	line-height: 1.5;
	text-align:justify;
	text-justify: inter-ideograph;
}



/* Holly Hack Targets IE Win only \*/
 * html #lead {height: 1%;}
#lead {display: block;}
/* End Holly Hack */

/* 
.sum_img{
	background: url(/yz/static/common/images/sum_img_bg.gif) no-repeat;
	width:133px;
	height:106px;
	padding: 8px 2px 0px 2px;
	float:right;
	margin: 0px 0px 0px 10px;
}

*/

/*
===== 5.article ======
*/

#article{
	margin: 0px 0px 20px 10px;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

/*
#article h2{
	clear: both;
	display: block;
	margin: 0px 0px 1em 0px;
	padding:5px 5px 5px 7px;
	color: #006633;
	font-size:100%;
	line-height: 1.5;
	background: #FEFEFE url(/yz/static/common/images/article_t2_bg.gif) repeat-x top;
	border-left: solid 16px #ACD34F;
	border-bottom: dotted 1px #aaaaaa;
}
*/

#article h2{
	clear: both;
	display: block;
	margin: 0px 0px 1em 0px;
	padding:5px 5px 5px 7px;
	color: #006633;
	font-size:100%;
	line-height: 1.5;
	border-left: solid 16px #ACD34F;
	font-weight:bold;
}




#article h3{
	clear: both;
	display: block;
	margin: 0px 0px 1em 12px;
	padding: 3px 6px 3px 6px;
	color: #006633;
	font-size:95%;
	line-height: 1.5;
	border-bottom: dotted 1px #aaaaaa;
	border-left: solid 5px #7BBE4F;
}
#article h4
{
	margin: 0px 0px 1em 12px;
	padding: 4px 8px 4px 10px;
	border-color:#EFEDED;
	border-width:0px 20px 0px 0px;
	border-style:double;
	background:#f7f7f7;
	font-size:90%;
	color:#666666;
}

#article h5
{
	margin: 0px 0px 1em 12px;
	padding: 4px 8px 4px 10px;
	font-size:90%;
	color:#666666;
	border-bottom: 1px dotted #aaaaaa;

}

#article p{
	margin: 0px 1em 1em 1em;
	color: #333;
	font-size: 90%;
	line-height: 1.6;
	text-align:justify;
	text-justify: inter-ideograph;
}

#article p.r{
	text-align: right;
}

.centerimg{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	/* for ie7 and firefox */
	clear:both;
}

.centerimg img{
	margin:4px auto 4px auto;
}
.centerimg a img{
	border: 1px solid #0066ff;
}

#article ul , #article ol{ 
	margin-bottom: 1.2em;
	margin-left: 4em;
	color: #333;
    font-size: 14px;
}
#article ul li 
{
	padding: 0px 0px;
	list-style: outside disc;
	line-height: 1.5em;
}
#article ol li 
{
	padding: 0px 0px;
    list-style-position: outside;
	line-height: 1.5em;
}

.caption{
	font-size: 80%;
	line-height: 1.5;
	color:#006633;
}

.caption_txt{
	font-size: 80%;
	line-height: 1.1;
	color:#666666;
	text-align:left;
	margin-left:20px;
	margin-right:20px;}
	
.section_title {
	display: block;
	color: #FF9900;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 3px;
	margin-top:3px;
}
.sectiontxt {
	border-bottom-width: 1px;
	margin-bottom: 3px;
	font-size: 80%;
}
.section {
	clear: both;
	display: block;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #F6F6EC;
	color: #333;
	font-size: 90%;
	line-height: 1.5;
	padding: 10px;
}

.back {	text-align: right;
}

#article td{
	color: #333;
	font-size:90%;
	line-height: 1.4;
	padding:3px
}

/*
===== 6.linkmenu ======
*/

#linkmenu{
	margin-bottom: 12px;
}

.linkmenu_sub 
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	/*line-height: 1.5;*/
	text-align:right;
}


.linkmenu_sub .current {
	background: #989FAC;
	color:#fff;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}


.linkmenu_sub img{
	vertical-align:middle;
}

.linkmenu_sub a{
	padding:1px 2px;
	font-weight: bold;
}

.linkmenu_sub a.linkmenu_img{
	background: #FFFFFF;
	padding:0;
}


/*
===== 7.profile ======
*/

.profile{
	margin: 0 0 12px 5px;
	padding:6px;
	background: #eeeeee;
	border: 1px solid #ccc;
	font-size:90%;
}


.profile .h2{
	color:#fff;
	background: #6EA938;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 4px;
}
.profileimg{
	float:left;
	margin: 0px 0px 8px 0px;
}

.profileimg img{
	border: 1px solid #ccc;
	margin: 0 4px 2px 0;
}

.profiletxt{
	margin-bottom: 1em;
}

.profiletxt p{
	padding: 0px 0 0 114px;
	font-size: 12px;
}
.profiletxt p.profilename{
	font-weight: bold;
	color:#c33;
}



.profile .profcontents
{
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 8px 8px;
}
.profile .profimg_l
{
	float:left;
	border: 1px solid #ccc;
	margin: 0px 8px 8px 0px;
}
.profile .proftitle
{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	line-height: 1.5;
}
.profile .proftxt
{
	margin: 0px 0px 4px 0px;
}


.profilesmall {
	font-size: 12px;
	line-height: 1.5;
	
}
.profilesmall ul li{
	font-size: 12px;
	list-style: outside disc;
	margin-left: 1.5em;
}


/*
===== 8.rating,comment2,trackback2 ======
*/


/*
===== trackback ======
*/
.tb_info
{
	font-size: 80%;
}

.tb_link{
	font-size: 80%;
	line-height: 1.5;
	text-align:right;
}

#tblist
{
	font-size: 12px;
}
#tblist .tb_item
{
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 4px 0px;
	background: url(/yz/static/common/images/bar-dot2.gif) repeat-x bottom;
}
#tblist .tb_title
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(/common/images/yaji_r.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#tblist .tb_excerpt
{
	margin: 0px 0px 0px 12px;
	line-height:1.3;	
}

/*
===== /trackback ======
*/
#trackback {
	font-size: 12px;
	margin-left: 1em;
}

/*
===== comment ======
*/
#cmt_list
{
	margin: 0px 0px 4px 10px;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	border-top: 0px solid #e0e0e0;
}
#cmt_list .cmt
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	line-height: 1.3;
	border:solid 0px black;
	background: url(/yz/static/common/images/bar-dot2.gif) repeat-x bottom;
}
#cmt_list .cmt .title
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(/common/images/yaji_r.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border:solid 0px black;
}
#cmt_list .cmt .icon
{
	margin: 0px 0px 4px 8px;
	padding: 0px 0px 0px 0px;
	float:left;
	border:solid 0px black;
}
#cmt_list .cmt .body
{
	margin: 0px 0px 4px 40px;
	padding: 0px 0px 0px 0px;
	border:solid 0px black;
}
#cmt_list .cmt .footer
{
	clear:both;
	text-align:right;
}
.comment_form
{
	margin: 0px 0px 16px 24px;
	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
	border: solid 0px black;
}
.comment_form .cmt_label, .comment_form .cmt_icon
{
	font-size: 12px;
}
.comment_form .cmt_icon {
	margin-bottom: 4px;
}

.comment_form input, .comment_form textarea
{
	font-size: 12px;
}
.comment_form .cmt_icon input
{
	margin: 0px 1px 0px 0px;
}
.comment_form .cmt_icon img
{
	margin: 0px 4px 0px 0px;
	border: solid 0px black;
	vertical-align: bottom;
}


.cmt_icon div.kao{
	display:block;
	float:left;
}
.cmt_icon div.kao input{
	float:left;
	margin-left:5px;
}
.cmt_icon div.kao01 {height:20px; width:20px; float:left; background:transparent url(/yz/static/common/images/icon_kao_all.gif) no-repeat scroll 0 0;}
.cmt_icon div.kao02 {height:20px; width:20px; float:left; background:transparent url(/yz/static/common/images/icon_kao_all.gif) no-repeat scroll -21px 0;}
.cmt_icon div.kao03 {height:20px; width:20px; float:left; background:transparent url(/yz/static/common/images/icon_kao_all.gif) no-repeat scroll -42px 0;}
.cmt_icon div.kao04 {height:20px; width:20px; float:left; background:transparent url(/yz/static/common/images/icon_kao_all.gif) no-repeat scroll -63px 0;}
.cmt_icon div.kao05 {height:20px; width:20px; float:left; background:transparent url(/yz/static/common/images/icon_kao_all.gif) no-repeat scroll -84px 0;}
.cmt_icon div.kao06 {height:20px; width:20px; float:left; background:transparent url(/yz/static/common/images/icon_kao_all.gif) no-repeat scroll -105px 0;}
.cmt_icon div.kao07 {height:20px; width:20px; float:left; background:transparent url(/yz/static/common/images/icon_kao_all.gif) no-repeat scroll -126px 0;}
.cmt_icon div.kao08 {height:20px; width:20px; float:left; background:transparent url(/yz/static/common/images/icon_kao_all.gif) no-repeat scroll -147px 0;}
.cmt_icon div.kao09 {height:20px; width:20px; float:left; background:transparent url(/yz/static/common/images/icon_kao_all.gif) no-repeat scroll -168px 0;}
.cmt_icon div.kao10 {height:20px; width:20px; float:left; background:transparent url(/yz/static/common/images/icon_kao_all.gif) no-repeat scroll -189px 0;}


/*
===== /comment ======
*/




/*  */
#rating .txt						{float:left;}
#rating .result						{float:left; color:#CC3333;	font-size: 10pt;}
#rating .bar						{float:left; width:100px; height:10px; vertical-align:middle; background-image:url(/common/images/cc_back2.jpg); margin-top:3px;}
#rating .baravg						{float:left; width:0px;   height:10px; vertical-align:middle; background-image:url(/common/images/cc_ff.gif);}
#rating .col						{float:left; width:18px;  height:7px;  margin: 1px;}
#rating .col1						{float:left; width:17px;  height:7px;  margin: 1px; margin-left :2px;}
#rating .col5						{float:left; width:17px;  height:7px;  margin: 1px; margin-right:2px;}

#cmt_list .cmt .txt					{float:left; color:#999999; font-weight: bold; vertical-align:middle;}
#cmt_list .cmt .result				{float:left; color:#CC3333;}
#cmt_list .cmt .profile				{border-width:0px;}
#cmt_list .cmt .profile .button		{float:right;}
#cmt_list .cmt .profile .button img	{margin-top:1px; margin-bottom:1px;}
#cmt_list .cmt .profile .title		{float:left; font-weight:bold;  }
/*  */


/*
===== 9.parts ======
*/




/* article comment , preview*/
.art_attention
{
	margin: 0px 0px 8px 5px;
	padding: 4px 8px 4px 8px;
	border: solid 1px #0066aa;
	background-color: #F6F6EC;
	color: #CC3333;
	font-weight: bold;
	font-size: 80%;
	line-height: 1.5em;
}
.art_comment
{
	margin: 0px 0px 8px 0px;
	padding: 8px 8px 8px 8px;
	border: solid 1px #CC3333;
	background-color: #F6F6EC;
	font-weight: bold;
	font-size: 80%;
}
.art_comment_n
{
	margin: 0px 0px 8px 0px;
	padding: 8px 8px 8px 8px;
	border: solid 1px #CC3333;
	background-color: #F6F6EC;
	font-weight: normal;
	font-size: 90%;
	line-height: 1.5;
}



/*
===== paging ======
*/

.paging{
	margin: 8px 10% 20px 10%;
	/*border: solid 1px green;*/
}

.tbl_toc
{
	margin: 0px auto 8px auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	empty-cells: show;
	width: 100%;
}
.tbl_toc th
{
	color: White;
	font-size: 80%;
	font-weight: bold;
	background-color: #989FAC;
	text-align: left;
	padding: 2px 2px;
}


.tbl_toc td
{
	font-size: 80%;
	padding-left:0px;
	border-top: 1px solid #CCCCCC;
}
.tbl_toc td.current
{
	background:#F6F6EC url(/yz/static/common/images/yaji_r.gif) no-repeat scroll 0.1em 0.6em;
	border-top:1px solid #CCCCCC;
	font-weight:bold;
	padding-left:0px;
}


.tbl_toc div.link
{
	line-height: 1.8em;
	padding-left: 1em;
	display: block;
	width:5em;
	height:1em;
	float:left;
	text-align: center;
}
.tbl_toc div.h2
{
	line-height: 1.8em;
	padding-left: -6em;
}


.tbl_toc a
{
	background-color: #F7F7F7;
	display:block;
	width:100%;
}
.tbl_toc a:active ,
.tbl_toc a:hover  ,
.tbl_toc a:focus
{
	background-color: #DBDBDB;
	text-decoration: underline;
}


.pg_bar
{
	margin: 0px auto 10px auto;
	font-size: 90%;
	border-collapse: collapse;
}
.pg_bar_prev
{
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 100px;
}
.pg_bar_prev_none
{
	width: 70px;
	display: block;
	/*float:left;*/
}
.pg_bar_num
{
	display: block;
	text-align: center;
	vertical-align:bottom;
	line-height: 2.2em;
}

.pg_bar_num div{
	margin-right:10px;
	margin-left:10px;
	display: block;
	border: 0px solid #eee;
	height: 32px;
}

.pg_bar_num a
{
	font-weight: bold;
	padding: 6px;
	border: 1px solid #ccc;
}

.pg_bar_num .current
{
	color:#fff;
	font-weight: bold;
	padding: 6px;
	border: 1px solid #ccc;
	background: #669933;
}



.pg_bar_next
{
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 100px;
}
.pg_bar_next_none
{
	width: 70px;
	display: block;
	float:right;
}

.pg_bar_top
{
	margin: 0px 0px 8px 0px;
	text-align: right;
	font-size: 80%;
}
/*
===== /paging ======
*/

.copyright
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	text-align: right;
}

/*
===== listitem ======
*/

.listitem{
	margin-bottom: 10px;
	border: solid 0px black;
}


.listitem .listitemtext{
	margin: 0px 0px 4px 0px;
	border: solid 0px black;
}
.listitem .listitemtext_s
{
	font-size: 90%;
	margin: 2px 0px 4px 0px;
	padding:0px 0px 0px 18px; 
	/*border: solid 1px black;*/
	line-height: 1.2em;
	/*letter-spacing: 1px;*/
	background: url(/yz/static/common/images/b-newtitle.gif) no-repeat 0.1em 0.1em ;
}
* html .listitem .listitemtext_s {
	margin-bottom: 8px;
}




.listitem p{
	font-size: 90%;
	line-height: 1.5;
	padding: 0px 0px 2px 0px;
}

.listitem .newslink{
	font-size: 80%;
	line-height: 1.5;
	padding: 0 0 10px 26px;
}

.listitem .date{
	color:#666666;
	background: url(/yz/static/common/images/b-note.gif) no-repeat 0 0.1em ;
	padding: 1px 6px 1px 14px;
}
.listitem .date_s{
	color:#666666;
	padding: 0px 0px 0px 8px;
	font-size: 80%;
	font-weight: normal;
}

.listitem .link{
	color:#ff7f00;
	background: url(/yz/static/common/images/b-02.gif) no-repeat 0 0.2em ;
	padding: 1px 0 1px 12px;
}

.listitem .newsauthor{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	line-height: 1;
	text-align: right;
	border: solid 0px black;
}
.listitem .newsthumnail{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	line-height: 1;
	float: right;
	border: solid 1px black;
	width: 100px;
	height: 60px;
}
img.thumb_r{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
	border: solid 1px black;
	width: 100px;
	height: 60px;
	display: block;
}


.listitem .rating{
	color:#ff7f00;
	padding: 1px 0px 1px 0px;
	border: solid 0px black;
}


/*
===== /newcontents ======
*/


.head {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DEDBD6;
	display: block;
	float: left;
}

/* rating */
#siterating form		{margin-top:2px; margin-right:0px; margin-bottom:0;}
#siterating .txt		{float:left;}
#siterating .result		{float:left; color:#CC3333;	font-size: 10pt;}
#siterating .bar		{float:left; width:100px; height:10px; vertical-align:middle; background-image:url(/yz/static/common/images/cc_back2.jpg); margin-top:3px;}
#siterating .col		{float:left; width:18px;  height:7px;  margin: 1px;}
#siterating .col1		{float:left; width:17px;  height:7px;  margin: 1px; margin-left :2px;}
#siterating .col5		{float:left; width:17px;  height:7px;  margin: 1px; margin-right:2px;}
#siterating img			{border-width:0px;}
#siterating span		{border-left: 0px solid red; padding:0;}
/* /rating */

/* author input */
input#title {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px;
	background-image: none;
	border: solid 1px #999999;
}


.tbl_toc td.headlinesyahoo{
	margin : 5px 0px;
	padding: 5px 0px;
	float: left;
}

a.headlinesyahoo:link ,
a.headlinesyahoo:visited{
	font-size  : 11pt;
}

.richlink {
	border:1px solid #CCCCCC;
	display:block;
	letter-spacing:1px;
	margin-left:auto;
	margin-right:auto;
	width:456px;
	background-image: url(/yz/static/common/images/logo_fresheye.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 100%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
/*	border: 1px solid #7DAA06;
	padding-bottom: 5px;
	font-size: 100%;
	letter-spacing: 1px;
	display: block;
	width: 468px;
	margin-right: auto;
	margin-left: auto;*/
}

.richlink h3 {
	color:#CCCCCC;
	font-size:10px;
	position:relative;
	font-weight: normal;
	margin: 0;
	padding: 0px;
	
/*	font-size: 75%;
	color: #578932;
	position: relative;
	background-image: url(/yz/static/common/images/richlink_yz.png);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7DAA06;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;
	padding-top: 3px;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 5px;*/
}

.richlink h3 a{
	color:#999999;
	font-weight:normal;
	left:365px;
	letter-spacing:0;
	padding:0;
	position:absolute;
	font-size: 10px;
	
/*	position: absolute;
	top: 2px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0pt;
	color: #999999;
	left: 360px;
	padding: 0px;*/
}

.richlink a {
	font-size:75%;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	
/*padding: 0.5em; font-size: 75%;*/
}
