@charset "utf-8";
body{
	background-image: url(../global_img/nel_bk.jpg);
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	color: #333333;
}
#main{
	width: 882px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px;
}
#main dl{
	width: 832px;
	display: block;
}
#main dt{
	color: #990000;
	display: block;
}
#main dd{
	display: block;
	margin-left: 1em;
}

#main_box{
	display: block;
	float: left;
	width: 401px;
}
#main dl a{
	text-decoration: none;
}
#main dl a:hover{
	text-decoration: underline;
}

.txt14p{
	font-size: 116%;
	font-weight: bold;
}

