@charset "Shift_JIS"; 
 
/* rakugaki.css */ 
	
/* Global */ 
	
/* 
body{	font-family: sans-serif;}
body{	font-family: cursive;}
body{	font-family: fantasy;}
body{	font-family: monospace;}
body{	font-family: serif;}
*/
 
html { 
			margin : 0;
			padding : 0;
			width : 100%;
}
 
body { 
			margin : 10px 15px;
			padding : 0;
			line-height : 1.5em;
			font-family : serif;
			background-color : #eff;
			color : #000;
}
  
/* convenience */ 
	
.centering { text-align : center; } 
 
.right-justify { text-align : right; } 
 
.left-justify { text-align : left; } 
  
/* Heading */ 
	
H1	{ 
			width : 100%;
			line-height : 2.0em;
			font-family: fantasy;
			font-size : 200%;
			font-weight : bold;
			background-color: #fff;
/*			border-color: #00c;*/
			border-style: none;
			border-width: 1 0px;
		}
  
/* anchor */ 
	
a { 
		text-decoration : none;
	}
a:link {
		color : #33f;
		text-decoration: none;
	}
a:visited {
		color : #08c;
	}
a:active {
		color : #f00;
	}
a:hover {
		color : #f0f;
		text-decoration: none;
	}
  
/* hr */ 
	
hr { 
		width : 100%;
		height : 2px;
		color : #ccc;
		background-color : #ccc;
}
  
abbr[title] { 
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}
 
/* list */ 
	
li { 
			margin : 0.7em 0;
			padding : 0;
		background-color: #fff;
	}
   
ol li:hover { 
		background-color: #dff;
	}
   

