@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Your Name (admin)
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background: #FFF url(img/back1.gif);
	font-size: 12px;
	line-height: 150%; 
	font-family: "ＭＳ ゴシック";
}

tr {
text-align: left; 
}

.white {
	color: #ffffff;
	font-family: Arial;
}

a.w { text-decoration : none; }
a.w:link { color : white; }
a.w:visited  { color: white } 

a.bb {
	color: blue;
	font-weight: bold;
}
a.bb:link {
	color: blue;
	font-weight: bold;
}
a.bb:visited  {
	color: blue;
	font-weight: bold;
}

a.pp{ text-decoration : none; }
a.pp:link { color : white; }
a.pp:visited  { color: white } 

