/*
================================
base.css
================================*/

/* box style
--------------------------------*/
* {
	padding:0px;
	margin:0px;
}

/* font style
--------------------------------*/
* {
	font-family: "sans-serif,Osaka,MS PƒSƒVƒbƒN";
	font-style:normal;
	font-decoration:none;
	color:#444444;
}

/* text style
--------------------------------*/
* {
	line-height:1.6;
	text-align:left;
	vertical-align:top;
	letter-spacing:normal;
	word-spacing:normal;
}

/* list style
--------------------------------*/
ol ul {
	list-style-type:disc;
	list-style-position:inside;
}

/* table style
--------------------------------*/
table,th,td{
	border-collapse:collapse;
}


