@charset "UTF-8";
/* CSS Document */

/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	font-size: 100%;
	font-family: Thonburi, "Lucida Grande", Arial, Tahoma, Sans-Serif;
	/*vertical-align: baseline;*/
	padding-top: 10;
	padding-right: 0;
	/*	padding-bottom: 0;*/
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: s
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body, p, td, th, ul, li {
	color: #000;
	font-family: "Lucida Grande", Arial, Tahoma;
	font-size: 12px;
	line-height: 15px;
}
.clearspace {
	clear:both;
	height:0px;
	padding:0px;
	margin:0px;
	width:0px;
}
a {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}



