﻿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: 21px; color: red;
 line-height: 150%;
}

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

.fe {
clear: both;
}

.privacypolicylink{
 font-size: 8px;
 text-align: center;
 }

.seolink{
 font-size: 10px;
 text-align: right;
 }

p {
 margin-top: 0px;
}

li{
	font-weight:700
}

strong {
 font-size: larger;
 color: red;
 padding: 3px 5px;
}

em{
 font-size: larger;
 font-style: normal;
 font-weight: 700;
 color: red;
 padding: 3px 5px;
}

.hutomoji {
 font-weight: 700;
}

.normalFontWeight{
	font-weight:normal
}

.black {
 color: #000000;
}

.red {
 color: #ff0000;
}

.blue {
 color: #0000ff;
}

.gray {
 color: #808080;
}

.green {
 color: #008000;
}

.uetuki{
 vertical-align: super;
 font-size: 80%;
 }

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;
}