/* CSS Document */

#page {
	font-size: 90%;
}


/* reset */
*{
	margin :0;
	padding:0;
}

body {
	margin:0 auto;
	text-align:center;
}
/*
* html body{
	font-size:100%;
}

*:first-child + html body{
	font-size:100%;
}*/

table{
    border-collapse:collapse; 
    border-spacing:0;
	_font-size: 90%
}

h1,h2,h3,h4,h5,h6,p,li,ol,dt,dd,th,td{
	text-align :left;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

img {  
    border:0; 
} 

li,ol{
	list-style:none;
}

fieldset{
	border:none;
}

#font_s a {
	background: url(../images/btn_font_s_on.jpg) 0 0 no-repeat;
	width: 47px;
}


#font_m a {
	background: url(../images/btn_font_m_off.jpg) 0 0 no-repeat;
	width: 47px;
}
#font_l a {
	background: url(../images/btn_font_l_off.jpg) 0 0 no-repeat;
	width: 47px;
}
