@charset "utf-8";

A:link    { color:#1D3994; text-decoration:underline;}
A:visited { color:#941D55; text-decoration:underline;}
a:hover   { text-decoration:none;}
A:active  { text-decoration:none;}
BODY,TD   { font-size:10pt; font-family:"MS UI Gothic"; color:#2F2F2F; text-align: center;}
H3        { font-size:13pt; color:#FF9BCD; font-family:"Verdana"; }
H4        { font-size:17pt; font-family:"Verdana"; }
I         { font-size:11pt; font-style:normal; font-family:"‚l‚r ‚oƒSƒVƒbƒN"; }
U         { font-size:18pt; font-style:normal; text-decoration:none; font-family:"MS UI Gothic"; }
B,TH      { font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:10pt; }
H1        { font-size:30pt; font-family:"Times New Roman";}
div		  {	margin: 0; padding: 0; }

#wrapper {
  width: 900px; 
  text-align: left;
  margin: 0 auto;
  background: #FFF;
  padding: 0px 30px;
  border: 1px solid #c0c5cf;
}

table#table01 {
	margin: 10px 0 20px;
    border: 1px #b1b4ba solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table01 th {
    padding: 5px;
    border: #b1b4ba solid;
    border-width: 0 0 1px 1px;
    background: #dee1e8;
    font-weight: bold;
    line-height: 120%;
	white-space: nowrap;	
}
table#table01 td {
    padding: 5px;
    border: 1px #b1b4ba solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#table01 td.tbtxt{ text-align: left; }

.floatR{
	float: right;
	margin: 0 0 15px 15px;
}

.floatL{
	float: left;
	margin: 0 15px 15px 0 ;
}

.clearf{
	clear: both;
}
