body {
	color:#ffffff ;
	font-size: 84% ;
	line-height: 130% ;
	font-family : "ＭＳ Ｐゴシック", sans-serif ;
	margin : 0px ;
	background-color : #b285d9 ;
}

/* == リンク == */
a		{ color: #ffffff ; }
a:link		{ color: #ffffff ; text-decoration : underline ; }
a:hover		{ color: #8000ff ; text-decoration : underline ; }
a:visited	{ color: #ffffff ; text-decoration : underline ; }
a:active	{ color: #ffffff ; text-decoration : underline ; }




 /* == 文字 == */
.small		{ font-size:  84% ; }
.white		{ color: #ffffff ; }
.black		{ color: #000000 ; }
.red		{ color: #ff0000 ; }
strong		{ font-weight: bold; }



 /* == 寄せ == */
.left		{ text-align: left ; }
.center		{ text-align: center ; }
.right		{ text-align: right ; }
.top		{ vertical-align: top ; }
.middle		{ vertical-align: middle ; }
.bottom		{ vertical-align: bottom ; }


/* == 画像 == */
img		{ border-width : 0px ; }



/* == テーブル ============================================================= */

table	{ text-align: left; border-collapse: collapse ; width : 99% ;}
td	{ font-size : 84% ; line-height: 130% ; padding : 2px ; }
th	{ font-size : 84% ; line-height: 130% ; padding : 2px ; }
.nowrap	{ white-space: nowrap ; }





/* == 見出し ============================================================= */


h1 {
	color : #ffffff ;
	margin : 10px 0px 10px 0px ; ;
	font-size : 180% ;
}
