@charset "utf-8";

/* リセット
---------------------------------------*/
* {
	font-size: 100%;
	list-style: none;
}
html{
	height: 100%;
	overflow: auto;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,ul,li,p,em,strong {
	font-style: normal;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: middle;
}

/* body設定
---------------------------------------*/
body {
	height: 100%;
	text-align: center;	/* for WinIE6*/
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FFF;
	color: #434343;
}

/* contents
---------------------------------------*/
#wrapper {
	width: 950px;
	width: 100%;	/* for WinIE6・7*/
	margin: 0 auto;
}
#contents {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
