BODY {
-webkit-text-size-adjust:100%;
	text-align:left;
	background-color:#ffffff;/*全体の背景色-----------------*/
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;/*基本の文字サイズ-----------------*/
	line-height:170%;
	color:#81511C;/*基本の文字色-----------------*/
	margin-top:0px;/*コンテンツボックスを上端から離さない-----------------*/
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	}

TD{
        font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;
        font-size:12px;
        color:#81511C
        }

STRONG{
        font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;
        font-size:14px;
        color:#81511C
        }
SMALL{
        font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;
        font-size:10px;
        color:#81511C
        }
B{
        font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;
        font-weight:bold;
        }
OL{
        font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;
        font-size:10px;
        color:#81511C
        }
.msg{
        font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;
        font-size:8.5px;
        color:#81511C
        }
.font12px{
        font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;
        font-size:12px;
        }
.font10px{
        font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;
        font-size:10px;
        }

/*表示用ボックス-----------------*/
.box{
background-color:#ddeeff;/*背景色*/
font-size:14px;/*文字サイズ*/
color:#445E35;/*文字の色*/
font-weight:bold;/*太い文字で*/
padding:4px;
display:table-cell;/*内側の要素をボックス中央に表示*/
}

/*タイトルバー-----------------*/
.bar{
background-color:#e6fff2;/*背景色*/
font-size:14px;/*文字サイズ*/
color:#445E35;/*文字の色*/
font-weight:bold;/*太い文字で*/
padding:4px;
}
/*タイトルバーの■模様一番左-----------------*/
.color1{
color:#7fff7f;　/*■の色*/
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*タイトルバーの■模様真ん中-----------------*/
.color2{
color:#bfff7f;　/*■の色*/
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*タイトルバーの■模様一番右-----------------*/
.color3{
color:#7fffbf;　/*■の色*/
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a:hover {
       position:relative;top:2px;left:2px; /* マウスが乗ると引っ込む */
}