h3 {
	margin: 10px 0px -5px 0px;
}

p.bug {
	background-color: #FDD;
	border: solid 1px #C00;
	margin: 0px 0px 15px 0px;
	padding: 5px;
}

p.bug strong {
	color: #C00;
	font-size: 14px;
}

p.bug span {
	background-color: #C00;
	color: #FFF;
	display: block;
	padding: 2px;
	margin: 4px 0px 3px 0px;
}

div.leftBox {
	float: left;
	width: 48%;
}

div.rightBox {
	float: right;
	width: 48%;
}

div.indexBox01 {
	clear: both;
	width: 100%;
}

ul.nest {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

ul.nest li {
	background-color: transparent;
	background-image: url(../img/i_list_n.gif);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 150%;
	margin: 4px 0px;
	padding-left: 13px;
}

div.att {
	border-top: solid 1px #666;
	padding-bottom: 15px;
}

div.att p {
	border-top: solid 1px #BBB;
	padding-top: 10px;
}

span.memo{
	text-decoration: underline; 
}

textarea.formtext {
	width: 450px;
}