@charset "utf-8";

/*---------------------------------------------
Reset Style
Version 1.0.0

Last Update: 2009.5.15
---------------------------------------------*/

*    { margin: 0px; padding: 0px; font-size: 100%;	zoom: 1; }
/*body { color: #333; font-size: 65%; line-height: 1.5em; font-family: 'メイリオ',Meiryo,"ＭＳ Ｐゴシック", sans-serif; text-align: center; background: url(/images/bg_body.gif) repeat-x top #fff; }*/
body { color: #333; font-size: 75%; line-height: 1.5em; font-family: "ＭＳ Ｐゴシック", sans-serif; text-align: center; background: url(/images/bg_body.gif) repeat-x top #fff; }
/*	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */

hr   { display: none; }
img  { border: none; background: transparent; }

ul, ol    { list-style: none; }

table { border-collapse:collapse;}

/*
p, li, dt, dd,
th, td    { letter-spacing:1px;  }
*/

a         { overflow: hidden; }
a:link    { color: #F60; text-decoration:none; }
a:visited { color: #C90; text-decoration:none; }
a:hover, 
a:active  { color: #F60; text-decoration: underline; }

em, address { font-style: normal;}
fieldset    { border: none;}
legend      { display: none;}

input, select, textarea { font-size: 100%;}
textarea { height: 180px; }
label    { cursor: pointer;}
