@charset "utf-8";

/* contents
=========================================*/
#wrapper {
	background: #FFF;
}

h3#tentou {
	margin: 12px auto 0;
	width: 950px;
	height: 100px;
	background: url(../tentouimg/title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#entry {
	margin: 12px 0 0 0; 
}
#entry h4 {
	margin: 10px 0 0;
	
}
h4#yakuwari {
	margin: 12px auto 0;
	width: 692px;
	height: 35px;
	background: url(../baseimg/h4midashi.gif) no-repeat 0 -70px;
	text-indent: -9999px;
}
#entry h5 {
	margin: 30px 10px;
	padding-bottom: 0.2em;
	border-bottom: #fc9613 2px dotted;
	text-align: center;
}
#entry p {
	padding: 10px; 
	font-size: 90%;
	text-align: justify;
	line-height: 1.5;
}
#entry table{
	border-collapse:collapse;
	
}
#entry table th{
	width: 170px;
	text-align: left;	
	border-right: 2px #FFF solid;
	background: #ffe3c8;
}


#entry ol {
	list-style:decimal;
	margin: 0 0 30px 3em;
	
}
#entry ol li {
	list-style:decimal;
	margin: 0 10px 0.5em 0;
	padding: 0.5em 0 0;
	font-size: 110%;
	font-weight: bold;
	border-bottom: #fc9613 1px dotted;
}
#entry ul {
	list-style:none;
	margin-top: 10px;
	
}
#entry ul li {
	list-style:none;	
	margin-left: 0;
	padding: 0 1em 0.4em 10px;
	font-size:90%;
	vertical-align:top;
	background: url(../baseimg/ya_orange.gif) no-repeat 0 center;
} 

#imageblock {
	margin: 10px 0 50px 0;
}