/**********************************************************************
CSS BY Quarters
http://www.quarters.jp
CREATOR: yukihiro MORI
MAIL: mori@quarters.jp
COMENT: If you have ANY question about this css or our company, 
please contact us via e-mail.
**********************************************************************/

/**********************************************************************
DISCRIPTION: BASE CSS
LAST MODIFIED: 2005/9/13
**********************************************************************/

/* BASE FONT SIZE -------------------------------------------------*/

body,td,th{	font-size: 10pt;}

a { text-decoration: none}
a:hover { color: #009900; text-decoration: underline}

.margin18px {  line-height: 18px}
.margin16px {  line-height: 16px}

/*-----------------------------------------------------------------*/


/* ADDITIONAL FONT SIZE -------------------------------------------*/
.font_1_1em{
	font-size: 1.1em;
}

.font_8pt{
	font-size: 8pt;
}

/*-----------------------------------------------------------------*/


/* PAGE DECORATION ------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------*/


/* MENU -----------------------------------------------------------*/

#menu a{ color: #557182}
#menu a:hover{ color: #105EF5}

/*-----------------------------------------------------------------*/


/* PAGE TEXT ------------------------------------------------------*/

.page_title{
	font-weight: bold;
	font-size: 1.2em;
}

.prd_name{
	font-weight: bold;
	font-size: 1em;
	color: #2a5bbb;
}

/*-----------------------------------------------------------------*/


/* FOOTER ---------------------------------------------------------*/

.foot{
	color: white;
	font-size: 8pt;
}
/*-----------------------------------------------------------------*/


/* COMPANY --------------------------------------------------------*/
.comp_bText{
	font-size: 12pt;
}
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
