@charset "utf-8";


/* ------------------------------------------------------
  about page Style Sheet
  Last Update 2009-00-00
------------------------------------------------------ */

/* table
------------------------------------------------------- */
/* table01 */
table.table01 {
width:100%;
background-image:url(/common/images/cmn_line_03.gif);
background-repeat:repeat-y;
background-position:20% 0;
}
table.table01 th {
width:20%;
padding:7px 7px 7px 0;
background-image:url(/common/images/cmn_line_02.gif);
background-repeat:repeat-x;
background-position:bottom;
}
table.table01 td {
width:80%;
padding:7px;
background-image:url(/common/images/cmn_line_02.gif);
background-repeat:repeat-x;
background-position:bottom;
}
table.table01 th.lastItem,
table.table01 td.lastItem {
background-image:none;
}
table.table01 td a {
color:#165429;
}
table.table01 td a img {
margin-top:-2px;
}

/* table02 */
table.table02 {
width:400px;
}
table.table02 th {
padding:7px 7px 7px 0;
background-image:url(/common/images/cmn_line_02.gif);
background-repeat:repeat-x;
background-position:bottom;
}
table.table02 td {
padding:7px;
background-image:url(/common/images/cmn_line_02.gif);
background-repeat:repeat-x;
background-position:bottom;
}
table.table02 th.lastItem,
table.table02 td.lastItem {
background-image:none;
}


/* mapArea
------------------------------------------------------- */
div#mapArea dl dt {
margin-bottom:3px;
color:#076b71;
}
div#mapArea dl dd {
padding-left:30px;
}


/* messageArea
------------------------------------------------------- */
div#messageArea div.imgArea {
float:left;
width:181px;
}
div#messageArea div.txtAreaLast {
float:right;
width:383px;
}