/* -----------------------------------------
version: 1.0b
description: default
----------------------------------------- */


/* Default Value
----------------------------------------- */
* {
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
	vertical-align: baseline;
	font-size: 100%;
	color: #333;
	}

img, table {
	border-width: 0;
	border-style: none;
	border-color: #fff;
	}

td {
	text-align: left;
	vertical-align: top;
	font-size: small;
	}

sup {
	vertical-align: super;
	}

input {
	vertical-align: middle;
	}


/* Headings
----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	}


/* Structured Text
----------------------------------------- */
em, strong, dfn, code, samp, kbd, var, blockquote, q, cite, pre, abbr, acronym, ins {
	font-weight: normal;
	font-style: normal;
	}


/* Font style elements
----------------------------------------- */
b, strong { font-weight: bold; }
i, em { font-style: italic; }
del { text-decoration: line-through; }


/* Break Point 
----------------------------------------- */
br.clr { 
	clear: both;
	font-size: 0;
	line-height: 0;
	}


/* Hidden
----------------------------------------- */
.alt {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	text-indent: -50000px;
	}


/* List
----------------------------------------- */
ul, ol, dl, menu, dir, li, dt, dd {
	list-style: none;
	}

/* Anchor
----------------------------------------- */
a,
a:link {
	color: #039;
	text-decoration: underline;
	}

a:visited {
	color: #609;
	}

a:hover {
	color: #f80;
	}
