@charset "utf-8";

/* FONT-S CSS
----------------------------------------------- */

/*-------------- Font style switch / small --------------*/
body {
	font-size: 12px;
	line-height: 18px;
}
#container {
	font-size: 12px;
	line-height: 18px;
}

/*--------------FooterNavi --------------*/
#footerNavi, #footerNavi td  { font-size: 10px; line-height: 14px; color: #666666; }

/*-------------- other tags --------------*/
.cap { font-size: 10px; line-height: 14px; color: #666666; padding-top: 3px; }
td, h4 { font-size: 12px; line-height: 18px; }
h5 { font-size: 14px; line-height: 20px; }
.infobox dt { font-size: 12px; line-height: 18px; }
.infobox dd, .font10-14 { font-size: 10px; line-height: 14px; }

/*--------------Navigation --------------*/
#styleSwitch a#f_small {
	background-position: left bottom; 
	}
#styleSwitch a#f_small:hover {
	background-position: left bottom; 
	}
#styleSwitch a#f_middle {
	background-position: left top; 
	}
#styleSwitch a#f_middle:hover {
	background-position: left bottom; 
	}

#styleSwitch a#f_large {
	background-position: left top; 
	}
#styleSwitch a#f_large:hover {
	background-position: left bottom; 
	}

/*-------------- points --------------*/
#points th,
#points td {
	font-size: 10px;
	line-height: 15px;
	}
/*-------------- index info --------------*/
	body#index #infoArea ul li a span {
		background: transparent url(../../share_imgs/blt-info.gif) no-repeat right 2px;
	}
	body#index #infoArea ul li a:hover span {
		background: transparent url(../../share_imgs/blt-info_ov.gif) no-repeat right 2px;
	}