@charset "UTF-8";
/* CSS Document */

body{
	border:0;
	margin:0;
	padding:0;
	background-color:#282828;
	background-image:url(../images/bg.gif);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	border:0;
	outline:none;
	color:#e9d499;
	text-decoration:none;
	opacity:1;
}

a:hover{
	opacity:0.5;
}

img{
	border:0;	
}

/*for index.html*/
#content {
	margin:0;
	}

#content #flashcontent {
	padding     :0;
	border      :0;
	background-color:#282828;
	background-image:url(../images/bg.gif);
	}
	
#content #flashcontent noscript h1#logo{
	position:absolute;
	width:283px;
	height:41px;
	left:50%;
	top:50%;
	margin-left:-141px;
	margin-top:-20px;
}

div#footer{
	position:absolute;
	width:205px;
	height:34px;
	left:50%;
	top:100%;
	margin-left:-102px;
	margin-top:-34px;
	text-align:center;
}


/*for photo.html*/

h1#openGallery{
	position:absolute;
	width:283px;
	height:103px;
	left:50%;
	top:50%;
	margin-left:-141px;
	margin-top:-51px;
}


dl{
	visibility:hidden
}
