@charset "utf-8";


/*browser format style-------------------------*/

html {
    overflow-y:scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	/*color: #FFFAFA;*/
	color:#f5f5f5;
}

fieldset,img{
	border: 0;
}
abbr,acronym{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
h1{
	font-size:9px;
	color:#333;	
}
body {
	font-size: 0.8em;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #333;
	background-color: #000000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	text-decoration: underline;
	color: #FFFAFA;
}
a:visited {
	text-decoration: underline;
	color: #C0C0C0;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#pricenavi {
	clear: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #FFFAFA;
	font-size: 0.8em;
}
hr {
	border-bottom:1px sold #fff;
}
img {
border: 0px;
}
/*
table {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	text-align:left;
	border-collapse: separate;
	border-spacing: 0px;
}
td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

*/
