@charset "utf-8";
/* CSS Document */
body{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#444444;
	font-weight:bold;
	
	
}
a{
	color:#444444;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#content{
	word-spacing:0.06em;
	letter-spacing:0.03em;
	line-height:1.8em;
	width:990px;
	padding-top:0.5em;
	padding-left:10px;
	
}
table{
	line-height:normal;
}
.normal{
	padding-right:20px;
	height:175px;
}
#left{
	float:left;
	width:250px;
}
#right{
	float:left;
}
#imagebox{
	width:700px;
	height:600px;
	cursor:pointer;
}
.loading{
	/*
	background-image:url(../loading.gif);
	background-repeat:no-repeat;
	*/
}
.header{
	height:55px;
}
#navi{
	margin-top:-0.4em;
}
.imageholder{
	position:relative;
}
.label{
	position:absolute;
	bottom:1px;
	right:1px;
}
* html .label {right:20px;}
#legend{
	font-weight:normal;
}
#info{
	margin-top:50px;
	padding-right:15px;
	font-weight:normal;
	line-height:16px;
	font-size:11px;
}

