@charset "Shift_JIS";

/*
---------------------------------------------------------------
jQuery cycle用css
---------------------------------------------------------------*/

/* css
--------------------------------------------------*/
.pict { 
height: 300px; 
width: 780px; 
padding: 0; 
margin: 0; 
overflow: hidden;
} 

.pics img { 
width: 780px; 
height: 300px; 
top: 0; 
left: 0 ;
} 
code.cycle {
position: absolute;
display:none;
}
