body {
margin: 0px;
padding: 0px;
font-size: 80%;
line-height: 150%;
color: #333333;
background: #ececec;
}
img {
margin: 0px;
padding: 0px;
border: none;
}
a {
color: #000099;
}

h1 {
width: 550px;
line-height: 30px;
font-size: 120%;
background: url(images/h1_back.gif);
color: #333333;
text-indent: 20px;
}
h2 {
font-size: 120%;
border-bottom: 1px solid #3a649e;
text-indent: 20px;
}

/* rayout */
#rap {
width: 800px;
border-right: 1px solid #333333;
background: #ffffff;
}
#head {
}
#sub_menu {
height: 20px;
text-align: right;
padding-right: 19px;
}
#menu {
height: 30px;
background: url(images/menu_back.gif);
border-top: 1px solid #999999;
border-bottom: 1px solid #666666;
}
.menu_box {
float: left;
}
#contents {
background: url(images/contents_back.gif) repeat-x;
}
#front {
height: 280px;
background: url(images/front_back.jpg);
}
#flash {
float: left;
}
#news {
float: right;
width: 300px;
padding: 10px 10px 10px 5px;
margin-top: 20px;
}
#main {
width: 550px;
float: left;
padding: 10px 0px 10px 20px;
margin-top: 10px;
margin-bottom: 30px;
}
#banner {
width: 200px;
float: right;
padding: 10px;
border-left: 1px dotted #333333;
margin-top: 10px;
margin-bottom: 30px;
}
#foot {
clear: both;
height: 80px;
background: #336699;
color: #ffffff;
text-align: right;
padding: 10px;
}

/* menu */
#menu a {
width: 85px;
height: 30px;
display: block;
text-decoration: none;
color: #ffffff;
font-weight: bold;
line-height: 30px;
text-align: center;
float: left;
}
#menu a:hover {
background: url(images/menu_back02.gif);
}
#sub_menu a {
text-decoration: none;
color: #333333;
}
#sub_menu a:hover {
text-decoration: underline;
}
#foot a {
text-decoration: none;
color: #ffffff;
}
#foot a:hover {
text-decoration: underline;
}


/* image */
.image_left {
float: left;
margin: 0px 20px 20px 0px;
}
.image_right {
float: right;
margin: 0px 0px 20px 20px;
}
.image_m {
margin-right: 10px;
}
#banner img {
margin-bottom: 10px;
}

/* news */
.news_head {
line-height: 20px;
background: url(images/news_back.gif);
text-indent: 30px;
color: #ffffff;
font-weight: normal;
font-size: 100%;
}
#news ul {
margin: 0px;
padding: 0px;
list-style: none;
}
#news ul li {
line-height: 20px;
}
#news ul em {
margin-right: 10px;
font-style: normal;
}

/* table */
.table01 {
width: 100%;
}
.table02 {
vertical-align: top;
}

.clear {
clear: both;
}

/* form */
form table {
width: 100%;
}
form th {
text-align: left;
vertical-align: top;
}
form textarea {
width: 300px;
height: 150px;
}
































