@charset "utf-8";
/* CSS Document */

/* core	================================================	*/
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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 18px;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

html {
	height: 100%;
}

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック",sans-serif ;
	background:#ffffff;
	width:100%;
	font-size:12px;
	color:#363530;
	height: 100%;
}

#wrapper{
	position:absolute;
	width:100%;
}
/*
#contents{
	width:1000px;
	margin:auto;
	position:relative;
}*/