@charset "utf-8";
/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, brockquote, pre, table, caption, th, td, address, form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}
h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	line-height:0;
}
a, ins {
	text-decoration: none;
}
address, em, cite, dfn, var {
	font-style: normal;
}
input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}
img {
	vertical-align: baseline;
	margin:0;
	padding:0;
}
a img {
	border: none;
}
/* Setting */

html {
	overflow-y: scroll;
	height: 100%;
	margin-bottom: 1px;
	background:url(../images/bk.jpg) repeat-x;
	background-color:#000;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}
fieldset {
	border: 0;
}
input {
	_margin: -1px 0;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -4px
}
sub {
	top: 4px
}
ul {
	list-style-position: outside;
	list-style-type: none;
}
ol {
	list-style-position: outside;
}
table {
	border-collapse: collapse;
}
legend {
	color: #333;
}

