@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

html{
	height:100%;
}


img{
	border:none;
	vertical-align: top;
}


body{
	height:100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper {
	width:710px;
	background-color:#FFFFFF;
	margin: 0px auto;
	padding-right:20px;
	padding-left:20px;
	overflow:auto;
	
}




/* ヘッダー
---------------------------------------------*/

h1{
	height:152px;
	background: url(../images/topimage.jpg) no-repeat;
	border-top:10px solid #ffcc00;	
}

h1 img{
	
}



/* コンテンツ左
---------------------------------------------*/
#contentsLeft{
	width:200px;
	margin-top:20px;
	float:left;
	
}



#contentsLeft ul{
	list-style-type: none;
	
}


#contentsRight{
	width:480px;
	margin-top:20px;
	float:right;
	

}

#print_map{
	margin-top:10px;
	text-align:right;
	overflow:auto;
	margin-bottom:20px;
	

}

/* フッダー
---------------------------------------------*/
#footer{
	height:35px;
	clear:both;
	background-color: #ffcc00;	
	overflow:auto;	
	
}

#footer p{
	text-align:right;
	padding-top:13px;
	padding-right:5px;
}
