@charset "utf-8";

/*-----リンク-----*/
a, a:link, a:visited, a:hover{
display         :inline;
color           :#808080;
background-color:#ffffff;
font-size       :18px;
}

/*-----大枠-----*/
#wrapper_div_center{
width     :97.5%;
margin    :0 auto;
background:#ffffff;
}

/*-----左メニューと漫才コンテンツを囲むテーブル-----*/
#table_main{
width     :100%;/*ツヨシ＆ヨシノブ用に拡大*/
background:#ffffff;
}

/*-----左メニュー-----*/
#table_left{
width     :100%;
margin    :0 auto;
position  :relative;
background:#ffffff;
opacity   :0.8;
}

#table_left table{
line-height:2;
}

/*-----漫才コンテンツ-----*/
#div_main{
float     :right;
background:#ffffff;
margin-top:-15px;
}

/*-----テーブル-----*/
.table_sub{
width      :100%;
background :#808080;
margin     :20px 0px 20px 0px;
line-height:1.5;
}

.table_sub td{
padding   :10px;
background:#ffffff;
}

/*-----フォント-----*/
#td_string_white{
font-size  :16px;
font-weight:normal;
color      :#ffffff;
margin     :0px;
}

.font2_gray{
font-size:16px;
color    :#808080;
}

.font2_white{
font-size:16px;
color    :#ffffff;
}