@charset "utf-8";

* {
	padding:0;
	margin:0;
}

body {
	font: 0.8em/1.4em Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

/* link */
a:link { color: #00f; }
a:visited { color: #551a8b; }

/* image media */

img,a img {
	background:transparent;
	border:none;
	vertical-align:bottom;
}

object,embed { vertical-align:top; } 

/* list */

ul,ol,dl { list-style:none; }
li { display:list-item; }

/* table */

table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
th,td {
	border:solid 1px #000;
	font-weight:normal;
	padding:2px;
	text-align:left;
	vertical-align:top;
}
th {
	background-color:#fcfcfc;
	font-weight:bold;
	text-align:center;
}
caption { text-align:left; }

/* form */

fieldset { border:none; }

/* hr */

hr {
	border:none;
	border-top:1px solid #000;
	height:0px;
	margin:7px 0;
}
* html hr {/* for -IE6 */
	margin:0;
}
*+html hr {/* for IE7 */
	margin:0;
}

/*----------------------------------------------------------------------
 .class
----------------------------------------------------------------------*/

.hidden { display:none !important; height:0; width:0; }