/*全項目*/
* {
  font-family: "Hiragino Mincho Pro" !important;   /*ヒラギノ。Safariでは日本語での指定不可?  MS 明朝 → "\FF2D\FF33\20\FF30\660E\671D" でもだめ */
  color:#004 !important;   /* 6桁での色指定は不可 */
  line-height: 200% !important; /* 行間を大きく */
  background-image: none !important; /* 背景画は削除 */
//  background-color:transparent !important; /* ボタンがグラス調でなくなるのでコメント化。ほんとはつけたい。。 */
 }
 
/* 背景は白 */
 body {
 	background-color:#ffffff !important; 
 }

/* 別窓はNWと表示(NewWindowの意味) */
[target="_blank"]:after {
  content: "NW";   color: #000055;   background-color: #8888ff;
}

/*safariでみれないtitleを表示*/
[title]:after {
  content: "(" attr(title) ")";
}
a[title]:after, hr[title]:after {
  content: "";
}
/*引用符が欠けるのを防止*/ 
q[title]:after {
  content:  close-quote "(" attr(title) ")";
}

/* Aタグ*/
a:link{text-decoration:none !important;}
a:visited{text-decoration:none !important;} 
a:hover {
text-decoration:underline !important;
color:red !important;
}

/* IDによる広告消し */
*#square,
*#logoline,
*#rectangle,
*#promoarea,
*#uhd,
*#masthead,
*#toptxt,
*#brandpanel,
*#enquete,
*#footer {
 display: none !important;
 }

/*要素とサイズによる広告消し */
iframe[width="120"][height="600"], a img[width="120"][height="600"],
iframe[width="125"][height="600"], a img[width="125"][height="600"],
iframe[width="150"][height="100"], a img[width="150"][height="100"],
iframe[width="150"][height="600"], a img[width="150"][height="600"],
iframe[width="160"][height="600"], a img[width="160"][height="600"],
iframe[width="180"][height="150"], a img[width="180"][height="150"],
iframe[width="300"][height="250"], a img[width="300"][height="250"],
iframe[width="336"][height="280"], a img[width="336"][height="280"],
iframe[width="450"][height="45"],  a img[width="450"][height="45"],
iframe[width="460"][height="60"],  a img[width="460"][height="60"],
iframe[width="468"][height="60"],  a img[width="468"][height="60"],
iframe[width="468"][height="61"],  a img[width="468"][height="61"],
iframe[width="468"][height="68"],  a img[width="468"][height="68"],
iframe[width="470"][height="62"],  a img[width="470"][height="62"],
iframe[width="480"][height="60"],  a img[width="480"][height="60"],
iframe[width="486"][height="60"],  a img[width="486"][height="60"],
iframe[width="728"][height="90"],  a img[width="728"][height="90"],
iframe[width="730"][height="92"],  a img[width="730"][height="92"] {
	display: none !important;
}