@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-size:100%;
	height: 100%;
	line-height:1;
	background-color: #ffffff;
	color: #000;
}
html {
	background-color: #ffffff;
}
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, footer, header, hgroup, i, iframe, ins, kbd, keygen, label, legend, meter, nav, object, output, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, tt, u, var, video {
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:top;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a:link {
	text-decoration: none;
	color:#686868;
}
a:visited {
	text-decoration: none;
	color:#686868;
}
a:hover {
	text-decoration: underline;
	color:#686868;
}
a:active {
	text-decoration: none;
	color:#686868;
}

form {
	margin: 0;
	padding: 0;
}

input{
}

input, select {
	vertical-align: middle;
}

embed {
	vertical-align:top;
}

ul, ol, li {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h5 {
	font-size:16px;
}

p{
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align:top;
}

table {
	border: none;
	border-collapse:collapse;
	border-spacing:0
}

br {
	letter-spacing: normal;
	height:0;
	font-size:0px;
	line-height:0px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

address , em{
	font-style: normal;
	font-size:14px;
	padding:0px;
	margin:0px;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}

/*
*{
border:#999999 1px solid;
}
*/