@charset "utf-8";
/* CSS Document */
#fg_top {
	position: relative;
	height: 140px;
	width: 1000px;
	font-size:12px;
	line-height: 1.3em;
	color: #0000ff;
	text-align: center;
}
#fg_logo {
    position:absolute;
    top: 0px;
    left: 350px;
    width:300px;
    height:200px;
}
#fg_top_slogan {
    position: absolute;
    width: 1000px;
    left: 0px;
    bottom: 0px;
    padding-bottom: 5px;
}
h1 {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}
#fg_top_ph_mans {
	position: absolute;
	height: 50px;
	width: 200px;
	top: 0px;
	right: 1px;
	font-size:25px;
	line-height:25px;
	color: #ff0000;
}
#fg_top_open_mans {
	position: absolute;
	height: 60px;
	width: 200px;
	top: 55px;
	right: 1px;
}
#fg_top_ph_nott {
	position: absolute;
	height: 50px;
	width: 200px;
	top: 0px;
	left: 1px;
	font-size:25px;
	line-height:25px;
	color: #ff0000;
}
#fg_top_open_nott {
	position: absolute;
	height: 60px;
	width: 200px;
	top: 55px;
	left: 1px;
}


