@charset "utf-8";
/* CSS Document */

#topimage {
	height: 510px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#viewer {
    margin: 0 auto;
    width: 600px;
    height: 400px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}