@charset "utf-8";
/*/////////////////////////////////////////////////////////
 name:           alternate.css
 description:    properties for alternate page
///////////////////////////////////////////////////////// */

/* GLOBAL RESET
============================================================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
}
ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
form, fieldset, input, textarea, select, option, label {
	margin: 0px;
	padding: 0px;
}
fieldset, a img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, th, td, th {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
pre, address, blockquote, caption, cite, code {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
}
/* COMMON
============================================================*/
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 84%;
	color: #393939;
	background-color: #000000;
}
hr, .nodisp {
	display: none;
}
.clear {
	clear: both;
}
.bdr {
	border: 1px solid #CCCCCC;
}
a, a:link, a:active, a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
/* CONTAINERS
============================================================*/
#container {
	width: 550px;

	margin: 0px;
	text-align: left;
	background-color: #402023;
}
/* CONTENT
============================================================*/
#content {
	line-height: 1.5;
	margin: 15px;
	clear: both;
}
/* INFO
============================================================*/
.infoArea {
	width: 490px;
	background-color: #F8F5F1;
	padding: 25px 15px 25px 15px ;
	margin-bottom:15px;
	height: 474px;
}
.infoArea H1 {
	width: 490px;
	height: 20px;
	border-bottom: 1px solid #6a4f16;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.infoArea H2 {
	margin-top:5px;
	font-size: 11px;
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
	padding-left:5px;
}
p{
	font-size: 11px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p.absolute-1    {  
    font-size: 11px;
    position: absolute;  
	top: 570px;
	width: 490px;
	text-align:center;
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
}  
/* FOOTER
============================================================*/
#footer {
	height: 35px;
	width: 550px;
	margin: 0px;
	background-image: url(../img/footer_bg2.jpg);
}
#footer .pagetop a {
	display: block;
	width: 90px;
	height: 35px;
	background: url(../img/top_up.jpg) no-repeat top left;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}
#footer .pagetop a:hover {
	background: url(../img/top_over.jpg) no-repeat top left;
}
#footer address {
	display: block;
	height: 12px;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	font-size: 10px;
}

