
@charset "utf-8";
/* CSS Document */


body{
	background: ;
}

*, body, .uline, input, textarea, select, .btn{
	color:# 10391e;}

a{
	color: #6c58a6;	text-decoration: none;
}

a:hover{
	color: #25580e;}

input[type="button"], input[type="submit"], button, .btn{
	color: #ffffff;	text-decoration: none;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover, .btn:hover{
	color: #ffffff;}


input[type="button"], input[type="submit"], button, #jp_playlist_1, #sresult, .btn{
	background: #18ad2a; /* Old browsers */
	background: -moz-linear-gradient(top,  #18ad2a 0%, #25580e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18ad2a), color-stop(100%,#25580e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #18ad2a 0%,#25580e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #18ad2a 0%,#25580e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #18ad2a 0%,#25580e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #18ad2a 0%,#25580e 100%); /* W3C */
	}

input[type="button"]:hover, input[type="submit"]:hover, button:hover, .btn:hover{
	background: #25580e; /* Old browsers */
	background: -moz-linear-gradient(top,  #25580e 0%, #18ad2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25580e), color-stop(100%,#18ad2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #25580e 0%,#18ad2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #25580e 0%,#18ad2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #25580e 0%,#18ad2a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #25580e 0%,#18ad2a 100%); /* W3C */
	}


button, input, textarea, select, #jp_playlist_1, .border, .btn, #calendar td{
	border: #25580e solid 1px;	border-radius: 10px;
	-moz-border-radius: 10px;
}

.comment td{
	border-top: #25580e solid 1px;}
