body {
	color: #606060;
	line-height : 130%;
	font: 12px "MS UI Gothic", Osaka;
        background: #efefef url() repeat-x center 0;
        margin: 0;
        padding: 0;
        border-spacing: 0;
        scrollbar-3dlight-color: #303030;
        scrollbar-arrow-color: #353535;
        scrollbar-darkshadow-color: #a0a0a0;
        scrollbar-face-color: #dfdfe5;
        scrollbar-highlight-color: #d0d0d0;
        scrollbar-shadow-color: #606060;
        scrollbar-track-color: #dfdfe5;
        }

img {
        border: none 0;
	}



td {
	font: 12px "MS UI Gothic", Osaka;
	}

/* ハイパーリンク */
a:link{
	color :#3030d0; 
	text-decoration:none;
	
}
a:visited{
	color :#6060a0; 
	text-decoration:none;
	
	
}
a:active{
	color :#0000ff; 
	text-decoration: none;
	
}
a:hover{
	color            :#d03030;
	text-decoration: underline;
}

   

.red {
	color: #ff0000;
	font: 12px "MS UI Gothic",Osaka;
}

.left {
	text-align: left;
}



.center {
	text-align: center;
}

.right {
	text-align: right;
}
        
input,select,textarea {
	color: #303030;
        background-color: #EFEFEF;
        border: solid 1px #9A7905;
        }
       

.rev {
	color: #303030;
	font: 10px "MS UI Gothic", Osaka;
        }

.bbs {
        border: solid 1px #606060;
        }
 


/* 区切り線の基本設定 5px*/
hr.hr_1{
	height           :10px;
	color            :#B7B7B7;
	background-color :#B7B7B7;
	border-style     : none;
	width            : 100%;
}

/*** 文字の左寄せ ***/
div.left_1,
td.left_1,
span.left_1,
th.left_1 {
	text-align :left;
        vertical-align: top;	
        font-size : 9pt;
        margin-left :5px;
        margin-right :5px;
        line-height : 110%;

}

div.left_2,
td.left_2,
span.left_2,
th.left_2,
caption.left_2  {
	text-align :left;
        font-size : 11pt;
        color: #3cc143;
        margin-left :5px;
        margin-right :5px;
        line-height : 110%;
}

div.left_3,
td.left_3,
span.left_3,
th.left_3,
caption.left_3  {
	text-align :left;
        font-size : 9pt;
        color: #3cc143;
        margin-left :5px;
        margin-right :5px;
        line-height : 110%;
}
div.left_5,
td.left_5,
span.left_5,
th.left_5 {
	text-align :left;
        vertical-align: top;	
        font-size : 9pt;
        margin-left :5px;
        margin-right :5px;
        line-height : 110%;
        color: #bc4040

}

/***文字の中央寄せ ***/

div.center_1,
td.center_1,
span.center_1,
th.center_1 {
	text-align :center;
        font-size : 9pt;
        line-height : 140%;
}

/*** 文字の右寄せ ***/
div.right_1,
td.right_1,
span.right_1,
th.right_1 {
	text-align :right;
        font-size : 9pt;
        margin-left :5px;
        margin-right :5px;
        line-height : 120%;
}

div.right_02{
        text-align: right; 
        color: #efefef;font-size: 9pt; 
        margin-top: 5px; margin-right: 10px;
        }

/*** table　の設定 ***/

table.table_00{
        border:solid 1px #999999;
        background: #EEE8AA;
}        

table.table_01 {
        table-layout: fixed; 
        border-spacing: 0px;
        padding: 2px; 
        }
        
table.table_02 {
        border-spacing: 0px;
        padding: 2px; 
        }        