@charset "UTF-8";

/****************************************

          4.content

*****************************************/
body { 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px; 
	line-height: 1.6;
	color:#FFF;
	overflow-x: hidden; 
	background-image:none; 
	background-color:#050405;
	}
#mainContent {
	position: relative;
	width: 2400px;
	height: 638px;
	overflow: hidden;
	left: 50%;
	margin-left: -1200px;
	}
#chara {
   width: 1470px;
   height: 638px;
   margin: 0 auto;
   overflow: hidden;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 30;
}
#twitter {
   width: 302px;
   height: 394px;
   padding: 23px 24px 20px 28px;
   margin: 0 auto;
   overflow: hidden;
   position: absolute;
   top: 97px;
   left: 700px;
   z-index: 50;
	background: url(../images/home/tw-bg.png) repeat;
}
#twitter h3 {
   margin-bottom: 10px;
}


#scrollAuto {
   width: 2400px;
   height: 638px;
   overflow: hidden;
   position: absolute;
   top: 0;
   z-index: 20;
}
/*center*/
#scrollContent .img01 {
	position: absolute;
	top: 0;
	left: 600px;
	width: 1200px;
}
#scrollContent .img02 {
	position: absolute;
	top: 638px;
	left: 600px;
	width: 1200px;
}
/*left*/
#scrollContent .img03 {
	position: absolute;
	top: 0;
	left: -600px;
	width: 1200px;
}
#scrollContent .img04 {
	position: absolute;
	top: 638px;
	left: -600px;
	width: 1200px;
}
/*right*/
#scrollContent .img05 {
	position: absolute;
	top: 0;
	left: 1800px;
	width: 1200px;
}
#scrollContent .img06 {
	position: absolute;
	top: 638px;
	left: 1800px;
	width: 1200px;
}