@charset "utf-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";

h1,h2 {
	margin:0;
	padding:0;
	}

/* #menu
----------------------------------------------- */
#menu #m_menu  #cat01_2 a {background:url(../common/cat01_menu.gif) no-repeat -200px -35px;}

/* #contentsbody
----------------------------------------------- */
h1 {
	background:url(../officer/images/h1.gif) no-repeat 0 0;
	height:110px;
	text-indent:-9999px;
	}

#contents {
	width:500px;
	margin:0 0 0 30px;
	}

h2 {
	background:url(../officer/images/h2.gif) no-repeat 0 0;
	height:35px;
	text-indent:-9999px;
	line-height:0.5em;
	}

table {
	width:500px;
	border-top:2px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	}

table th {
	border-bottom:1px solid #c8c8c8;
	border-right:1px dotted #c8c8c8;
	width:30%;
	white-space:nowrap;
	padding:5px 15px;
	background:#f8f4ed url(../common/diagonal.gif) 0 0;
	font-size:small;
	}

* html body table th {
	font-size:x-small;
	}

table td {
	border-bottom:1px solid #c8c8c8;
	padding:5px 0 5px 15px;
	}
	
table td.border_dot {
	border-bottom:1px dotted #c8c8c8;
	}

.table2 td {
	border-bottom:1px dotted #c8c8c8;
	}

h3 {
	background:url(../officer/images/h3.gif) no-repeat 0 0;
	height:20px;
	text-indent:-9999px;
	margin:30px 0 0;}

table.contact {
	margin:0;
	xxborder:3px solid #f0f0f0;
	border-top:none;
	border-bottom:none;
	background:none;
	font-size:small;
	}
* html body table.contact {
	font-size:x-small;
	}

table.contact th {
	background:none;
	width:1%;
	padding:10px 10px 0 0;
	vertical-align:top;
	border:none;
	}

table.contact td {
	background:none;
	padding:10px 0 0;
	border:none;
	}

/* clear
----------------------------------------------- */
#column:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
