@charset "utf-8";


/*title
------------------------------------------------------------------------*/

div#title {
	height:125px;
	background: #000 url("../link/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:30px 0px 5px;
	background:#000;
	padding:3px 10px;
}


/*div.txtbox
------------------------------------------------------------------------*/
div.txtbox {
	margin:0px 20px 0px;
	}
	
div.txtbox ul {
	margin-left:0px;
	}

div.txtbox ul li {
	margin:3px 0px;
	}
