﻿@charset "utf-8";

* {
	margin: 0;
	margin: 0;
}

body {
	background-color: #64daf7;
	height: 600px;
}

#flashArea {
	position:absolute;
	top:50%;
	left:50%;
	width:960px;
	height:600px;
	margin:-300px 0 0 -480px;
	text-align:center;
}

body > #flashArea {
	height:auto;
	min-height:600px;
}

.print_txt {
	background: url(../../p-world/img/print_txt.gif) top left no-repeat;
	margin-top: 20px;
	_margin-top: 620px;
}

.print_l img {
	border: none;
	margin-top: 20px;
	_margin-top: 655px;
}

a {outline:none;}

.margin_left350 {
	margin-left: 360px;
}

.margin_left200 {
	margin-left: 270px;
}

#print_box p {
	width:960px;
	margin: 0px auto;
	text-align:center;
}

* html #print_box p {
	position:absolute;
	left:50%;
	width:960px;
	margin: 0px 0 0 -480px;
	text-align:center;
}