@charset"shift_jis";

body {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	background: #FFFFFF;
}

#livecam{
	background : url(../images/livecamLarge.jpg) no-repeat;
        background-position:right bottom ;
        background-color : #FFFFCC ;
        width : 520px;
        height : auto;
        margin-top : 10px;
        padding-bottom : 10px;
}  
#livecam img{
       width: 480px ;
       height: 360px ;
       margin-top: 20px;
       margin-left: 20px;
	border-style: none;
}
#livecam span{
       display: block;
       width: 480px;
       margin: 10px 20px;
       color: #666666 ;

}
#button{
      cursor:pointer ;
}