/************************************************************
 *
 *	Name		:	reset.css
 *	Author		:	Kubota Hideo
 *	Created		:	05.11.2009
 *	Modified	:	05.11.2009
 *
 *	Description	:	Stylesheet initialization
 *
 ************************************************************/

html{font-size:62.5%;}
html, body, h1, h2, h3, h4, h5, h6, p, br, div, span, blockquote, q, em, strong, cite, dfn, code, samp, kbd, var, abbr, acronym, pre, address, sup, sub, a, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, select, optgroup, option, textarea, input, button, table, caption, thead, tbody, tfoot, tr, th, td, img, map, area, iframe, object, param, script, noscript {
	margin:0;
	padding:0;
	outline:0;
	vertical-align:baseline;
}

:focus {
	outline:0;
}
a img {
	border:0;
}
ol, ul {
	list-style:none;
}
table{border-collapse:collapse; border-spacing:0;}

caption, th, td{vertical-align:top; text-align:left; font-weight:normal;}

blockquote:before, blockquote:after, q:before, q:after{content: "";}

blockquote, q{quotes: "" "";}

h1, h2, h3, h4, h5, h6{font-size:1em; font-weight:normal;}

strong{font-weight:bold;}

em{font-style:italic;}

cite, dfn, var, address{font-style:normal;}

pre, code, samp, kbd{font-family:monospace;}

sup, sub{font-size:1em;}

sup{vertical-align:super;}

sub{vertical-align:sub;}

a:link, a:visited, a:active{text-decoration:none;}

input, select, legend{font-family:Verdana, Arial, sans-serif; color:#666; line-height:1em; font-size:1em;}

object{display:block;}

.clear{display:block; clear:both; font-size:0; line-height:0;}
.debug{background-color:#ff9999;}
.forVoice{position:absolute; top:-1000em; left:-1000em;}
