@charset "shift_jis";

/* ====================================================================

   Style Info: ブラウザスタイルのリセットと基本設定 
 
==================================================================== */

body,div,p,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
pre,form,input,textarea,select,iframe {  
    margin:0; padding:0;  
	} 

img { border:0; }  
hr { display:none; } 

/* ----- フォント設定（IE7・8のみメイリオ） ----- */

body,th,td { font-family:'ＭＳ Ｐゴシック',sans-serif; } /* IE6以前 */ 

*:first-child+html body, *:first-child+html th, *:first-child+html td,
head~/* */body, head~/* */body th, head~/* */body td {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	} /* IE7・8 */  

html:not(:target) body, html:not(:target) th, html:not(:target) td {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	} /* モダンブラウザ */ 


/* ----- フォントカラー・リンク ----- */

body { color:#191919; }

a:link { color:#0066cc; }
a:visited { color:#0066cc; }
a:hover { color:#19b4ff; text-decoration:none; }

/* ----- フォーム ----- */

form label { cursor:pointer; }

/* ----- acc ----- */

#acc { display:none; }

