@charset "Shift_JIS";

/*-- BASE--*/
body{
font-size:100%;
line-height:150%
font-family:Lucida Sans Unicode,"ＭＳ ゴシック",sans-serif;
/* font-family: "ＭＳ ゴシック",sans-serif; */
background-image:url(/ntcir/images/bg.gif);
background-repeat:repeat-x;
}

td{
font-size:100%;
line-height:150%;
font-family: "ＭＳ Ｐゴシック",sans-serif;
letter-spacing:normal;
}

/* --3)FONTsize --*/

/*-- p{font-size: 1em;line-height:150%;} --*/
h1 {font-size:120%; font-weight:bolder; line-height:120%; letter-spacing:2px; margin-top:5px; margin-bottom:5px; font-family:Lucida Sans Unicode,"ＭＳ ゴシック",sans-serif;}
h2 {font-size:120%; font-weight:bold; line-height:120%; letter-spacing:2px; margin-top:5px; margin-bottom:5px; font-family:Lucida Sans Unicode,"ＭＳ ゴシック",sans-serif; color:#333399;}
h3 {font-size:100%; font-weight:normal; line-height:120%; letter-spacing:2px; margin-top:5px; margin-bottom:5px; font-family:Lucida Sans Unicode,"ＭＳ ゴシック",sans-serif;}
h4 {font-size:80%; font-weight:normal; line-height:120%; letter-spacing:0px; margin-top:5px; margin-bottom:5px; font-family:Lucida Sans Unicode,"ＭＳ ゴシック",sans-serif;}
h5 {font-size:70%; font-weight:normal; line-height:120%; letter-spacing:0px; margin-top:5px; margin-bottom:5px; font-family:Lucida Sans Unicode,"ＭＳ ゴシック",sans-serif;}
h6 {font-size:60%; font-weight:normal; line-height:120%; letter-spacing:0px; margin-top:5px; margin-bottom:5px; font-family:Lucida Sans Unicode,"ＭＳ ゴシック",sans-serif;}



/*-- LINK COLOR--*/
a:link{
color:#0066CC;
text-decoration:none;
}

a:visited{
color:#009900;
text-decoration:none;
}

a:hover,a:active{
color:#990000;
text-decoration:underline;
}

