@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html,body{
	height: 100%;	
	width: 100%;
}

body{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background: #1e1e1e;
	color: #efefef;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

ul, ol{
	list-style: none;
}

img{
	border: none;
	vertical-align: bottom;
}

a:link, a:visited, area{
	color: #ffffff;
	outline: none;
}
a:hover, a:active{
	text-decoration: none;
}

header, nav, article, aside, section, figure, footer{
	display: block;
}

article#wallpaper{
	margin: 0 auto;
	width: 320px;
	overflow: hidden;
}

header{
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

.hide{
	display: none;
	text-indent: -9999px;
}

.importantMsg{
	color: #ff0000;
	font-weight: normal;
}

.ie7_class6{
	height:0 !important;
}