body		{
	font-family: "MS UI Gothic";
	font-size: 14px;
	color: #666666;
	background-color: #ffffff;
	background-image: url(http://www.age.ne.jp/x/karma/back.JPG);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;

	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

#main     {
	width:800px;
	float: none;
	text-align: center;
	margin:0px auto 0px auto;
}

.txt {
	line-height: 150%;
}

.heading {
	font-weight: bolder;
	color: #6699ff;
	margin: 5px 30px 10px 0px;
	border-top:1px solid #99ccff;
	border-left:1px solid #99ccff;
	padding: 2px 0px 2px 5px;
}

.bottom {
	margin: 5px 30px 10px 0px;
	border-bottom:1px solid #99ccff;
	border-right:1px solid #99ccff;
	padding: 2px 0px 2px 5px;
}

.bar {
	width: 600px;
	float: none;
}

.bar_l{
	color: #99ccff;
}

a:link      { color: #336699; text-decoration: underline ;}
a:visited   { color: #3399cc; text-decoration: underline ;}
a:active    { color: #336699; text-decoration: underline ;}
a:hover{
	text-decoration: blink;
	background-color: #000000;
	color: #00ffff;
}


