﻿.item_space { padding:10px; }
.run-btn_2								/* ２文字ボタン　標準サイズ */
{
		padding-top: 3px;
		background: ButtonFace url(/images/btn_back_green.gif) repeat;
		text-align:center;
		color: #4b4b4b;    /*　薄いグレー　*/
/*	    font-weight: bold;*/
		font-size: 12px;
		border-top:2px solid #9CD168;
		border-left:2px solid #9CD168;
		border-bottom:2px solid #669933;
		border-right:2px solid #669933;
		width:60px
}
.run-btn_2_11								/* ２文字ボタン　フォントサイズ11 */
{
		padding-top: 2px;
		background: ButtonFace url(/images/btn_back_green.gif) repeat;
		text-align:center;
		color: #4b4b4b;    /*　薄いグレー　*/
/*	    font-weight: bold;*/
		font-size: 12px;
		border-top:2px solid #9CD168;
		border-left:2px solid #9CD168;
		border-bottom:2px solid #669933;
		border-right:2px solid #669933;
		width:45px
}
.run-btn_2_40								/* ２文字ボタン　横幅が40px */
{
		padding-top: 3px;
		background: ButtonFace url(/images/btn_back_green.gif) repeat;
		text-align:center;
		color: #4b4b4b;    /*　薄いグレー　*/
/*	    font-weight: bold;*/
		font-size: 12px;
		border-top:2px solid #9CD168;
		border-left:2px solid #9CD168;
		border-bottom:2px solid #669933;
		border-right:2px solid #669933;
		width:40px
}
.send_btn2             /* フォント11px　ボールドなし 2文字用 横幅が30px */
{
		padding-top: 3px;
		background: ButtonFace url(/images/btn_back_green.gif) repeat;
		text-align:center;
		color: #4b4b4b;    /*　薄いグレー　*/
		font-size: 11px;
/*	    font-weight: bold;*/
		border-top:2px solid #9CD168;
		border-left:2px solid #9CD168;
		border-bottom:2px solid #669933;
		border-right:2px solid #669933;
		width:30px
}
.send_btn4             /* フォント12px　ボールドなし 4文字用 */
{
		padding-top: 3px;
		background: ButtonFace url(/images/btn_back_green.gif) repeat;
		text-align:center;
		color: #4b4b4b;    /*　薄いグレー　*/
		font-size: 12px;
/*   	font-weight: bold;*/
		border-top:2px solid #9CD168;
		border-left:2px solid #9CD168;
		border-bottom:2px solid #669933;
		border-right:2px solid #669933;
		width:60px
}
.send_btn5             /* フォント12px　ボールドなし 5文字用 */
{
		padding-top: 3px;
		background: ButtonFace url(/images/btn_back_green.gif) repeat;
		text-align:center;
		color: #4b4b4b;    /*　薄いグレー　*/
		font-size: 12px;
/*   	font-weight: bold;*/
		border-top:2px solid #9CD168;
		border-left:2px solid #9CD168;
		border-bottom:2px solid #669933;
		border-right:2px solid #669933;
		width:75px
}
.send_btn6             /* フォント12px　ボールドなし 6文字用 */
{
		padding-top: 3px;
		background: ButtonFace url(/images/btn_back_green.gif) repeat;
		text-align:center;
		color: #4b4b4b;    /*　薄いグレー　*/
		font-size: 12px;
/*	    font-weight: bold;*/
		border-top:2px solid #9CD168;
		border-left:2px solid #9CD168;
		border-bottom:2px solid #669933;
		border-right:2px solid #669933;
		width:85px
}
.send_btn7             /* フォント12px　ボールドなし 7文字用 */
{
		padding-top: 3px;
		background: ButtonFace url(/images/btn_back_green.gif) repeat;
		text-align:center;
		color: #4b4b4b;    /*　薄いグレー　*/
		font-size: 12px;
/*	    font-weight: bold;*/
		border-top:2px solid #9CD168;
		border-left:2px solid #9CD168;
		border-bottom:2px solid #669933;
		border-right:2px solid #669933;
		width:105px
}
.send_btn_mp             /* フォント16px　ボールドなし 7文字用 */
{
		padding-top: 3px;
		background: ButtonFace url(/images/btn_back_green.gif) repeat;
		text-align:center;
		color: #4b4b4b;    /*　薄いグレー　*/
		font-size: 16px;
	    font-weight: bold;
		border-top:2px solid #9CD168;
		border-left:2px solid #9CD168;
		border-bottom:2px solid #669933;
		border-right:2px solid #669933;
		width:150px
}
.rundown								/* 各メニューの説明 */
{
    color:#666666;
}
.tools-rundown					/* ツールの説明 */
{
    color:#3c3c3c;
    padding:10px 0px;
}

#item
{
    font-weight: bold;
    font-size: 12pt;
    color: #333333;
    padding: 10px 0px 5px 0px;
}
.mini_txt_b
{
    font-weight: bold;
    font-size: 10pt;
    color: #004B10;
    padding-right:7px
}
.mini_txt
{
    font-size: 10pt;
    color: #004B10;
}

table.number_case
{
    padding-bottom:5px
}
a.my_p  {
	display:block;
	background-image:url(/images/go_mypage_off.gif);
	width:166px;
	height:32px;
}
a:hover.my_p  {
	background-image:url(/images/go_mypage_on.gif);
}
