@charset "utf-8";

/* initialize */


body,form,fieldset {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-style: normal;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

blockquote,li,dt,dd {
	margin-left: 0em;
}

li {
	list-style: none;
}

input,textarea {
	font-size: 1em;
}

object,
embed,
img,
a img {
	margin: 0;
	padding: 0;
	border-width: 0;
	vertical-align: bottom;
}


/* clearfix */
/*
.clearfix {
    overflow: hidden;
}

.clearfix:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}

.clear {
	clear: both;
}*/

/* clearfix */

/*
.clearfix {
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


* html .clearfix {
    height: 1em;
    overflow: visible;
}
*/

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* boxtablecell */

  
.boxtablecell {   
	display:table-cell;   
}

.columnLeft {
	float: left;
}

.columnRight {
	float: right;
}