/* lowvision-01.css                                */
/* (IE用　背景：黒色　文字：白色　リンク：黄色)    */
/*   まほろば     http://mahoro-ba.net  2008.4.21  */

HTML {
    background-image : none     !important;   /* 背景画像を表示しない */
}

BODY
{
    font-size: 160%  !important;              /* 文字サイズを大きくする */
    color : #ffffff   !important;             /* 文字色を 白            */
    background-color : #000000  !important;   /* 背景色を 黒            */
    background-image : none     !important;   /* 背景画像を表示しない   */
}

P,A,TABLE,TR,TH,TD,
UL,LI,OL,DL,DT,DD,
FONT,H1,H2,H3,H4,H5,H6,DIV,SPAN,TT,PRE,FORM,
CAPTION,ADDRESS,BLOCKQUOTE
{
    font-size: 100%   !important;
    line-height: 180% !important;             /* １行高さを大きくする   */
    color : #ffffff   !important;             /* 文字色を 白            */
    background-color : #000000  !important;   /* 背景色を 黒            */
    background-image : none     !important;   /* 背景画像を表示しない   */
}

H1{ font-size: 140% !important; }
H2{ font-size: 130% !important; }
H3{ font-size: 120% !important; }
H4{ font-size: 110% !important; }
H5,H6 { font-size: 100% !important; }

A:link {                                    /* リンク                 */
	color : #ffff00 !important;             /*    文字色を 黄色       */
	text-decoration: underline !important;  /*    文字飾り 下線       */
}
A:Visited {                                     /* 既に訪れたリンク       */
	color : #ff6600  !important;            /*    文字色を オレンジ色 */
	text-decoration: underline !important;  /*    文字飾り 下線       */
}
A:HOVER {                                       /* マウスが合ったリンク   */
	color : #000000 !important;             /*    文字色を 黒         */
    background-color : #ffff00  !important;     /*    背景色を 黄色       */
	text-decoration: none !important;       /*    文字飾り なし       */
}

STRONG,EM {                                 /* 強調文字               */
    color : #000000   !important;           /*    文字色を 黒         */
    background-color : #ffffff  !important; /*    背景色を 白         */
}
HR {                                        /* 横罫線                 */
    color : #000000   !important;           /*    色を 白             */
}

INPUT,SELECT,OPTION,TEXTAREA,BUTTON {       /* 入力フォーム関連       */
    font-size: 100%   !important;           /* 文字サイズを大きくする */
    color : #ffffff   !important;           /* 文字色を 白            */
    background-color : #000000  !important; /* 背景色を 黒            */
}

RT {                                        /* ルビ                   */
   font-size: 85%  ! important;             /* 文字サイズを大きくする */
   line-height: 300% !important;            /* １行高さを大きくする   */
   text-decoration: none ! important;       /*    文字飾り なし       */
}
.waku1      { border-color:#969696; border-width:1px; border-style:none; WIDTH: 850px;
	margin:0px auto;
} /* 点線の枠*/

/*h1タグ設定*/
.waku1 h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 20px;
	font-weight: normal;
	color: #595044;		/*文字色*/
}

.waku2      { border-color:#969696; border-width:0px; border-style:none; WIDTH: 850px; text-align: right;margin:0px auto;} /* 直線の枠*/
.waku3      { border-color:#969696; border-width:0px 1px; WIDTH: 850px; border-style:none; cellspacing="15"; text-align: left;margin:0px auto;} /* 直線の枠（ヘッダ下メニュー左右のみの枠）*/
.waku4      { border-color:#969696; border-width:0px 1px; WIDTH: 850px; height: 400px;border-style:none; cellspacing="15"; text-align: left;margin:0px auto;} /* 直線の枠（ヘッダ下メニュー左右のみの枠）*/
.waku5      { border-color:#969696; border-width:1px 1px; WIDTH: 850px; border-style:solid; cellspacing="15"; text-align: left;margin:0px auto; display: block;} /* 直線の枠（ヘッダ下メニュー左右のみの枠）*/



.text1     {font-size:18px;color:#4C4C4C;line-height:140%;font-family:Verdana;font-weight:bold ;}       /* タイトル文字フォントサイズ,色*/

.text2    {font-size:14px;color:#191970;font-family:Verdana;}  /*左メニュー◆の文字*/

.text3    {font-size:14px;color:#ff4500;font-family:Verdana; font-weight:bold;}  /*左メニュー◆の文字*/

dt {
	font-size:16px;color:#191970;font-family:Verdana; font-weight:bold;
}




ul{
	list-style-type: none;
}

li {
	list-style-type:none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 1px;
	margin-bottom: 1px;
	width:180px /*test*/
	list-style-type: none;  /*test*/
	list-style-image:none;
	display:block;
	margin: 0px;   /*test*/
}

ul.sidemenu li {
	margin-bottom: 1px;
	list-style-type:none;
	display:block;
	float: left;   /*test*/
  	width: 170px;   /*test*/
  	margin: 1px;   /*test*/
  	padding: 0;   /*test*/
}

ul.sidemenu a {
	color: #191970;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #98fb98;	/*背景色*/
	display: block;
	width: 168px;
	text-align: center;			/*センタリング*/
	border: 1px solid #fffacd;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.55;
	filter: alpha(opacity=55);	/* IE6、IE7対応 */
	-moz-opacity: 0.55;
}

ul.sidemenu a:hover {
	color: #796D5D;				/*カーソルオーバー時の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #fffacd;	/*枠線設定*/
}



menubox{
	color: #191970;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #98fb98;	/*背景色*/
	display: block;
	width: 168px;
	text-align: center;			/*センタリング*/
	border: 1px solid #fffacd;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.55;
	filter: alpha(opacity=55);	/* IE6、IE7対応 */
	-moz-opacity: 0.55;
}

a.menubox{
	color: #191970;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #ffb6c1;	/*背景色*/
	display: block;
	width: 168px;
	text-align: center;			/*センタリング*/
	border: 1px solid #ffb6c1;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.55;
	filter: alpha(opacity=55);	/* IE6、IE7対応 */
	-moz-opacity: 0.55;
}

a:hover.menubox{
    color: #796D5D;				/*カーソルオーバー時の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #ffb6c1;	/*枠線設定*/
}
