@charset "utf-8";
/* CSS Document */

	body{
		background-image: url(../images/imagemap_index/background.jpg);
		background-repeat: repeat-y;
		background-position: top;
		margin: 0px;
	}
	
	table{
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		background-position: top, left;
		
	}
	
	.caption_textcenter{
		font-family: Georgia;
		font-size: 10px;
		color: #000000;
		text-align: center;
		font-weight: normal;
		line-height: 20px;
	}
	
	.caption_textleft_bold{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		color: #000000;
		text-align: left;
		font-weight: bold;
		line-height: 20px;
	}