@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Geneva, Arial, Verdana, sans-serif;
	font-size:100%;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
	color:#333333;
	background-color:#FFFFFF;
	font-size:0.8em;
	line-height:1.4em;
	padding:1em 0;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	a {
	color:#993300;
	}
	#contents{
	width: 1100px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px;
	text-align: center;
	margin-top: -360px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -550px;
	}
	h1 {
	font-size:2.2em;
	text-align:center;
	margin-top: -2em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
	text-indent: -6000px;
	background-image: url(../../img/headcopy.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 547px;
	}
	h2 {
	font-size:10px;
	text-align:center;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: -10em;
	margin-left: auto;
	font-weight: normal;
	}
	#foot{
	font-size: 10px;
	text-align: center;
	}
	#banner{
	height: 200px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	h2,#banner {position:relative; zoom:1;}
}
