/* CSS Document */

a.textlink:link, a.textlink:visited{
	font-weight:bold;
	color:#de0059;
	text-decoration:none;
}
a.textlink:hover, a.textlink:active{
	color:#de0059;
	text-decoration: underline;
}
a.textlink_small:link, a.textlink_small:visited{
	color:#de0059;
	text-decoration:none;
}
a.textlink_small:hover, a.textlink_small:active{
	color:#de0059;
	text-decoration: underline;
}
a.textlink2:link, a.textlink2:visited{
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
a.textlink2:hover, a.textlink2:active{
	color:#666666;
	text-decoration: underline;
}
a.textlink2_small:link, a.textlink2_small:visited{
	color:#666666;
	text-decoration:none;
}
a.textlink2_small:hover, a.textlink2_small:active{
	color:#666666;
	text-decoration: underline;
}


.text-input{
	width:138px;
	border:1px solid #de0059;
}
.area-input{
	width:368px;
	border:1px solid #de0059;
}
*html .area-input{
	width:370px;
	border:1px solid #de0059;
}
.select-input{
	width:140px;
	border:1px solid #de0059;
}
.select_small{
	width:63px;
	border:1px solid #de0059;
}
*html .select-input{
	width:142px;
	border:1px solid #de0059;
}
.submit-input{
	background:none;
	border:1px solid #de0059;
}
hr{
	border:0;
	border-top:1px solid #de0059;
	border-bottom: solid 1px #eeeeee;
}

ul li ul{
	padding:0;
	margin:10px 0 10px 20px;
}

.ueb_u{
	width:100%;
	height:20px;
	border-bottom:1px solid #de0059;
	display:block;
	font-weight:bold;
	
	margin-top:20px;
}
