@charset "shift_jis";

/* font.css
====================================== */

/* base font
--------------------------------- */
body{ color: #333333; line-height: 1.3; font-size:84%; font-family: san-serif;}

/* link styles
--------------------------------- */
/* base links */
a:link{ color: #0265cb; text-decoration: none;}
a:visited{ color: #6633cc; text-decoration: none;}
a:hover{ color: #0265cb; text-decoration: underline;}
a:active{ color: #0265cb; text-decoration: underline;}


/* general styles
--------------------------------- */
/* fontsize */
.txtSmall{ font-size: 84%;}
.txtLarge{ font-size: 110%;}

/* font weight bold */
#headContainer #globalNavi ul li,
#headContainer #globalNavi ul li em,
#headContainer #subMenu ul li.business,
#contents #firstContents #bnrArea .btn,
#contents #firstContents #bnrArea .otherbnr dt,
#contents #secondContents #drg_area .drg_bar,
#contents #thirdContents .headingTop01,
#contents #thirdContents .headingTop01s,
#contents #thirdContents .headingTop02,
#contents #thirdContents .section02 dl dt,
#footContainer .ftSubMenu li.business,
#footContainer #ftServiceMenu .serviceList p.title,
#footContainer #ftServiceMenu dt{ font-weight: bold;}

.txtBold{ font-weight: bold;}


/* font weight normal */
#contents #thirdContents .headingTop01 span a{ font-weight: normal;}

/* for images */
img{ font-size: 0; line-height: 0;}

