@charset "utf-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";

h1,h2 {
	margin:0;
	padding:0;
	}

/* #menu
----------------------------------------------- */
#menu #m_menu  #cat03_1 a {background:url(../common/cat03_menu.gif) no-repeat -200px 0;}

/* #contentsbody
----------------------------------------------- */
h1 {
	background:url(../charter/images/h1.gif) no-repeat 0 0;
	height:110px;
	text-indent:-9999px;
	}

#contents {
	width:500px;
	margin:0 0 0 30px;
	}

h2 {
	background:url(../charter/images/h2.gif) no-repeat 0 0;
	height:35px;
	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 {
	text-indent:-9999px;
	height:25px;
	margin:30px 0 0;
	line-height:0.5em;
	}

.h3_1 {background:url(../charter/images/h3_1.gif) no-repeat 0 0;margin:15px 0 0;}
.h3_2 {background:url(../charter/images/h3_2.gif) no-repeat 0 0;}
.h3_3 {background:url(../charter/images/h3_3.gif) no-repeat 0 0;}
.h3_4 {background:url(../charter/images/h3_4.gif) no-repeat 0 0;}
.h3_5 {background:url(../charter/images/h3_5.gif) no-repeat 0 0;}
.h3_6 {background:url(../charter/images/h3_6.gif) no-repeat 0 0;}
.h3_7 {background:url(../charter/images/h3_7.gif) no-repeat 0 0;}

table {
	margin:10px 0 0;
	width:500px;
	border-top:1px dotted #c8c8c8;
	}

table th {
	font-size:small;
	width:70px;
	white-space:nowrap;
	padding:3px 10px;
	background:#f8f4ed;
	}
* html body table th {
	font-size:x-small;
	}

table td {
	padding:3px 10px;
	}

table th,
table td {
	border-bottom:1px dotted #ddd;
	}

table td ul {
	margin:0 0 5px 20px;
	list-style:disc;
	font-size:small;
	}
* html body ul {
	font-size:x-small;
	}

/* clear
----------------------------------------------- */
#column:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
