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

* { font-size:12px; font-style:normal; line-height:1.4; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; margin:0; padding:0; border:0; }

/* link --------------------------------------------------------------------*/
a:link    { color:#CCBC9B; text-decoration:none; outline:none; }
a:visited { color:#CCBC9B; text-decoration:none; outline:none; }
a:active  { color:#CCBC9B; text-decoration:underline; outline:none; }
a:hover   { color:#CCBC9B; text-decoration:underline; outline:none; }

/* float --------------------------------------------------------------------*/
.fl    { float:left; }
.fr    { float:right; }
.clear { clear:both; }

/* color --------------------------------------------------------------------*/
.color1 { color:#CCC; }
.color2 { color:#CCBC9B; }

/* etc --------------------------------------------------------------------*/
img   { margin:0; padding:0; border:0; }
p     { line-height:1.4; margin:0; padding:0; border:0; }
td    { font-size:12px; line-height:1.4; }
ol,ul { margin:0; padding:0; }
li    { list-style:none; }

/* iframe_news --------------------------------------------------------------------*/
.body_news { color:#CCC; background:#000; text-align:left; margin:10px; }
.news_b { margin-bottom:20px; padding-bottom:20px; border-bottom:1px dotted #666; }
.news_b img { max-width:200px; }
.news_tt { color:#CCBC9B; line-height:2; margin-bottom:5px; padding-left:10px; border-left:5px solid #CCBC9B; border-bottom:1px solid #CCBC9B; }
.news_date { color:#666; text-align:right; margin-bottom:10px; }
.news_pager { color:#333; }

