@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background:#fff;
}

#massage_table_title
{
width:890px;
height:50px;
padding:20px 10px;
margin:20px 20px;
border:1px solid #FFB200;
}

#massage_table_title h1
{
font-size:18px;
font-weight:bold;
color:#2F7DD1;
}

#field_st
{
width:903px;
margin-left:20px;
margin-bottom:30px;
padding-left:10px;
color:#333333;
border:1px solid #FFB200;
}
#field_st a
{
color:#333333;
text-decoration:underline;
}
#field_st a:link
{
color:#333333;
text-decoration:underline;
}
#field_st a:hover
{
color:#333333;
text-decoration:none;
}

#field_legend
{
font-weight:bold;
color:#2F7DD1;
}