	/* 越後製菓様ふんわり名人FANSITE news.php設定CSS 　制作：2007.08.09 t.ohe*/





/*　ニュースエリア設定
-----------------------------------------------*/


/*新着ニュース タイトル*/
h3{
display:block;
background:url(../news/img/title_h3.gif) top left no-repeat;
margin:0;
padding:0;
width:830px;
height:30px;
}



/*新着ニュース 記事ブロック外枠*/
.section{
width:600px;
margin:20px auto 40px auto;
padding:10px;
border: solid #CCCCCC 1px;
}


.section:after {/*画像はみだしを裏技で解決*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.section{/*画像はみだしを裏技で解決 winIE用記述*/
	display: inline-table;
	}	
/*Mac用記述*/
*html .section{height: 1%;}
.section{display: block;}		
/*Mac用記述-end*/



/*新着ニュース 記事ブロック日付*/
.date{
margin:10px 0px 5px 0px; 
font-size:small;
font-weight:bold;
}

/*新着ニュース 記事ブロックタイトル*/
.title{
display:block;
background:url(../img/title_bg_01.jpg) top left no-repeat;
background-color:#EFECE1;
height:22px;  
margin:0;
padding:10px 0px 1px 45px;
font-weight:bold;
color:#663300;
}


/*新着ニュース 記事ブロック記事*/
.comment{
margin:0px 5px 5px 5px;
margin-right:5px;
font-size:small;
}


/*新着ニュース コメント＆トラックバック枠*/
.tb_com{
margin:20px 5px 5px 5px;
padding:3px;
border-top:#CCCCCC dotted 1px;
}


.tb_com:after {/*画像はみだしを裏技で解決*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.tb_com{/*画像はみだしを裏技で解決 winIE用記述*/
	display: inline-table;
	}	
/*Mac用記述*/
*html .tb_com{height: 1%;}
.tb_com{display: block;}		
/*Mac用記述-end*/




/*新着ニュース トラックバック*/
.tb_count{
background:url(../img/icon_s_tb.gif) top left no-repeat;
width:80px;
padding:0px 0px 0px 20px;
margin-right:10px;
float:right;
}

/*新着ニュース コメント*/
.comment_count{
background:url(../img/icon_s_com.gif) top left no-repeat;
width:90px;
padding:0px 0px 0px 17px;
margin-right:10px;
float:right;
}





/*　ニュースエリア詳細　コメントエリア
-----------------------------------------------*/

/*コメント　記事枠*/
.c_section{
width:560px;
margin:3px auto;
padding:10px;
border-bottom: dotted #CCCCCC 1px;
}

.c_section:after {/*画像はみだしを裏技で解決*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.c_section{/*画像はみだしを裏技で解決 winIE用記述*/
	display: inline-table;
	}	
/*Mac用記述*/
*html .c_section{height: 1%;}
.section{display: block;}		
/*Mac用記述-end*/


/*コメントリスト大タイトル*/
.c_list_title{
margin:0px 0px 10px 0px;
padding:4px 4px 4px 10px;
font-weight:bold;
color:#330000;
font-size:small;
background:#EFECE1;
border-top:#CFC6A7 solid 5px;
}



/*コメント記事タイトル*/
.comment_title{
margin:10px 0px;
padding:0px;
font-size:small;
font-weight:bold;
color:#330000;
}

/*コメント名前*/
.comment_name{
float:right;
margin:3px 15px 3px 0px;
width:340px;
text-align:right;
}

/*コメント日時*/
.comment_date{
width:100px;
float:right;
text-align:right;
margin:3px 0px 3px 0px;
}

/*コメントHP＆MAIL*/
.comment_hp_mail{
width:70px;
float:right;
text-align:center;
margin:3px 0px 3px 0px;
}


/*　フォーム部分
-----------------------------------------------*/
/*フォーム項目*/
.form_text01{
margin:3px 15px 3px 0px;
padding:2px;
width:80px;
background-color: #E1CFC4;
}

/*フォーム入力*/
.form_in{
margin:3px 15px 3px 0px;
padding:2px;
width:400px;
float:right;
}


/*フォーム外枠*/
.commentform{
margin:10px auto;
padding:2px;
width:400px;
}


/*コメントタイトル*/
.c_form_title{
margin:10px auto;
padding:5px;
width:400px;
font-size:small;
font-weight:bold;
color:#ffffff;
background-color:#FF9900;
}


/*フォーム送信エリア*/
.submit{
margin:10px auto;
padding:2px;
width:400px;
text-align:center;
}



/*　トラックバックキャンペーン各ブログＴＢ一覧
-----------------------------------------------*/


/*トラックバック タイトル*/
.tb_title{
margin:0px 0px 10px 0px;
padding:4px 4px 4px 10px;
font-weight:bold;
color:#330000;
font-size:small;
background:#EFECE1;
border-top:#CFC6A7 solid 5px;
}



/*トラックバック 各ブログＴＢ一覧*/
.tb_section_in{
margin:7px 0px 20px 0px;
padding:5px;
background-color:#ffffff;

}

.tb_section_in:after {/*画像はみだしを裏技で解決*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.tb_section_in{/*画像はみだしを裏技で解決 winIE用記述*/
	display: inline-table;
	}	
/*Mac用記述*/
*html .tb_section_in{height: 1%;}
.tb_section_in{display: block;}		
/*Mac用記述-end*/





/*アイテムタイトル*/
.item_title{
margin:0px;
padding:3px 3px 3px 8px;
background-color:#FFF0E0;
border-left:#990000 solid 7px;
color:#663300;
}


/*アイテム本文*/
.item_comment{
margin:0px 0px 5px 0px;
padding:2px 12px 2px 16px;
}


/*ブログタイトル*/
.blog_title{
margin:0px;
padding:0px 5px;
float:right;
}


/*アイテム日時*/
.item_date{
margin:0px;
padding:0px 5px;
float:right;
}


/*コメント無し*/
.empty{
margin:7px 0px;
padding:5px;
}


/*トラックバック 記事本文*/
.tb_url{
margin:40px 5px 5px 5px;
padding:2px 2px 4px 30px;
background:url(../campaign/img/icon_tb.gif) center left no-repeat;
border-bottom:#CCCCCC dotted 1px;
border-top:#CCCCCC dotted 1px;
color:#660000;
}
