	/* 越後製菓様ふんわり名人FANSITE campaign.php設定CSS 　制作：2007.08.17 t.ohe*/




/*　トラックバックキャンペーンページ設定
-----------------------------------------------*/

/*基本リンク*/
.tb_list a:link {color:#ffffff; text-decoration:underline}
.tb_list a:visited {color:#ffffff; text-decoration:underline}
.tb_list a:hover {color:#990000; text-decoration:underline}



/*ブログ タイトル*/
#mainbox h3{
display:block;
background:url(../campaign/img/title_h3.gif) top left no-repeat;
margin:0;
padding:0;
width:830px;
height:30px;
}

/*ブログ メイン画像*/
#main_img{
margin:0px 0px 10px 0px;
padding:0;
}


/*ブログ 登録ボタン＆ＰＲ外枠*/
#bt_box{
width:640px;
margin:0px 0px 50px 0px;
padding:0;
text-align:center;
}

/*ブログ 登録ボタン＆ＰＲ画像調整*/
#bt_box img{
margin:0px 10px 0px 10px;
padding:0;
}




/*トラックバック 記事ブロック*/
.tb_section{
margin:0px 0px 40px 0px;
padding:10px;
border:#CFC6A7 solid 1px;
}

/*トラックバック タイトル*/
.tb_section .title{
display:block;
background:url(../img/title_bg_03.jpg) top left no-repeat;
background-color:#EFECE1;
height:22px;  
margin:0;
padding:10px 0px 4px 60px;
font-weight:bold;
color:#663300;
}


/*トラックバック 記事本文*/
.tb_section .text{
margin:5px 0px 0px 0px;
padding:8px;
}


/*トラックバック 記事本文*/
.tb_section .tb_url{
margin:20px 5px 5px 5px;
padding:2px 2px 4px 30px;
background:url(../campaign/img/icon_tb.gif) center left no-repeat;
background-color:#ffffcc;
font-weight:bold;
color:#660000;
}


/*トラックバック 一覧リンク*/
.tb_section .tb_list{
width:150px;
margin:10px auto;
padding:7px;
background-color:#ff9900;
font-weight:bold;
color:#000000;
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;
clear : both ;
}


/*コメント無し*/
.empty{
margin:7px 0px;
padding:5px;
}
