@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: small;
	font-family:  "小塚明朝 Pr6N EL",
	background-image: url(common/images/gray.gif);
	font-family: "メイリオ";
	font-weight: bold;
	background-color: #FFFFFF;
}
html{
    overflow-y: scroll;
}
a:link {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

fieldset, img{
     border:0;
}
ol, ul{
	list-style-type: none;

}

#content {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #EDF1FA;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	background-image: url(../images/gray.gif);
}
#top_logo1 {
	width: 60px;
	height: 22px;
	position: absolute;
	left: 915px;
	text-align: center;
	top: 23px;
	background-image: url(../images/Japanese-map-and-photograph-3.gif);
	
	
}
#top_logo3 {
	position: absolute;
	top: 872px;
	left: 686px;
}
#preview{
	position: absolute;
	border: 3px solid #333;
	background: #444;
	padding: 5px;
	display: none;
	color: #FFF;
	text-align: center;
}
.red{
  color:#c00;
}
