/*基本設定*/
body {background-color: #FFFFFF;}
.position {position: absolute; visibility: visible; left: 0px; top: 0px; width: 100%;}
sup {font-size: 80%;}
sup.cap {font-size: 80%;color:#0000ff;}
h1 {font-size: 16px; font-weight: bold; padding: 0px;}

/* リンク色 */
a:link{color:#000099;text-decoration:none;}
a:visited{color:#660099;text-decoration:none;}
a:active{color:#ff6633;text-decoration:none;}
a:hover{color:#ff6633;text-decoration:none;}

/*テキスト相対値*/
.l {font-size: 100%;text-decoration:none;}
.m {font-size: 95%;text-decoration:none;}
.s {font-size: 80%;text-decoration:none;}
.lb {font-size: 100%;font-weight: bold;text-decoration:none;}
.mb {font-size: 95%;font-weight: bold;text-decoration:none;}
.sb {font-size: 80%;font-weight: bold;text-decoration:none;}
.l-l {font-size: 100%; line-height: 130%;text-decoration:none;}
.m-l {font-size: 95%; line-height: 130%;text-decoration:none;}
.s-l {font-size: 80%; line-height: 130%;text-decoration:none;}
.lb-l {font-size: 100%; line-height: 130%;font-weight: bold;text-decoration:none;}
.mb-l {font-size: 95%; line-height: 130%;font-weight: bold;text-decoration:none;}
.sb-l {font-size: 80%; line-height: 130%;font-weight: bold;text-decoration:none;}
.s-blue{font-size: 80%;text-decoration:none;color:#0000ff;}
.m-blue{font-size: 95%;text-decoration:none;color:#0000ff;}
.s-pink {font-size: 80%;text-decoration:none;color:#DC54AD;}
.s-grey {font-size: 80%;text-decoration:none;color:#666666;}

/*オプション*/
.op-entry01{background-color: #dddddd;font-size: 95%;text-decoration:none;font-weight: bold;}
.op-entry02{background-color: #eeeeee;font-size: 80%;text-decoration:none;}
.op-entry03{background-color: #ffffff;font-size: 80%;text-decoration:none;}

/*テーブル*/
.td-black {background-color: #333333;}
.td-white {background-color: #FFFFFF;}
.td-white-m-l {font-size: 95%; line-height: 130%;text-decoration:none;background-color: #FFFFFF;}
.td-pink {background-color: #F4E7D6;}
.td-green {background-color: #33a02c;}

/*コピーライト表記*/
.copy { font-size: 10px;}

/*2003.12.9作成　goroo@planuk.gr.jp*/

