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

CSS Information

 File name:      default.css

 Style Info:     デフォルトのスタイルのリセット及び基本設定

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style:normal;
}

html{
	overflow-y: scroll;
}

body {
	behavior: url("js/csshover2.htc");
	font-size:small;
	font-style:normal;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
}

ul, ol{
	list-style:none;
}

input, textarea, select, option{
	margin:1px;
	padding:2px 5px;
	line-height:1;
}

table, pre, code, select, input, textarea, kbd, var, ins, del, samp, h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

img{
	border:none;
	vertical-align: bottom;
	line-height:1;
}

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

iframe{
	border:solid 1px #CCCCCC;
}

br {
	vertical-align: middle;/* FFで改行あるなしで高さが微妙に変わるのを回避 */
}

a {
	cursor: pointer;
}



