@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: #ffffff; /* ページの背景色 */
color: #444444; /* 全体の文字色 */
font-size: 80%; 
font-family: "Lucida Grande",Arial,sans-serif;
}


a:link { text-decoration: none; color: #aaaaaa;  }
a:active { text-decoration: none;  color: #aaaaaa; }
a:visited { text-decoration: none; color: #aaaaaa; }
a:hover { text-decoration: none; color: #000000;}


/* --- コンテナ --- */
#container {
width: 900px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background-color: #ffffff; /* メインカラムの背景色 */
}

#header { height: 70px; }

/* --- ナビゲーション --- */
#nav {
margin-right: 30px;
float: left;
text-align: right;
width: 170px; /* 左サイドバーの幅 */
}

/* --- メインカラム --- */
#content {
margin-bottom: 30px;
float: left;
width: 700px; /* メインカラムの幅 */
}

#slideshow { 
	position:relative;
	float:left;
	}
         
#slideshow img { 
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	}
	
#slideshow img.active {
	z-index:10;
	}
	
#slideshow img.last-active {
	z-index:9;
	}
	

.galCntrl{
	float:left;
    height: 12px;
    padding: 1px 0 0;
    width: 36px;
	}
	
.galCntrl li{
	cursor: pointer;
	float:left;
    margin: 0 10px 0 0;
	}

#footer {
clear: left;
text-align: center;
width: 100%;
background-color: #ffffff;
}