/*@charset "UTF-8";*/
/* [S-com Software] Website
 * Summary: reset browser style
 * Modified: 2010-02-15 00:07:02.
 */

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object { margin: 0; padding: 0; }

/* body */
html,body {
	margin: 0; padding: 0;
	height: 100%;
}

html { overflow-y: scroll; }


/* font size setting */
/* for All */    body { font-size: 11px; }
/* for lt IE6 */ * html body {font-size: 70%;}
/* for IE7 */    *:first-child+html body {font-size: 70%;} 
/* for IE8 */    head~/* */body { font-size: 70%; }

/* block elements */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li { list-style-type: none; }
hr { display: none; }
address { font-style: normal; }

/* table */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	padding: 0;
	text-align: left;
	vertical-align: top;	
	font-weight: normal;
}

/* inline-elements*/
img {
	border: 0;
	vertical-align: bottom;
}
object { vertical-align: bottom; }
em { font-style: normal; }
a:link,
a:visited {
	color: #FF0000;
}
a:hover,
a:active { text-decoration: none; }

