/* セレクタ */

p {
	margin: 30px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ",sans-serif;
}

body {
	background: white;
	text-align: center;
	color: black;
}

li {
	display: inline;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a:link { 
	color: #CF4078;
}

a:visited {
	color: #CF4078;
}

a img {
	border-style:　none;
}




/* class要素 */

.menu {
	margin-top: 10px;
}

.logo {
	center;
	margin-top: 20px;
　　   margin-bottom: 20px;
}

.footer {
	color: #gray;
	font-size: 10px;
}

.trailer {
	margin: 20px;
}

.image1 {
	margin-top: 30px;
	margin-bottom: 30px;
}
	
.banner {
	center;
	margin-top: 20px;
　　   margin-bottom: 20px;
}

.salivation{
        font-size: 14px;
	margin-top: 50px;
	margin-right: 12%;
	margin-bottom: 50px;
	margin-left: 12%;
	text-align: left;
}




.interview{
        font-size: 14px;
	margin-top: 50px;
	margin-right: 12%;
	margin-bottom: 50px;
	margin-left: 12%;
	text-align: left;
}


.comments{
        font-size: 14px;
	margin-top: 50px;
	margin-right: 12%;
	margin-bottom: 50px;
	margin-left: 12%;
	text-align: left;
}



.profile {
        font-size: 14px;
	margin-top: 50px;
	margin-right: 12%;
	margin-bottom: 50px;
	margin-left: 12%;
	text-align: left;
}


.live {
        font-size: 14px;
	margin-top: 50px;
	margin-right: 12%;
	margin-bottom: 50px;
	margin-left: 12%;
	text-align: center;
}



.disk{
        font-size: 14px;
	margin-top: 50px;
	margin-right: 12%;
	margin-bottom: 50px;
	margin-left: 12%;
	text-align: left;
}





.top {
	font-size: 14px;
	margin-top: 50px;
	margin-right: 12%;
	margin-bottom: 50px;
	margin-left: 12%;
	text-align: left;
}

.index {
	font-size: 14px;
	margin-top: 50px;
	margin-right: 12%;
	margin-bottom: 50px;
	margin-left: 12%;
	text-align: left;
}





.top {
	font-size: 14px;
	margin-top: 50px;
	margin-right: 12%;
	margin-bottom: 50px;
	margin-left: 12%;
	text-align: left;
}



.outer{
  text-align: center;
}


.inner{
  display: inline-block;
  text-align: center;
}


.right{
 float : right;
margin-right: 10%;
	margin-bottom: 50px;
	margin-left: 10%;
}




.message {
	margin: 50px;
}

.message2 {
	font-size: 12px;
	margin-top: 20px;
}

.clear {
	clear: both;
}

.koushin{
	color:#FA9CB8;
 	font-size:10pt;
}

.news{
	margin-top: 10px;
}




/* ID要素 */

#stage {
    position: relative;
    width: 800px;
    height:555;
    margin: 0 auto;
}
#photo1,#photo2,#photo3,#photo4,#photo5 {
    position: absolute;
    float: left;
    width: 800px;
    height: 555px;
    left:800px;
    -moz-animation: imgtrans 25s infinite;
    -webkit-animation: imgtrans 25s infinite;
    animation: imgtrans 25s infinite;
}
#photo1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#photo2 {
    -moz-animation-delay: 5s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
#photo3 {
    -moz-animation-delay: 10s;
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
#photo4 {
    -moz-animation-delay: 15s;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}
#photo5 {
    -moz-animation-delay: 20s;
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}
#frame {
    width: 800px;
    height: 555px;
    position: relative;
    overflow: hidden;
}
@-webkit-keyframes imgtrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}
@-moz-keyframes imgtrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}
@keyframes imgtrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}

/* 複数の要素 */