body {
    background-color: #ffffff;
    color: black;
    padding: 0px;
    margin: 0px
}
a:link {
    color: #4d6df3;
    opacity: 0.7
}
a:visited {
    color: #777777;
    opacity: 0.7
}
a:hover {
    color: #4d6df3;
    opacity: 1
}
h1 {
    text-align: center;
    font-size: 16px
}
h2 {
    background: #eeffff;
    background: -webkit-linear-gradient(#eeffff, #99D9EA);
    background: linear-gradient(#eeffff, #99D9EA);
    padding: 5px;
    border-radius: 0px 32px 32px 0px
}
img {
    border: 0px none
}
.cell {
    vertical-align: top
}
.nowrap {
    white-space: pre
}
.center {
    text-align: center
}
.hp {
    color: deepskyblue
}
.screen {
    float: left;
    width: 150px;
}
.simple {
    border: 1px solid gray
}
.width120 {
    min-width: 120px
}
.right {
    text-align: right
}
.red {
	color: red
}
.gray {
	color: gray
}
div.picture {
    float: right;
    padding-left: 10px;
    width: 52%
}
table {
	background-color: #999999
}
th {
    border: 1px solid gray;
    color: white;
    background-color: #008200;
    vertical-align: top
}
td {
    border: 1px solid gray;
    vertical-align: top
}
.odd {
	background-color: white
}
.even {
	background-color: #eeffee
}
li {
    min-height: 1.5em;
	padding-bottom: 4%
}
#content {
    background-color: #ffffff;
    width: 800px;
    padding: 0px;
    position: relative;
    margin: 0 auto
}
#header {
    text-align: right
}
#home {
	width: 800px;
	height: 566px;
    background-image: url(../image/home.png);
    position: relative
}
#link {
    color: white;
    text-align: left;
    margin: 0;
    position: absolute;
    left: 600px;
	top: 120px
}
#se00 {
    color: white;
    text-align: left;
    position: absolute;
    margin: 0;
    left: 340px;
    top: 320px
}
#caption {
	color: white;
	text-align: right;
	line-height: 1.5em;
    position: absolute;
	right: 20px;
	bottom: 0px;
}
#char1, #char2, #char3, #char4 {
    -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
            border-radius: 40px;
    width: 80px;
    position: absolute;
    text-align: center;
	color: rgb(153, 217, 234);
	background-color: white;
	font-size: 3rem
}
#char1, #char3, #char4 {
    height: 73px;
    padding-top: 7px;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro";
	font-weight: 800
}
#char1 {
	top: 20px;
	left: 330px;
}
#char2 {
	top: 10px;
	left: 400px;
    height: 69px;
    padding-top: 11px;
	font-family: Impact, Arial;
	font-weight: 500
}
#char3 {
	top: 10px;
	left: 470px;
}
#char4 {
	top: 20px;
	left: 540px;
}
