@charset "Shift_JIS";

/*====================
全体のスタイル
====================*/
body{
	background:url(mahosai2_nela_kabe.gif) repeat-x #ffffff;	/*壁紙*/
	background-attachment: fixed;	/*スクロールしない*/
}

A:link{text-decoration:none;color:#af0082;}	/*訪問前リンク色　オーキッドパープル*/
A:visited{text-decoration:none;color:#af0082;}	/*訪問済みリンク色*/
A:hover{underline;color:#000000;}	/*カーソルが触れてる時のリンク色*/


/*====================
テーブル
====================*/
table.t2{
	width:850px;                          /*横幅*/
	padding:30px;	                      /*パディング*/
	background:#ffffff;                   /*背景*/
	border-style:none none none none;  /*ボーダーの種類*/
	border-color:#38b48b;               /*ボーダー色*/
	border-width:2px;                     /*ボーダーの太さ*/
	color:#000000;                        /*文字色*/
}


/*====================
見出し
====================*/
h4{
	font-size:large;
	color:#5a4498;  /*バイオレット*/
	padding:10px;	/*パディング*/
	/*background:#89C3EB1;	/*背景色*/
	background-image:url(mahosai2_nela_kabe.gif);	/*背景画像*/
}

h3{
	padding:10px;
	font-weight:bold;	/*文字の太さ*/
}

/*====================
その他
====================*/
.serifu{
	color:#5a4498;  /*バイオレット*/
	font-weight:bold;	/*太字*/
}