@charset "Shift_JIS"; 
 
/* peiStyle.css */ 
	
/* Global */ 
	
html { 
			margin : 0;
			padding : 0;
			width : 100%;
}
 
body { 
			margin : 10px 15px;
			padding : 0;
			line-height : 1.5em;
			font-family : serif;
			background-color : #fff;
			color : #000;
}
  
/* convenience */ 
	
.centering { text-align : center; } 
 
.right-justify { text-align : right; } 
 
.left-justify { text-align : left; } 
  
/* Heading */ 
	
h1 { 
			margin : 0 auto;
			padding : 0 2px;
			font-size : 200%;
			font-weight : bold;
			color : #66c;
/*			border-color: #00c;*/
			border-style: none;
			border-width: 0 1px;
}
 
h2 { 
			margin : 0 0 0 5px;
			padding : 0 2px;
			line-height : 1.4em;
			font-size : 130%;
			font-weight : bold;
			color : #66c;
			background-color: #ccf;
/*			border-color: #00c;*/
			border-style: none;
			border-width: 0 1px;
}
 
h3 { 
			margin : 0 0 0 10px;
			padding : 0 2px;
			font-size : 110%;
			font-weight : bold;
			color : #111;
/*			background-color: #eef;*/
			background-color: #efe;
/*			border-color: #00c;*/
			border-color: #0c0;
			border-style: solid;
			border-width: 0 0 2 5px;
}
  
/* hr */ 
	
hr { 
		width : 100%;
		height : 2px;
		color : #369;
		background-color : #369;
}
 
hr.hr90 { 
		width : 90%;
		height : 2px;
		color : #369;
		background-color : #369;
}
  
/* anchor */ 
	
/* 
a {
		text-decoration : underline;
	}
*/
 
a:link { 
		color : #33f;
		text-decoration: underline;
	}
 
a:visited { 
		color : #08c;
	}
 
a:active { 
		color : #f00;
	}
 
a:hover { 
		color : #f0f;
		text-decoration: none;
	}
  
/* img */ 
	
img{ 
	border : 0px;
}
  
abbr[title] { 
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}
 
/* id */ 
	
#aisatsu { 
			font-size : 150%;
			font-weight : bold;
			color : #000;
}
  
/* other */ 
	
div.block0:hover .chuu_midashi { 
			background-color : #dfd;
}
 
.chuu_midashi { 
}
 
.indent1 { 
	margin : 0 0 0 16px;
	padding : 0px;
}
   

