@charset "EUC-JP";

/* ############################################################

	Common CSS
	Last Up Date: 2008.10.09
	Author: Uco Tsugiyama

############################################################ */

/* ==reset
----------------------------------------- */
div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img,strong,em,ins,del,cite,abbr,acronym,sup,sub,dfn,code,var,samp,kbd,object {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
object,
embed {
	vertical-align: top;
}
a:link {
	color: #0033cc;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
}
ul, ol {
	list-style-position: outside;
}