@charset "UTF-8";

/* ****************************************************
 * Style's URL: http://www.defg.jp/css/reset.css
 * Description: ブラウザのスタイル初期化
 * ****************************************************
 */

/* ブラウザのスタイル初期化（YUI改良）
======================================================*/

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.   
Code licensed under the BSD License:   
http://developer.yahoo.net/yui/license.txt   
version: 0.10.0   
*/

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
hr,
form,input,fieldset,
p,blockquote,
th,td {
  margin:0;
  padding:0;
} 
  
table {
  border-collapse:collapse;
  border-spacing:0;
}
caption {
  text-align:left;
}
th {
  vertical-align:top;
	font-weight:normal;
  text-align:left;
}
td {
  vertical-align:top;
}

ol,ul {
  list-style:none;
}

h1,h2,h3,h4,h5,h6 {
  font-size:100%;
}   

fieldset {
  border:0;
}
input { /* IE対策 */
  _margin:-1px 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}   
q:before,q:after {
  content:'';
}


/* おまじない
======================================================*/
strong {
  font-weight:bold;
}
a img {
  border:none;
}
img {
  vertical-align:bottom;
}
