html, body {
margin: 0;
padding: 0;
/*background: #E8E8E8 url(../images/top_repeat_bg.jpg) repeat-x 0 40px;*/
}

h1, h2 {
/*display: none;*/
}

a{
	font: 16px Georgia, "Times New Roman", Times, serif;
}
a:link    { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover   { color: #C00; text-decoration: underline; }


img { border: none; _display: block; }


#tag-line {
	margin: 0 auto;
	width: 750px;
	background-color: #CCC;
}

#tag-line h1 {
	margin: 0;
	padding: 4px 0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
}


#navi{
	margin: 0 auto;
	padding: 20px 0 20px 350px;
	width: 400px;
}

#navi ul{margin: 0;
padding: 0;
	
}

#navi li{
	list-style-type: none;
	float:left;
	padding: 0 0 0 40px;
}



#top-image{
	margin: 0 auto;
	width: 750px;
}

#footer{
	margin: 20px auto 0 auto;
	width: 750px;
	text-align:center;
	
}



#slideshow {
    position:relative;
	margin: 0 auto;
	width: 750px;
    height:400px;
}

#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;
}


.noShow{display: none;
	
	}

#top-navi:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



* html #top-navi {
zoom: 1;
}


*:first-child+html #top-navi {
zoom: 1;
}

