@charset "utf-8";

/*----- reset -----*/
body, div, h1, h2, p, ul, li { margin:0; padding:0; }
ul, li { list-style:none;}
img { border:0; }

/*----- clearfix -----*/
.clearfix:after { content:""; display:block; clear:both; height:0; visibility:hidden; line-height:0; font-size:0; }
.clearfix { display: inline-block; }
/* exlude MacIE5 ¥*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*----- font -----*/
html {
	font-size:16px; /* 62.5% == 10px : 69%(firefox) 65.9%(ie) == 11px :75% == 12px */ 
	font-family:"Lucida Grande", Verdana, sans-serif;
}
body { font-size:11px; }
h1 { font-weight:normal; }
div, p { line-height:12pt; }
/*.mac.gecko p { opacity:0.99999; }*/

/* for WinIE6*/
* html { font-size:medium; }
* html body {
	font-size:65.9%;
	font-family:Verdana, "MS P ゴシック", sans-serif;
	letter-spacing:1px;
	vertical-align:baseline;
}

/* for WinIE7*/
*:first-child+html { font-size:medium; }
*:first-child+html body { 
	font-size:65.9%;
	font-family:"メイリオ", Meiryo, sans-serif;
}

/*----- hack import -----*/
/*Mac IE5.x only*/
/*\*//*/
	@import "hack/ie5mac.css";
/**/
/*End Mac IE5.x only*/


/*----- global -----*/

body {
	background-color:#F5EEE7;
	text-align:center;
	margin:0;
	padding:0;
}

#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:900px;
}

#wrapper p#copyright {
	text-align:center;
	width:900px;
	position:absolute;
	top:570px;
	color:#000000;
	font-size:10px;
	z-index:100;
}

a { color:#336666; }

h1 {
	font-size:14px;
	font-weight:bold;
	color:#333300;
}

#container {
	position:relative;
	top:94px;
	left:0;
	text-align:center;
	z-index:1;
}

#container p {
	line-height:14px;
	color:#666666;
}
.mac.gecko #container p { color:#777777; }
/*.mac.gecko p#copyright { opacity:1; }*/

.noDisplay { display:none; }
.win .animation { display:none; }
