@charset "utf-8";

/* ======================================================
(C)フジテレビ CSS Document 
	default.css
====================================================== */

/* ----------------------------------------------
reset */

body,div,td,p,ul,ol,dl,dt,dd,img,form,h1,h2,h3,h4,h5,hr{margin:0;padding: 0;border: none;font-style: normal;text-align: left;word-break:break-all;}
body {font-family:"Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","arial",sans-serif;font-size:75%;line-height:133%;color: #333333;background:#FFF5DE; text-align:center; -webkit-text-size-adjust: none;}

/*  固定画像を配置したい場合は以下を使う
body {font-family:"Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","arial",sans-serif;font-size:75%;line-height:133%;color: #333333;background:#7fceda; text-align:center; background-image: url(../../images/ban_imatubu.jpg); background-repeat:no-repeat;}
 */

h1,h2,h3,h4,h5,h6{font-size:100%;line-height:100%;word-wrap:break-word;}
input{margin:0;padding:0;font-size:100%;}
table {border-collapse: collapse;font-size:100%;}
th,td{border-collapse: collapse;}
ul,ol{list-style-type: none;}
/*リンク色*/
a:link { text-decoration:none; color:#0066cc; }
a:visited { text-decoration:none; color:#0066cc; }
a:hover { text-decoration:underline; color:#0066cc; }
a:active { text-decoration:none; color:#0066cc; }
/* ----------------------------------------------
汎用的 */

/* text */
.tCecter{ text-align:center;}
.tLeft{ text-align:left;}
.tRight{ text-align:right;}
/* box FLOAT */
.fLeft{ float:left;}
.fRight{ float:right;}
.clear{ clear:both; float:none; height:0px; line-height:0px;}
/* 透過PNG用 */
img, div{ border:0; behavior:url(/javascripts/iepngfix.htc);}
/* .iepngfix {behavior: expression(IEPNGFIX.fix(this)); } */
p,dd{text-align: justify;text-justify: inter-ideograph;}

hr{ background:url(../images/icon_bar2.gif) repeat-x left top; border:0; height:3px; clear:both; float:none; width:98%; margin:0 auto;}
/* IE6 */ *html hr{ border:none;border-top:dashed 1px #CCCCCC;height:1px;color:#FFFFFF;width:98%; margin:0 0 0 10px;}
/* IE7 */ *+html hr{ border:none;border-top:dashed 1px #CCCCCC;height:1px;color:#FFFFFF;width:98%; margin:0 0 0 10px;}
