a {	text-decoration: none; 	}
a:link {    color: #006699; }
a:hover {   color: #EE0000; text-decoration: underline; }
a:active {  color: #FF00FF; text-decoration: underline; }
a:visited { color: #000099; }

body {
	line-height: 120%;
	letter-spacing: 0.1em;
	background-color: #fff;
	color:#000;


	background-image: url("zazen.png");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;

/*
	background-image: url("soroban.png");
	background-position: 0% 100%;
	background-repeat: repeat-x;
	background-attachment: fixed;
 
	background-image: url("yugen.png");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-left:740px;
*/
}
h1 {
	margin:60px 100px;
}
p, ul {
	font-size:24pt;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin-left:200px;
}

p.dan {
	margin:40px;
	text-align:center;
}

hr {
	height: 1px;
	color: #aaaaaa;
}

th {
	font-weight: normal;
	background: #e8e7e6;

	border: solid 1px #999;
	border-color:#f8f7f6 #c8c7c3 #b8b7b6 #f5f4f3;
}

td {
	border: solid 1px #999;
	border-color:#fffefd #dddcdb #cdcccb #fefdfc;
	text-align: left;
}

form {
	margin:0;
	padding:0;
}
img {
	border:0;
}
img.photo {
	margin-left: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #666666 #cccccc #eeeeee #999999;	/*‰š*/
}


