/* 
2階層目以降用のCSS 
 */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: center;
}
p {
	font-size: 0.9em;
	line-height: 140%;
	color: #330000;
}
.txt-orange {
	color: #FF6600;
	font-weight: bold;
}
a img{
border:none;
}