@charset "utf-8";
/*CSS Document */
/***
 * @Auth  Yamaguchi              [ ? ]
 * @Site                         [ TCg ]
 * @USAGE                        [ CAEg{g?pID?Xg ]
 *  -- #body
 *  -- #content
 *  -- #header
 *  -- #gnavi
 *  -- #footer
 ***/
 
 /**-----------------------------------------------------------------------------
 *body
 ----------------------------------------------------------------------------**/
 body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,
ol,ul,li,fieldset,pre,from,fieldset,blockquote {
 margin:0;
 padding:0;
}

img {
 vertical-align:bottom;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd, em,
caption, img, form {
 border: none;
 font-style: normal;
 font-weight:normal;
 font-size: 13px;
 text-align: left;
 list-style-type: none;
 line-height:1.5;
}

body {
font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","MS P Gothic","ＭＳ Ｐゴシック","sans-serif";
font-size:93%;
}


