/* CSS Document */


/* ---- reset CSS ---- */
body,
div,
ul,li,ol,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
table,th,td,
form,
p {
		margin : 0px;
		padding: 0px;
}
body {
		margin:0 auto;
		padding:0;
		text-align:center;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
		font-size:100%;
		color:#4e4e4e;
		background-color: #FF6600;
		background-image: url(../images/common/bg_body.gif);
		background-repeat: repeat;
	}
ul,ol {list-style:none;}
li li {font-size:inherit;}


/* ---- rset CSS end ---- */

/* --clearfix -- */
.clearfix:after{
	content : '';
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}
* html .clearfix{
	clear : both;
	overflow : hidden;
}
*:first-child+html .clearfix{
	clear : both;
	overflow : hidden;
}
/* holly hack*/
 /*\*//*/
  height: auto;
  overflow: hidden;
  /**/

/* -- clearfix end --*/
