@charset "utf-8";








/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:#ffffff;
	font-size:74.5%;
	font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#000000;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}


img {
	border:0;
}




/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	position:absolute;
	top:0;
	left:0;
	width:1024px;
	height:768px;
	margin:0 0 0 0px;
	padding:0px;
	background:#ffffff ;
	color:#ffffff;
	text-align:center;
}

body > #contents {
	height:auto;
	min-height:768px;
}



#contents p.pageBack {
	margin:0;
	font-size:85%;
	text-align:right;

}











/* :::::::::: flasharea :::::::::: */

div#mainareaFlash{ /*flasharea*/
	position: relative;
	width: 1024x;
	height: 768px;
	margin:0px 0 0 0;
	_margin:0px 0 0 0;
	z-index: 1;
}

div#mainareanoFlash{ /*noflasharea*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 1024px;
	height: 768px;
	background-image: url(img/mark.jpg);
	background-repeat: no-repeat;
}

div#mainareanoFlash ul#img{
	margin:0 0 0 0px;
	padding:0 0 0 0;
}

div#mainareanoFlash ul#img li{ 
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style: none;
	display: inline;
}


#notice {
	width:1024px;
	margin:0 0 30px;
}

