/* ページ全体 */

html, body {
	margin: 0;
	padding: 0;
	border: none 0;
	color: #000000;
	background-color : #ffffff ;
	background-image : url(sandaime.gif) ;
	background-repeat : repeat-y ;
	background-position : right ;
	background-attachment : fixed ;
	font-size : 100% ;
	line-height : 1.3 ;
	text-align : left ;
	}

a:link {color:#a36437; text-decoration:none;}
a:visited {color:#e2823d; text-decoration:none;}
a:active {color:#e2823d; text-decoration:none;}
a:hover {color:#000099; text-decoration:none;	text-decoration : underline ;}

a:link img,
a:visited img,
a:active img,
a:hover img {
	border: 0px;
	}



.page {
	width: 800px;
	margin: 0 ;
	padding: 0;
	text-align: left;
	border : none ;
}

.main{
	width : 600px ;
	margin-left : 15px ;
	padding : 15px ;
	background-color : ;
	text-align : left ;
	}

h1{
	margin : 10px ;
	font-size : 95% ;
	line-height : 1.8 ;
	text-align : center ;
	}

h2{
	font-size : 100% ;
	font-weight : bold ;
	color : #2f4f4f ;
	background-color : #E6E6FA ;
	padding : 5px;
	}

h3{
	font-size : 100%;
	font-weight : bold ;
	}

h4{
	font-size : 90%;
	font-weight : bold ;
	}

.clear{
	clear : both ;
	}

.center{
	text-align : center ;
	}

.left{
	text-align : left ;
	float : left;

	}
	
.right{
	text-align : right ;
	}

.red{
	color : #ff0000 ;
	}

.blue{
	color : #0000ff ;
	}

.footer{
	color : #696969 ;
	font-size : 90% ;
	padding : 15px ;
	text-align : left ;
	border-top : 2px dotted #e2823d ;
	}



