@charset "utf-8";

/*------------------------------------------------------------------------------

[ファイル名]reset.css

[概要]各種要素のデフォルト設定リセット用

[目次]
・各種リセット

[メモ]※html,及びbodyにborder: none;を指定するとthickbox@IE6で表示が崩れる

[最終更新日]March 6, 2009;

------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

各種リセット

------------------------------------------------------------------------------*/
html,
body{
margin: 0;
padding: 0;
/*background: transparent none no-repeat scroll left top;*/
/*border: none;*/
font-size: 100%;
font-style: normal;
font-weight: normal;
text-decoration: none;
text-indent: 0;
}

div,span,
table,thead,tbody,caption,tr,th,td,
form,fieldset,legend,label,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
dl,dt,dd,
p,
blockquote,q,
pre,
img,
a,
strong,em,strike,i,u,sup,sub,
address,
map,area,
abbr,acronym
{
margin: 0;
padding: 0;
/*background: transparent none no-repeat scroll left top;*/
border: none;
font-size: 100%;
font-style: normal;
font-weight: normal;
text-decoration: none;
text-indent: 0;
list-style-type: none;
}

a{
outline: none;
}

hr{
display: none;
}

br{
letter-spacing: 0;
}

sup{
vertical-align: top;
font-size: 60%;
}
sub{
vertical-align: bottom;
font-size: 60%;
}