/***************************************
Style Sheets.
----------------------------------------

**********************************C@NI*/

/*
 *BaseStyle
 */
body,th,td{
	margin: 0;
	padding: 0;
	color: #333333;
	
	/*xx-small | x-small | small | medium | large | x-large | xx-large*/
	line-height: 1.1em;
	
	font-family: Verdana,'Lucida Grande', sans-serif;
	/*font-family: helvetica, arial, palatino, georgia,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;*/
	/*font-family: helvetica, arial, palatino, georgia, "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;*/
}
body {
	background-color: #F4F4F4;
	/*font-size: small;*/
	font-size: 75%;
}
th,td {
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1em;
	font-weight: normal;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
form, p {
	margin: 0;
	padding: 0;
}
