<!--

/*ボディー設定*/
body{
font-size:12px;
color:#000000;
line-height :20px;
background-color:#ebebeb;
cursor:tauto;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

/*各セル設定*/
p,th,td{
font-size:12px;
color:#000000;
line-height :20px;
}

/*セル文字（大）設定*/
.big{
font-size:14px;
color:#000000;
line-height :20px;

}

/*各ページヘッダセル背景色設定*/
.pageback {
font-size: 10px;
background-color: #ffffff;
}

/*1pxライン背景色設定*/
.line765 {
font-size: 10px;
background-color: #666666;
}

.fbg { background-color: #FFE8E8; }

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

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

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

a:active{
color:#006699;
text-decoration:none;
}


/*▼ここからフォーム部品設定*/
.select_gray { background-color: #cccccc; font-size:12px;}
.txt_blue { border:1px solid blue; background-color: #cccccc ;font-size:10pt;}
.button_Css { background-color:#9966cc; color:#ffffff;}
.button_black { background-color:#000000; color:#ffffff;}
.button_red { background-color:red; color:#ffffff;}

.text {
 border-right: #666666 1pt solid;
 border-top: #666666 1pt solid;
 border-left: #666666 1pt solid;
 border-bottom: #666666 1pt solid;
}

.wakured {
 border-right: red 1pt solid;
 border-top: red 1pt solid;
 border-left: red 1pt solid;
 border-bottom: red 1pt solid;
}


-->