@charset "utf-8";

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

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

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

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

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

table {
	width:500px;
	font-size:small;
	margin:0;
	}

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

table tr.head th {
	text-align:center;
	border-right:1px dotted #ddd;
	background:#837764;
	color:#fff;
	white-space:nowrap;
	font-weight:bold;
	line-height:1.3em;
	padding:2px;}

table tr th {
	border-bottom:1px solid #ddd;
	font-weight:normal;
	padding:5px;
	white-space:nowrap;
	}

table td {
	border-bottom:1px solid #ddd;
	border-left:1px dotted #ddd;
	padding:5px;
	}
	
.stripe .bg {background:#f8f4ed;}


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