@charset "utf-8";

/* ---------- [default] ---------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
html {
	overflow-y:scroll;
	font-size:62.5%;
	line-height: 1.4;
}
p {
	margin:0 0 1em 0;
}
ul,ol {
	list-style:none;
}
img,a img {
  vertical-align:bottom;
  border:0;
  background:transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
object,embed {
  vertical-align:top;
}
em,address,dfn {
	font-style:normal;
}
a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: #459309;
}
a:active {
	color:#FF6600;
}
.clearfix {
	 zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clear {
	clear:both;
}
.texthide {
	display: none;
}
