@charset "utf-8";

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

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

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

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

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

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

#contents ol {
	margin:20px 0 0 30px;
	padding:0;
	list-style:decimal;}

#contents li {
	margin:5px 0 0;
	padding:0;
	}

.h3_1,
.h3_2,
.h3_3 {
	text-indent:-9999px;
	height:90px;
	margin:15px 0 0;}

.h3_1 {background:url(../purpose/images/h3_1.gif) no-repeat 0 0;margin:30px 0 0;}
.h3_2 {background:url(../purpose/images/h3_2.gif) no-repeat 0 0;}
.h3_3 {background:url(../purpose/images/h3_3.gif) no-repeat 0 0;}


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

