/* Cascading Style Sheets, level 3 (CSS3) */
/* Atoll Bleu Creations S.A. : ver. 1.5 */

body{
	color:black;
	margin:0;
	padding:0;
	font-family:Century Gothic,Avant Garde Gothic,ITC Avant Garde Gothic,Helvetica,MS UI Gothic,Verdana;
	background-color:#ffffff;
	text-align:center;
/*	overflow:hidden;*/
}

#menu-fr,#menu-ja,#menu-en{
/*	position:absolute;
	top:-240px;
	left:572px;*/
	width:160px;
	margin-top: 40px;

/*	z-index:3;*/
	text-align:justify;
	white-space: nowrap;

	display: none;

	filter:alpha(opacity=0);
	opacity:0;
	-moz-opacity:0;
}

#logo{
	position:absolute;
	top:160px;
	left:-320px;
	z-index:1;
}
#logo-2{
	position:absolute;
	top:160px;
	left:40px;
	z-index:1;
}

#menu-lang{
	position:absolute;
	top:450px;
	left:440px;
	z-index:1;
	height:20px;
}

div.menu{
	margin:0;
	padding:0;
	height:40px;
	text-shadow:2px 3px 2px #cccccc;
	z-index: 9;
}

/* Win IE 4~6 */
* html div.menu span{
	font-size:7.5px;
	letter-spacing: 2px;
	white-space: nowrap;
	color:#666666;
}

div.menu span{
	font-size:xx-small;
	letter-spacing: 2px;
	white-space: nowrap;
	color:#666666;
}

a{
	text-decoration:none;
	color:#666666;
}
a:hover{color:#ff6600;}

.strike { text-decoration: line-through; }
