@charset "utf-8";

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

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

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

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

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

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

table {
	width:500px;
	}

table th,
table td {
	text-align:center;
	font-weight:normal;
	padding:3px 0;
	}
	
table th {
	font-size:small;
	line-height:1.3em;
	background:#f8f4ed;
	border-bottom:2px solid #c8c8c8;
	}
* html body table th {
	font-size:x-small;
	}
	
table tr.head th {
	font-weight:bold;
	background:#837764;
	color:#fff;
	line-height:1.5em;
	border-bottom:1px solid #c8c8c8;
	}	

.border tr.odd td {
	border-left:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	}

.border tr.even td {
	border-left:1px solid #c8c8c8;
	border-bottom:2px solid #c8c8c8;
	background:#;
	}
	
/* clear
----------------------------------------------- */
#column:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

