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

html{
-webkit-text-size-adjust:none
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, lengend, button, input, textarea, th, td, table {
	margin:0;
	padding:0;
}

ul, li, ol {
	list-style:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
	cursor:pointer;
	color:#336699;
}

fieldset{
	border:none;
}

input[type="button"],input[type="submit"] {
	/*border:1px solid #999999;*/
}

a:hover{
	color:#6699CC;
}

hr.dotted{
	border:0;
	border-top:1px dotted #CCCCCC;
	height:1px;
	margin-bottom:10px;
}

.clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	clear:both;
	zoom:1;
}

.cursor {
    cursor: pointer;
	cursor: hand;
}
