@charset "utf-8";

/* CSS Document */
/* リセット
**************************************************************/
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;
}

form,
fieldset,
input,
textarea,
select {
	vertical-align: middle;
}

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

img {
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:12px;
	font-weight:normal;
	line-height: 1em;
}

abbr,
acronym {
	border:0;
}

body {
	color: #333333;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li img {
	vertical-align: bottom;
}

hr {
	display: none;
}

a {
text-decoration: none;
}

/*IE6、IE7改行バグ回避*/
br {
	letter-spacing: 0;
}
