@charset "euc-jp";

/* ===================================================================
リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {overflow-y:scroll;}
*+html>/**/body {overflow:inherit;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;	padding:0;}
body {line-height:1.0;}	
h1,h2,h3,h4,h5,h6 {font-weight:normal; font-size:100%;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;font-weight:normal;}
hr {display:none;}
img,abbr {border:0;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
* html input,* html textarea,* html select{font-size:100%;}
/**=3
 * ========================================
 * フォーム要素(CSS3) 
 * ========================================
 */
input[type="radio"], 
input[type="checkbox"]
{vertical-align: middle;}