@charset "UTF-8";
body {
	background: #000000;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	color: #FFFFFF;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	min-width: 850px;
	min-height: 610px;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
}
#container_fade {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
}
#top_ci {
	height: 38px;
	width: 114px;
	position: absolute;
	top: 540px;
	left: 0px;
	margin: 0px 0px 30px;
	padding: 0px;
	text-align: left;
}
#ci {
	height: 38px;
	width: 114px;
	position: absolute;
	top: 450px;
	left: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#stage {
	margin: 15px 0px 0px;
	float: right;
	width: 550px;
	padding: 0px;
	background: #000000;
}
#planning_stage {
	margin: 15px 0px 0px;
	float: right;
	width: 550px;
	padding: 0px;
	height: 485px;
	background: #000000;
}

#creative_stage {
	margin: 15px 0px 0px;
	float: right;
	height: 485px;
	width: 550px;
	padding: 0px;
	background: #000000;
}

h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100％;
}
/* fadein用にvisibility:hidden; */
#zasshiryoku_stage,#stage,#top_wrapper,#container_fade{visibility: hidden;}

a img, a {
border-style: none;
}
a, a:focus, a:hover, a:active {
overflow: hidden; 
outline: none;
}


#footer {
	clear: both;
	position: absolute;
	left: 5px;
	top: 45px;
}




/* clearfix */
.clearfix:after {
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";  /* 新しい要素を作る */
  font-size: 0.1em;
}

.clearfix {
 display: inline-block;
  min-height: 1px;/* IE7 */
}

* html .clearfix {
  height: 1px;/* IE6 */
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
