﻿body{
 background-color: #c1ff66;
 margin-top: 20px; margin-bottom: 20px; margin-left: 3%; margin-right: 3%;
 padding: 0px;
 text-align: center;
 line-height: 150%;
 font-family: ＭＳ ゴシック,sans-serif; color: #333333;
 font-size: 14px;
 }
 
h1{
 font-size: 16px;
 line-height: 150%;
}

#sbox{
 width: 50%;
 padding: 0px 0px;
 text-align: center;
 font-size: 12px;
 font-weight: 600;
 float: left;
 }

.fe {
clear: both;
}

.linkli{
	margin-bottom:10px;
}

p {
 margin-top: 0px;
}

a:link {
 text-decoration: underline;
 color: #0000ff;
}

a:visited {
 text-decoration: underline;
 color: #0000ff;
}

a:hover {
 text-decoration: underline;
 position: relative; top: 1px; left: 1px;
 color: #ff0000;
}