@charset "Shift_JIS";
html{font-size:100%;height:100%;}
body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
body{
	height: 100%;
	font-size: 12px;
	line-height: 1.5;
	text-size-adjust: 100%;
	color: #fff;
	background: #000 url("../commonimg/body-bg.jpg") 0 0 repeat-x;
}
* html body {
    font-size: 75%;/* for IE6 */
}

*:first-child+html body {
    font-size: 75%;/* for IE7 */
}

*html body{
	text-align: center;
}
a{
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: underline!important;
	color: #36f!important;
}
em{
	font-weight: bold;
}
img{
	border: none;
}
address,em{
	font-style: normal;
}
table{
	border-collapse: collapse;
	font-size: inherit;
}
#wrapper{
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	overflow: hidden;
}
.section{margin:0 0 20px;width:600px;overflow:hidden;}
.clr{clear:both;}
.n-bdr{border:0!important;}
.noitem{border:0!important;background:transparent!important;}
.emptycol{border:0!important;background:transparent!important;}
.hide{visibility:hidden;}
#err-msg{clear:left;padding:20px;}
#err-msg a{color:#fff;text-decoration:underline;}