/* 外部スタイルシート、ファイル名：style.css */
/*Copyright(C)2005 .,All rights reserved */

 .t1 {font-size:1em;} /*テキストサイズクラス指定*/ 
 .t10 {font-size:10px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:120%;} /*テキストサイズクラス指定*/ 
 .t11 {font-size:11px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:120%;} /*テキストサイズクラス指定*/ 
 .t12 {font-size:12px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:120%;} /*テキストサイズクラス指定*/ 
 .t14 {font-size:14px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:120%;} /*テキストサイズクラス指定*/ 
 .t16 {font-size:16px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:120%;} /*テキストサイズクラス指定*/ 
 .t18 {font-size:18px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:120%;} /*テキストサイズクラス指定*/ 
 .t20 {font-size:20px; font-family:"ＭＳ Ｐゴシック", "Osaka";line-height:120%;} /*テキストサイズクラス指定*/ 
 
 a:link {color:#red} /*未訪問のリンク*/ 
 a:visited {color:#blue} /*訪問済みリンク*/ 
 a:active {color:#red} /*選択中のリンク*/ 
 
 .A_black:link {color:#000000} /*未訪問のリンク*/ 
 .A_black:visited {color:#000000} /*訪問済みリンク*/ 
 .A_black:active {color:#000000} /*選択中のリンク*/ 
 
 .A_yellow:link {color:#FFFF00} /*未訪問のリンク*/ 
 .A_yellow:visited {color:#FFFF00} /*訪問済みリンク*/ 
 .A_yellow:active {color:#FFFF00} /*選択中のリンク*/ 
 
 .solid {border-style:solid ;border-width:1px} /*直線枠*/ 
 .double {border-style:double ;border-width:3px} /*二重線枠*/ 
 .dott {border-style:dotted ;border-width:3px} /*点線*/ 
 .dash {border-style:dashed ;border-width:1px} /*点線*/ 
 .lintbl {border-color:black;border-style:solid;border-top-width:0px;border-bottom-width:0px;border-left-width:1px;border-right-width:1px;}

 #solid {border-style:solid ;border-width:1px} /*直線枠*/ 
 #double {border-style:double ;border-width:3px} /*二重線枠*/ 
 #dott {border-style:dotted ;border-width:3px} /*点線*/ 
 #dash {border-style:dashed ;border-width:1px} /*点線*/ 
 
 #repeat-no {background-repeat:no-repeat} /*背景リピート無しID指定*/ 
 #repeat-x {background-repeat:repeat-x} /*背景リピート横ID指定*/ 
 #repeat-y {background-repeat:repeat-y} /*背景リピート縦ID指定*/ 
/*---ポップアップウィンドウ用スクリプト
<script language="JavaScript" type="text/JavaScript">
function wop1(nb) {var wo1;wo1=window.open("popup/"+nb+".jpg","windowOpen1","width=600,height=600,scrollbars=yes");wo1.focus();}
</script>
<a href="/" onClick="wop1('1'); return false;"></a>
----*/

