@charset "utf-8";

/* reset */

*{
	font-size: 100%;
	font-style: normal;
	margin: 0;
	padding: 0;
}


/*img {
	display:block;
	border: none;
	vertical-align:bottom;
}*/


img {
	border:none;
}

ul {
	list-style-type: none;
}


body {
	font-size: 12px;
	font-style: normal;
	font-family:"メイリオ", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#603813;
}




/* for IE6/7 */ 

*font-size: small;


/* for IE Quirks Mode */

*font:x-small;
	color: #000000;
	background-color: #FFFFFF;

}

table {
	font-size:inherit;
	font:100%;
	/*border-collapse:collapse;*/
}


.dispNone {
	display: none;
}

.fL {
	float: left;
}
.fR {
	float: right;
}

.floatClear {
	clear: both;
	display: block;
}


section, nav, article, aside, hgroup, header, footer, figure, figcaption {
  display: block;
}


/* ------------------------------------------------------
clearfix 
------------------------------------------------------ */
.cf {
zoom:1;/*for IE 5.5-7*/
}
.cf:after{/*for modern browser*/
content:".";
display: block;
height:0px;
clear:both;
line-height:0;
visibility:hidden;
}
.clearBox {
	font-size: 0.1px;
	line-height: 1%;
	clear: both;
	height: 0px;
	width: 0px;
}