/* ページの基本構成用CSS */
BODY {
	background-image : url(gif/city_background_9.jpg);
	background-repeat: repeat;
	/* text-alignの指定を削除 */
	font-family : Verdana;
	font-size: 10pt;
}

#wrapper {
	width: 100%; /* ボックスの幅を指定 */
	/* text-alignの指定を削除 */
	/* marginの指定を削除 */
}

#header {
	height: 50px;
	background-image : url(gif/top_tokyocity_logo.gif);
	background-repeat: no-repeat;
	background-position : left center;
  
}

#container {
	position: relative;
	margin: 10px 0;
	width: 100%;
}

#primary {
	margin-left: 210px;
}

#secondary {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	background-color: #f5f5f5; 
/*	background-color: #ffecff; 薄いピンク*/
}


#footer {
	background-color: #DDDDDD;
	height: 20px;
	text-align: center;
	padding-bottom : 0.5em;
	padding-top : 0.5em;
  background-image : url(gif/copyright.gif);
  background-repeat : no-repeat;background-position : center center;}

/*===表示済のリンク===*/
A:VISITED{
 color : #004080;
 font-size : 9pt;
 font-family : Verdana, sans-serif;
 text-decoration : none;
}
/*===未表示のリンク===*/
A:LINK{
 font-family : Verdana, sans-serif;
 font-size : 9pt;
 color : #004080;
 text-decoration : none;
}
/*===マウスが重なってる時===*/
A:hover{
 font-size : 9pt;
 font-family : Verdana, sans-serif;
 text-decoration : none;
 
  
  background-color : #ffc7ac;
}

