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

body {
	background-repeat: repeat-x;
	background-position: center bottom;
}

html {
	background-image: url(bg_sub.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#fff;
}

body,td,th {
	font-family:"メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size:12px;
	color: #333;
}

a:link {color: #c90;}
a:visited {color: #c90;}
a:hover {color: #fc0;}
a:active {color: #c90;}

h1 {
	font-family: "メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}

*{line-height: 160%;}

img {border:none;}

#slideshow {
    position:relative;
    height:370px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}