/* 点線フレーム */
.frame1{
	border-width: 5px;
	border-style: dotted;
	border-color: #000000;
	white-space: nowrap;
}

/* 破線フレーム */
.frame2{
	border-width: 2px;
	border-style: dashed;
	border-color: #000000;
}

/* 魔王君 */
BODY{
	background-image    : url(http://www.kawausorecords.com/data/nisemaoukuns.jpg);  
	background-attachment: fixed;
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* リンクカラー */
a:link { color: #333333; }
a:visited { color: #888888; }
a:hover { color: #000088; }
a:active { color: #eeeeee; }