@charset "utf-8";


/*--------------------
  fontsize medium
--------------------*/

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote, table {
	font-size: 100%;
}

/* for safari \*/  
html:\66irst-child h1,
html:\66irst-child h2,
html:\66irst-child h3,
html:\66irst-child h4,
html:\66irst-child h5,
html:\66irst-child h6,
html:\66irst-child div,
html:\66irst-child p,
html:\66irst-child pre,
html:\66irst-child ul,
html:\66irst-child ol,
html:\66irst-child dl,
html:\66irst-child dt,
html:\66irst-child dd,
html:\66irst-child address,
html:\66irst-child form,
html:\66irst-child blockquote,
html:\66irst-child table {
	font-size: 107%;
}


/***** fontSize *****/
#headerNavi #fontSize dd#small a{
	background: url(../common/fontS_off.gif) no-repeat;
}

#headerNavi #fontSize dd#small a:hover{
	background: url(../common/fontS_on.gif) no-repeat;
}


#headerNavi #fontSize dd#medium a{
	background: url(../common/fontM_on.gif) no-repeat;
	width:22px;
	height:22px;
	display: block;
}

/*#headerNavi #fontSize dd#medium a:hover{
	background: url(../common/fontM_on.gif) no-repeat;
}*/
		
#headerNavi #fontSize dd#large a{
	background: url(../common/fontL_off.gif) no-repeat;
	width:22px;
	height:22px;
	display: block;
}

#headerNavi #fontSize dd#large a:hover{
	background: url(../common/fontL_on.gif) no-repeat;
}




/***** rightColumn *****/
/* for safari \*/  
html:\66irst-child #rightColumn #hours dd.tel{
	padding: 0px 0px 5px 7.5em;
	background: url(../common/iconTel.gif) no-repeat 0px 4px;
}

