@CHARSET "UTF-8";
body         { background-color: #e6e6e6; }
select       { width: 120px; background-color: #ffffe0; }
input.long   { width: 710px; background-color: #ffffe0; }
input.middle { width: 310px; background-color: #ffffe0; }
input.short  { width: 210px; background-color: #ffffe0; }
textarea.a   { width: 800px; background-color: #ffffe0; height: 400px; }
textarea.a1  { width: 800px; background-color: #ffffe0; height: 400px; wrap: off;}
textarea.a2  { width: 628px; background-color: #ffffe0; height: 400px; wrap: on; }
textarea.a3  { width: 465px; background-color: #ffffe0; height: 400px; wrap: on; }
textarea.b   { width: 400px; background-color: #ffffe0; height: 400px; }
textarea.c   { width: 710px; background-color: #ffffe0; height:  16px; }
textarea.d   { width: 310px; background-color: #ffffe0; height:  16px; }
textarea.e   { width: 800px; background-color: #ffffe0; height:  72px; }
textarea.t   { width: 628px; background-color: #ffffe0; height:  16px; }
table.a      {               background-color: #a52a2a; }
th           {               background-color: #d0ffd0; }
td           {               background-color: #ffffe0; }
image        { width: 260px; }
div.center {
    text-align: center;
	width: 800px;
}
div.block_a {
    float: left;
    height: 30px;
    width:  80px;
    clear:  both;
}
div.block_a1 {
    float: left;
    height: 30px;
    width:  80px;
}
div.block_b {
    float: left;
    height: 30px;
    width:  10px;
}
div.block_b1 {
    float: left;
    height: 30px;
    width:  20px;
}
div.block_c {
    float: left;
    height: 30px;
    width: 710px;
}
div.block_c1 {
	float: left;
    height: 30px;
    width: 310px;
}
div.block_c2 {
    height: 30px;
    width: 310px;
}
div.block_c3 {
    clear:  both;
}
div.block_d {
    float: left;
    text-align: center;
    width: 260px;
}
div.block_e {
    text-align: center;
    width: 260px;
}
div.block_f {
    height:   3em;
    width:  800px;
}
div.block_g {
    height: 1.5em;
    width:  800px;
    text-align: center;
    font-weight: bold;
}
div.block_g1 {
    height: 120px;
    width:  800px;
    text-align: center;
    font-weight: bold;
}
div.block_h {
    clear: both;
    float: left;
    width: 250px;
}
div.block_i {
    float: left;
    width:  80px;
}
div.block_j {
    float: left;
    height: 30px;
    width: 210px;
    text-align: right;
}
div.block_j1 {
    float: left;
    height: 30px;
    width: 300px;
    text-align: left;
}
div.block_k {
    height: 25px;
    width: 800px;
    clear: both;
}
div.block_l1 {
	float: left;
    width: 400px;
    clear: both;
}
div.block_l2 {
	float: left;
    width: 400px;
}
div.block_m {
    width: 300px;
}
div.block_n {
	display: block;
	padding: 5px;
	background_color: #ff9900;
	text-decoration: none;
    width: 220px;
    height: 105px;
    margin-left:auto;
    margin-right:auto;
    border-top   : 1px solid #0000ff;
    border-bottom: 1px solid #0000ff;
    border-right : 1px solid #0000ff;
    border-left  : 1px solid #0000ff;
}
div.block_o1 {
	float: left;
    width: 60px;
	text-align: left;
}
div.block_o2 {
    text-align: left;
}
div.block_o3 {
    height: 24px;
}
div.block_p1 {
	float: left;
    width: 640px;
    clear: both;
}
div.block_p2 {
	float: left;
    width: 640px;
}
#long_button {
	padding: 2px;
	width: 120px;
    text-align: left;
}
#long_content {
	padding-top:     0px;
	padding-bottom:  0px;
    padding-left:    2px;
    padding-right:   2px;
    border-width:    1px;
    border-style:  solid;
    width:         640px;
	text-align: left;
	color:      #000000;
	background: #ffffe0;
	line-height: 140%;
}
#short_content {
	padding-top:     0px;
	padding-bottom:  0px;
    padding-left:    2px;
    padding-right:   2px;
    border-width:    1px;
    border-style:  solid;
    width:         477px;
    text-align: left;
	color:      #000000;
	background: #ffffe0;
	line-height: 140%;
}
