/*
	セネガルがいど
	URL   http://www2.mnx.jp/ggg
	Mail  seneguide@hotmail.com
	copyright(c) セネガルがいど, All rights reserved.

このCSSを使用する場合は、HTMLファイルと同じディレクトリに置きHEAD内に次の行を記述
<LINK href="index/bg.css" rel="stylesheet" type="text/css">

またBODY内にインラインスタイルシートを記述する場合は、次の行をHEADに記述
<META http-equiv="Content-Style-Type" content="text/css">
*/

/* 本文 */

body		{text-align:;		/*文字列配置：デフォルト*/
		margin-left:10px;	/*左右余白：20ピクセル*/
		margin-top:0px;	/*上余白：18ピクセル*/
		background-color:#cc6600;	/*　背景色：white　*/
		line-height: 120%; 		/*　行間隔　*/ 
		color :#660000;			/*　文字色：brown　*/
		font-size:"11pt";		/*　font-size　*/
		background-image: url(img.files/bg-shadow-left.gif) ;		/*　背景画像　*/
		background-repeat:repeat-y;		/*　繰り返し方向　xy　*/
		background-attachment: scroll;	/*　固定方法：scroll or fixed　*/
}

/* h1 トピックス用の枠  */

h1 {
    filter: ;
    text-align: left;
    width: 90%;
    font-weight: normal;
    font-size: "12pt";
    color: #660000;
    background-color:"";
    border: 1px #660000;
    border-top: 0px solid #ff9900;
    border-left: 0px solid #ff9900;
    border-right: 1px solid #ff9900;
    border-bottom: 1px solid #ff9900;
    padding: 2px 2px 6px 6px;
    margin: 0px 0px 0px 0px;
}


/* h2ページタイトル */

h2 {
    filter: Glow(color=#ffcc66,strength=1);
    text-align: center;    
    width: 80%;
    font-weight: bold;
    font-size: "14pt";
    color: #660000;
    background-color: #ffcc66;
    border: 1px #660000;
    border-top: 2px solid #ff9900;
    border-left: 2px solid #ff9900;
    border-right: 2px solid #ff9900;
    border-bottom: 2px solid #ff9900;
    padding: 5px 2px 2px 2px;
    margin: 3px 1px 3px 1px;
}

/* h3小タイトル */

h3 {
    text-align: center;    
    width: 100%;
    font-weight: bold;
    font-size: "11pt";
    color: #660000;
    background-color: #ffff99;
    border: 1px #660000;
    border-top: 1px solid #ff9900;
    border-left: 1px solid #ff9900;
    border-right: 1px solid #ff9900;
    border-bottom: 1px solid #ff9900;
    padding: 3px 2px 2px 2px;
    margin: 5px 6px 0px 6px;
}

/* h4小タイトル内部  */

h4 {
    filter: ;
    text-align: left;
    width: 100%;
    font-weight: normal;
    font-size: "11pt";
    color: #660000;
    background-color:"#ffffcc";
    border: 1px #660000;
    border-top: 0px solid #ff9900;
    border-left: 1px solid #ff9900;
    border-right: 1px solid #ff9900;
    border-bottom: 1px solid #ff9900;
    padding: 8px 2px 6px 8px;
    margin: 0px 6px 5px 6px;
}


/* h5上部階層リンク */

h5 {
    filter: ;
    text-align: left;    
    width: 100%;
    font-weight: normal;
    font-size: "10pt";
    color: #660000;
    background-color: none;
    border: 1px #660000;
    border-top: 1px solid #ff9900;
    border-left: 0px solid #ff9900;
    border-right: 0px solid #ff9900;
    border-bottom: 1px solid #ff9900;
    padding: 4px 2px 2px 2px;
    margin: 10px 10px 2px 10px;

}

/* h6下部フッター */

h6 {
    filter: ;
    text-align: center;    
    width: 100%;
    font-weight: normal;
    font-size: "10pt";
    color: #660000;
    background-color: none;
    border: 1px #660000;
    border-top: 1px solid #ff9900;
    border-left: 0px solid #ff9900;
    border-right: 0px solid #ff9900;
    border-bottom: 1px solid #ff9900;
    padding: 4px 2px 2px 2px;
    margin: 5px 10px 2px 10px;
}

/* テーブル内 */

td		{text-align:;	/*文字列配置：デフォルト*/
		margin-left:0px;	/*左右余白：20ピクセル*/
		margin-top:0px;	/*上余白：15ピクセル*/
		background-color:#ffffff;	/*　背景色：white　*/
		color :#660000;			/*　文字色：brown　*/
		font-size:"12pt";		/*　font-size　*/     
		line-height: 120%; 		/*　行間隔　*/ 
      		background-image: url(xxxbrown.gif) ;		/*　背景画像　*/ 
         	background-repeat:repeat-xy;		/*　繰り返し方向　xy　*/
		background-attachment: scroll;	/*　固定方法：scroll or fixed　*/
}

/* リンク */

A:link		{color:"blue";        /*未触リンク色：青*/
		background:none;   /*未触リンク背景：白*/
		font-weight:normal   /*未触リンクfont：or Bold*/
	TEXT-DECORATION: underline
}

A:visited {color:"gray"; 　/*訪問済みの色black*/
          background:none;
	TEXT-DECORATION: underline
}

A:hover   {color:#660000;     /*ポイント中の色white*/
          background:#ffcc33;
	TEXT-DECORATION: none
}

.1 {
	CURSOR: hand
}

/* イメージ枠 */
	IMG       {border:0;}

/* フォームの余白 */
	FORM	{margin: 1;} 

