@charset "utf-8";


/*title
------------------------------------------------------------------------*/

div#title {
	height:125px;
	background: #000 url("../guide/images/title.jpg") no-repeat;
	}

div#title h2 {
	position: absolute;
	left: -1000px;
	width: 100px;
	}


/*container
------------------------------------------------------------------------*/

div#container {
	background: none;
	}

/*h3
------------------------------------------------------------------------*/
h3 {
	font-weight:bold;
	color:#FFD800;
	margin:0px 0px 5px;
	background:#000;
	padding:3px 10px;
}

/*h4
------------------------------------------------------------------------*/
h4 {
	font-weight:bold;
	color:#FFB423;
	margin:30px 0px 7px;
	padding:5px 8px 3px;
	border-bottom:3px double #936B0C;
	background:#333;
}

/*div.txtbox
------------------------------------------------------------------------*/
div.txtbox {
	margin:0px 20px 0px;
	}

/*dt
------------------------------------------------------------------------*/
div.txtbox dt {
	border-bottom:1px dotted #9E9E9E;
	padding:0px 0px 2px 0px;
	margin:0px 0px 3px 0px;
}

div.txtbox dd {
	margin:0px 1em 10px 1em;
}

/*div.imgbox
------------------------------------------------------------------------*/
div.imgbox {
	margin:10px 10px;
	}

/*top1em
------------------------------------------------------------------------*/
p.top1em {
	margin:1em 0px 0px;
	}
