/*=========================================================


	Site Name   Sony mylo
	File Name   fontdefault.css

	Create Date 2008/01/18
	Update Date 2008/01/18


==========================================================*/

/*----------------------------------------------------------

	Base Font Setting

-----------------------------------------------------------*/

html {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/*----------------------------------------------------------

	Text Module

	12px == 93%
	10px == 77.5% or 78%

-----------------------------------------------------------*/

body {
	font-size: 93%;
	font-family: font-family: 'Verdana', sans-serif;
	line-height: 1.6;
	color: #000;
}
