@charset "shift_jis";
/* BASE
***********************************************************************************/
body {
	background-color:#FFFFFF;
	font:14px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color:#444444;
}
/* LINK
***********************************************************************************/
a:link,
a:visited,
a:active {
	color:#BB1B21;
	text-decoration:underline;
}
a:hover {
	color:#F09799;
}
/* STRUCTURE
***********************************************************************************/
.popup {
	width:100%;
	margin:0 auto;
	text-align:center;
	line-height:1;
}
div#wrapper {
	width:100%;
	margin:auto;
	text-align:left;
	line-height:1.6;
}
div#header {
	position:relative;
	width:100%;
	height:50px;
	background:url(/img/popup/bg_header.gif) repeat-x top left;
}
div#content {
	width:auto;
	padding:0 50px;
	background:none;
}
div#footer {
	position:relative;
	width:100%;
	height:115px;
	background:url(/img/popup/bg_footer.gif) repeat-x bottom left;
}
/* DIV#HEADER
***********************************************************************************/
div#header .logo {
	position:absolute;
	top:16px;
	right:8px;
}
/* DIV#CONTENTS
***********************************************************************************/
h2 {
	margin-top:2em;
	font-size:18px;
	font-weight:bold;
}
h3 {
	margin-top:2em;
	border-bottom:#999999 dotted 1px;
	font-size:16px;
	font-weight:bold;
}
h4 {
	margin-top:2em;
	font-size:16px;
	font-weight:bold;
}
h5 {
	margin-top:1em;
	font-weight:bold;
}
ul {
	margin-top:0.5em;
}
ul li {
	list-style:disc;
	margin-left:1.5em;
}
ol {
	margin-top:0.5em;
}
ol li {
	list-style:decimal;
	margin-left:1.5em;
}
p {
	margin-top:0.5em;
}
table {
	margin-top:0.5em;
}
.calendar table {
	margin-top:2em;
}
/* DIV#FOOTER
***********************************************************************************/
.popup div#footer p {
	position:absolute;
	top:auto;
	right:40px;
	margin:0;
	padding:0;
	font-size:x-small;
	text-align:inherit;
}
.popup div#footer .navi {
	position:absolute;
	right:40px;
	bottom:23px;
}
.popup div#footer .copyright {
	position:absolute;
	right:40px;
	bottom:8px;
}
.popup div#footer .closeButton {
	position:absolute;
	right:8px;
	bottom:12px;
	cursor:pointer;
}



