@charset "utf-8";



/* Browser Resert

---------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
	border:0px;
}





caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}


h1,h2,h3,h4,h5,h6, {
	font-size: 100%;
	font-weight: normal;

}

address{
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	font-style:normal;
	text-align:left;
}



/* Font

---------------------------------------------------- */

body {
	color:#FFFFFF;
	font-size:10px;
	_font-size:62.5%;

	line-height:1.3em;
	font-family : Arial,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #000000;
}



/* LINK

----------------------------------------------------- */
a:link    {color:#FFFFCC;}
a:visited {color:#FFFFCC;}
a:hover   {color:#FFFFCC;}
/*a:active  {
	color:#FFFFCC;
	background-image: url(../../reserve/images/btn_cal.jpg);
	background-repeat: no-repeat;
}*/


/* Table 

----------------------------------------------------- */




/* ist */

ul,li{
	list-style:none;
}


/* Clear 

----------------------------------------------------- */


/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/



.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}