/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,table,td { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
a img {border-style:none; border: 0px;}
td {border: 0px;}

ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; border: 0px;}

/* TYPE */
/*
body {
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	background-color:#FFFFFF;
	color:#333333;
	height: 100%;  
	overflow: auto;  
}
*/
body {
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	background-color:#FFFFFF;
	color:#333333;
}

a { color: #000099;}
a:link, a:visited, a:active { text-decoration: underline;}
a:hover { text-decoration: underline; color: #0055FF;}
strong, b { font-weight: bold; }

/* LAYOUT */
/*
* img, div, td {
	behavior: url("resources/iepngfix.htc");
}
*/
