body
{
	margin: 0;
   padding: 0;
   background: #FFFACD;
/*   background-image: url(../img/rough_paper.jpg);*/
   color: black;
   font-family: "Arial", "Times New Roman";
   font-size: 95%;
}
#screen
{
	position: relative;
   width: 640px;
   margin: 10px auto;
   padding: 0 0 0 0;
   border: 0px solid yellow;
}

a {text-decoration: none;}
/* a:focus, a:hover, a:active {background: #228B22;} */

#header
{
	color: white;
	background: #FF8C00;
   text-align: left;
   font-family: "Times New Roman";
   font-size: 18px;
   font-style: normal;
   font-weight: bold;
   font-variant: small-caps;
   text-indent: 0.5em;
}

.section
{
	position:relative;
	width: 640px;
	border: 0px solid red;
}

.headline
{
	color: white;
	background: #FFA500;
	text-align: left;
	font-family: "Times New Roman";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-indent: 0.5em;
}

th
{
	color: white;
	background: #FFA500;
	text-align: left;
	font-family: "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-indent: 0.5em;
}
td
{
	width: 315px;
	text-align: left;
	border: 0px solid red;
}

p
{
	margin-left: 2%;
   margin-right: 2%;
	color: black;
   font-family: "メイリオ", "Arial", "sans-serif";
   font-size: 14px;
   font-style: normal;
   font-weight: normal;
   /*text-indent: 1em;*/
   border: 0px solid red;
}
		
li
{
	list-style-type: square;
   font-size: 14px;
   font-family: "Arial", "sans-serif";
   font-style: normal;
   font-weight: normal;
	color: black;
   /*text-indent:1em;*/
   border: 0px solid red;
}

span.item {font-weight: bold;}

span.place
{
	font-size: 14px;
   font-style: normal;
   font-weight: bold;
   color: black;
}          
span.point
{
	font-size: 14px;
   font-style: normal;
   font-weight: bold;
   color: #FF4500;
}          
span.road
{
	font-size: 14px;
   font-style: normal;
   font-weight: normal;
   color: black;
}

img.title
{
	width: 18px;
	height: 18px;
	vertical-align: bottom;
}
img.back
{
	width: 20px;
	height: 20px;
   vertical-align: bottom;
}
img.qed
{
	width: 18px;
	height: 18px;
   vertical-align: top;
}
img.circle
{
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
img.arrow
{
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

img.slide
{
	height:112px;
	border-style:none;
}

.navigation
 {
 	font-family: "sans-serif";
 	font-size: 10px;
 	font-style: normal;
 	font-weight: bold;
 	text-align: right;
 	text-indent: 1em;
 	border-top: 1px solid #FF8C00;
 } 
.navigation a {color: black;}
.navigation a:focus, .navigation a:hover {color: #FF8C00;}, .navigation a:active {background: #FF8C00;}
.navigation img.lead {width: 8px; height: 8px;}
