﻿* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.4em;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	margin: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #C0C0C0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #CC0000;
}
#base {
	width: 800px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/* IE6対応用 */
#base {
	height: 100%;
}
body > #base{ 
    height:auto; 
}
/* IE6対応用 ここまで */
#pic {
	background-image: url('img/like_03.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 750px;
	position: relative;
}
#pic .axl {
	position: absolute;
	left: 127px;
	top: 663px;
}
#info {
	background-position: center top;
	width: 800px;
	height: 100px;
	background-image: url('img/like_03_2.jpg');
	background-repeat: no-repeat;
	padding-bottom: 120px;
	position: relative;
}
#info .news {
	position: absolute;
	top: 47px;
	left: 100px;
	width: 600px;
	color: #000000;
}
#info .date {
	position: absolute;
	top: 25px;
	left: 100px;
	width: 70px;
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
#info .notice {
	position: absolute;
	top: 16px;
	left: 542px;
	width: 200px;
	color: #CC0000;
	text-align: right;
}
#spec {
	background-color: #EC6941;
	position: relative;
	height: 590px;
	top: 0px;
	left: 0px;
}
#spec .mizuho {
	position: absolute;
	width: 350px;
	left: 30px;
	top: 10px;
}
#spec .sera {
	position: absolute;
	width: 350px;
	right: 30px;
	top: 10px;
}
#spec .shop_mizuho {
	position: absolute;
	width: 350px;
	left: 30px;
	top: 160px;
}
#spec .shop_sera {
	position: absolute;
	width: 350px;
	top: 160px;
	right: 30px;
}
#footer {
	width: 800px;
	height: 120px;
	background-position: center top;
	background-image: url('img/like_03_1.jpg');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#pic .axia {
	position: absolute;
	left: 547px;
	top: 663px;
}
#spec span {
	color: #7D0000;
}
