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

*{
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	background: url(../images/bg01.jpg) repeat-x left top;
}

#TOP-comtent {
	width: 900px;
	margin: 165px auto 0 auto;
}


#topR {
	width: 455px;
	height: 526px;
	float: right;
}

#topR h1{
	text-align: center;
	margin-top: 90px;
}


#topL {
	width: 390px;
}

#topL p{
	padding-bottom: 40px;
}

#gNav {
	width: 455px;
	margin-top: 70px;
}

#gNav li{
        float: left;
}


#sNav {
	width: 455px;
	clear: both;
	padding-top: 10px;
}

#sNav ul{
	width: 240px;
	margin: 0 auto;
}

#sNav li{
	float: left;
}

#iNav {
	width: 455px;
	clear: both;
	padding-top: 20px;
}

#iNav ul{
	width: 240px;
	margin: 0 auto;
}

#iNav li{
        position: relative;
        float:left;
        margin-right: 1%;
}

div.copy {
	width:455px;
	clear: both;
	float: right;
	text-align: center;
}


/* SlideShow
-------------------------------------------------------------------*/
#topL #slideshow { position:relative; width:390px; height:537px; }
#topL #slideshow img { display:block; position:absolute; top:0; left:0; z-index:8; }
#topL #slideshow img.active { z-index:10; }
#topL #slideshow img.last-active { z-index:9; }
