﻿*{
   list-style-type:none;
   margin: 0px;
   padding: 0px;
}

body{
	background-color: #000;
}


.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

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


/* ダミーのメインCSS */
#dummy_main{
	width: 800px;
	height: 800px;
	background: #fff;
	margin: 0 auto;
}

/* スライドショー全体を加工ボックスのCSS */

#anime_container{
   width: 800px;
   margin: 0 auto;
   height: 300px;
   position: relative;
}

/* スライドショーの夜景の写真の部分のCSS */

#animeGalley{
   position: absolute;
   width: 800px;
   height: 300px;
   overflow: hidden;
}



#yakei{
   width: 100000px;
}


#yakei li img {
	vertical-align: bottom;
}

#yakeiFirst{
   width: 1000px;
}

#yakei li{
   float: left;
   position: absolute;
   top: 0px;
   left: 0px;
}

#yakeiFirst li{
   position: absolute;
   top: 0px;
   left: 0px;
}

/* スライドショーのウォークマのアニメの部分のCSS */

#animation_target{
   position: absolute;
   width: 130px;
   height: 170px;
   margin-top: 65px;
   margin-left: 115px;
   opacity: 1;
}

/* スライドショーのテキスト部分のCSS */

#textImgWarp {
	position:absolute; left:50; top:0; 
	width: 800px;
	height: 300px;
	}

#textImg {
	position:relative; width:800px;  
}

#textImg li {
	position:absolute; left:0; top:0; 
}#leftmain {
	float: left;
	background-color: #FFF;
	width: 800px;
	font-size: 13px;
}
.tbl {
	border-top-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#detailBox {
	margin:0 20px;
	width:500px;
	}


.menuList {
	margin:0 0 20px 0;
	padding:0;
	}
	
.menuList li {
	display:block;
	float:left;
	}

