/* default.css ??? ?????? ?? ????????? */
html, body, h1, h2, h3, h4, h5, h6, p, a, img, table, ul, ol, li, form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width:  1000px;
}
/* \*/
* html body {
	text-align:  center;
}
/* */
a:link, a:visited {
	text-decoration:  underline;
}
a:hover, a:active {
	text-decoration:  none;
}
.width {
	background: #FFF url(../images/bbg.gif) repeat-y right top;
	margin:  0 auto;
	width:  1000px;
}
