html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	font-family: "Meiryo" , "メイリオ" , Sans-Serif;
	background-color: #FFAA00;
}

.HeaderArea {
	position: relative;
	width: 980px;
	height: 150px;
	background-image: url("../img/header_back.gif");
}
#Logo {
	position: absolute;
	top: 25px;
	left: 25px;
	border: 0;
}
#PakemoLogo {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 120px;
	height: 35px;
	border: none;
}

.Container {
	position: relative;
	width: 980px;
	margin: 15px 0px 0px 0px;
}

#MainImage {
	position: relative;
	width: 320px;
	height: 860px;
	float: left;
}

.RightArea {
	position: relative;
	width: 645px;
	float: right;
}

.NewsArea {
	position: relative;
	width: 645px;
	height: 180px;
	background-image: url("../img/news_back.gif");
}
.NewsArea table {
	position: absolute;
	top: 15px;
	left: 165px;
	width: 460px;
}
.NewsArea th {
	width: 90px;
	height: 40px;
	font-size: 12px;
	color: #FF6600;
	text-align: left;
}
.NewsArea td {
	width: 370px;
	text-align: left;
	font-size: 12px;
	line-height: 150%;
}

.Contents {
	position: relative;
	width: 645px;
	height: 665px;
	margin: 15px 0px 0px 0px;
}

.AboutArea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 315px;
	height: 390px;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
}
.AboutArea p {
	font-size: 12px;
	line-height: 170%;
	margin: 10px 0px 10px 16px;
	padding-right: 15px;
}
#AttentionMsg {
	position: absolute;
	bottom: 10px;
	left: 0px;
}

.PriceArea {
	position: absolute;
	left: 0px;
	top: 405px;
	position: absolute;
	width: 315px;
	height: 260px;
	background-image: url("../img/item_image.jpg");
}
.PriceArea p {
	position: absolute;
	width: 88%;
	bottom: 25px;
	left: 50%;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 180%;
	transform: translateX(-50%);
}
.PriceArea strong {
	color: #FF6600;
}
#SizeBtn {
	border: none;
}

.PeriodArea {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 315px;
	height: 160px;
	background-image: url("../img/period_back.gif");
}
.PeriodArea strong {
	position: relative;
	color: #FF6600;
	font-size: 24px;
	line-height: 180%;
	display: inline-block;
	margin: 60px auto;
	/*opacity: 0.2;*/
	zoom:1;
}
#EndReception {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 315px;
	height: 160px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #ff6600;
	padding: 80px 0px 0px;
	z-index: 99999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.DownloadArea {
	position: absolute;
	top: 175px;
	right: 0px;
	width: 315px;
	height: 300px;
	background-color: #FFFFFF;
	text-align: left;
}
.DownloadArea p {
	position: absolute;
	bottom: 20px;
	font-size: 10px;
	margin: 0px 0px 0px 15px;
}
.DownloadArea a {
	color: #FF6600;
	font-weight: bold;
}
#MethodBtn,
.DisMethodBtn {
	position: absolute;
	/*top: 60px;*/
	top: 88px;
	left: 15px;
	width: 287px;
	height: 52px;
	display: block;
}
#MethodBtn {
	background-image: url("../img/method_btn.gif");
}
.DisMethodBtn {
	background-image: url("../img/dis_method_btn.gif");
}
#ApplicationBtn,
.DisApplicationBtn {
	position: absolute;
	/*top: 122px;*/
	top: 168px;
	left: 15px;
	width: 287px;
	height: 52px;
	display: block;
}
#ApplicationBtn {
	background-image: url("../img/application_btn.gif");
}
.DisApplicationBtn {
	background-image: url("../img/dis_application_btn.gif");
}
#ExampleBtn,
.DisExampleBtn {
	position: absolute;
	top: 184px;
	left: 15px;
	width: 287px;
	height: 52px;
	background-image: url("../img/dis_example_btn.gif");
	display: block;
}
#ExampleBtn {
	background-image: url("../img/example_btn.gif");
}
.DisExampleBtn {
	background-image: url("../img/dis_example_btn.gif");
}
#MethodBtn:hover,
#ApplicationBtn:hover,
#ExampleBtn:hover {
	background-position: 0px -52px;
}

.ContactArea {
	position: absolute;
	top: 490px;
	right: 0px;
	width: 315px;
	height: 175px;
	background-color: #FFFFFF;
}
.ContactArea p {
	text-align: left;
	font-size: 12px;
	line-height: 180%;
	margin: 5px 0px 0px 15px;
}
.ContactArea strong {
	font-weight: bold;
	color: #FF6600;
}
.ContactArea span {
	font-size: 10px;
}
.ContactBtn a {
	position: absolute;
	bottom: 25px;
	left: 56px;
	width: 202px;
	height: 32px;
	background-image: url("../img/contact_btn.gif");
	display: block;
}
.ContactBtn a:hover {
	background-position: 0px -32px;
}

.FooterSpace {
	position: relative;
	clear: both;
	width: 980px;
	height: 15px;
}

.FooterArea {
	position: relative;
	width: 980px;
	height: 160px;
	background-color: #FF6600;
}
.FooterArea p {
	position: absolute;
	top: 15px;
	left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}
.FooterInfoArea {
	position: absolute;
	width: 450px;
	height: 120px;
	top: 15px;
	right: 15px;
	background-image: url("../img/footer_logo.gif");
}
.FooterInfoArea p {
	position: absolute;
	top: 5px;
	left: 200px;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
	line-height: 150%;
	margin: 0px;
}
