@charset "shift-jis";

/* initialize */


body,form,fieldset {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

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: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
    overflow: visible;
}
/**/

.clear {
	clear: both;
}


/* boxtablecell */

  
.boxtablecell {   
 display:table-cell;   
}

* html .boxtablecell { 
	/* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html .boxtablecell { 
	/* IE 7 */
	display:inline;
	zoom:1;
}

/*\*//*/
* html .boxtablecell {
	display:inline-block;
}
/* IE5 */


/* complex column */

.columnContainer {
    overflow: hidden;
}

.columnContainer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .columnContainer {
    height: 1em;
    overflow: visible;
}
/**/

.columnLeft {
	float: left;
}

.columnRight {
	float: right;
}