﻿body {
	background-color: #008000;
	font-family: メイリオ;
	color:white;
	text-align:center;
}
#mainbox{
    width:800px;
    text-align:left;
    margin-left:auto;
	margin-right:auto

	
}
h1 {
	font-size: 250%;
	color: #FFFFFF;
	text-align:center
}
h2 {
	font-size: 130%;
	color: #FFFF66;
	text-align:center
}
h3 {
	font-size: 150%;
	color:white;
}
h4 {
	font-size: 150%;
	color:#FFFF00;
	border-bottom:1px #FFFFFF dotted
}
dl{
	margin-left:20px
}
dt{
    background-color:#336600;
    border-bottom:1px white dotted;
	font-weight: bolder;
	color:#FFCCFF
	
}
dd{
	line-height:180%;
}
.ddup{
	font-weight: bolder;
	color: #003300;
	background-color: #ffff00;
	margin: 5px;
	padding: 5px;
}

a{
	color:#FFFFFF
}
a:hover{
	color:#FFFFFF
}
