
/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
■名前：reset_css_shikisai
■更新日：2009.03.25
■用途：ブラウザ初期値をリセットするためのCSS



■メモ....yahooのリセットファイルに変更(2009.04.03)

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 */
 




/* 
___________________________________________________________________________________________________
 */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 

margin:0; 
padding:0; 
} 



/* 
_______________________table(表作成要素)_________________________________
 */

table { 

border-collapse:collapse;
border-spacing:0; 
}

/* 
_______________fieldset(フォーム入力)、img(イメージ)_____________________
 */
 
fieldset,img {

border:0;
}

/* 
___________________________________________________________________________________________________
 */
 
address,caption,cite,code,dfn,em,strong,th,var {

font-style:normal;
font-weight:normal; 
}


/* 
_____________________Ol(数字付きリスト)、ul(数字なしリスト)___________________
 */

ol,ul { 

list-style:none;
}


/* 
___________________________________________________________________________________________________
 */
 
caption,th{

text-align:left;
}

 
 /* 
___________________________________________________________________________________________________
 */
 
h1,h2,h3,h4,h5,h6{

font-size:100%;
font-weight:normal;
} 
 

 /* 
___________________________________________________________________________________________________
 */
 
q:before,q:after{

content:'';
} 
 
 
 
 /* 
___________________________________________________________________________________________________
 */
  
abbr,acronym{

border:0;
}


 /* 
___________________________________________________________________________________________________
 */
 
 
  /* 
___________________________________________________________________________________________________
 */
 
 
  /* 
___________________________________________________________________________________________________
 */