﻿@charset "utf-8";

body {
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
 	font-size: 75%;
	line-height: 140%;
	letter-spacing:0px;
	color: #333;
	height: 100%;
	background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
p {
	margin: 0px;
	padding: 0px;
}
ul,
ol,
dl {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul li ,
ol li {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align:bottom;
}
div{
	zoom:1;
}
div:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
	line-height:0; 
}
.fclear {
	clear: both;
}
br.fclear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0063C6;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #d13b41;
	text-decoration: underline;
}
a:active {
	color: #d13b41;
	text-decoration: underline;
}
a img {
	border: none;
}
#top {
	padding:0px;
	margin: 0px;
	width: auto;
	position: relative;
}
.printout {
	background-color: #fff;
}
#wrapper {
	padding: 0px;
	margin: 0px;
	width: auto;
	position: relative;
}
#container {
	padding: 0px;
	margin: 0px;
	width: auto;
	position: relative;
}
#content {
	padding: 0px;
	margin: 0px 0px 0px 8px;
	position: relative;
}

/* Header */
#header {
	height: 48px;
	width: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.printout #header {
	height: 48px !important;
}
#header h1 {
	padding: 45px 0px 0px 0px;
	margin: 0px;
	width: 125px;
	height: 0px;
	position: absolute;
	overflow: hidden;
	display: block;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 5px;
	top: 0px;
}
* html #header h1 {
	height: 45px;
}
.printout #header h1{
	padding: 0px 0px 0px 0px !important;
	width: 125px !important;
	height: 45px !important;
	background-image: none !important;
	left: 5px !important;
	top: 0px !important;
}
#header ul li.topnav_btn_close a {
	padding: 35px 0px 0px 0px;
	margin: 0px;
	width: 132px;
	height: 0px;
	position: absolute;
	overflow: hidden;
	display: block;
	background-image: url(../img/btn_close.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 870px;
	top: 8px;
}
* html #header ul li.topnav_btn_close a {
	height: 35px;
}
#header ul li a.topnav_btn_selscene {
	padding: 34px 0px 0px 0px;
	margin: 0px;
	width: 132px;
	height: 0px;
	position: absolute;
	overflow: hidden;
	display: block;
	background-image: url(../img/btn_selscene.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 839px;
	top: 8px;
}
* html #header ul li a.topnav_btn_selscene {
	height: 34px;
}

/*　モーダルウィンドウ　*/
.w_modal {
	background-color:#fff;
	min-width: 900px;
	min-height: 540px;
}
.w_modal #wrapper #container #content {
	margin: 0px;
	width: auto;
	height: auto;
}
.w_modal #wrapper #container #content {
	padding: 0px;
	margin: 8px !important;
	width: auto;
	height: auto;
	position: relative;
}

/* Overlay */
#simplemodal-overlay {
	background-color:#000;
	cursor: pointer;
}

/* Container */
#simplemodal-container {
	width: 900px;
	height: 600px;
	background-color:#fff;
	padding:20px;
	position: relative;
}
* html #simplemodal-container {
	height: 640px;
}
#simplemodal-container .simplemodal-data {
	padding:0px;
}
#simplemodal-container a {
}
#simplemodal-container a.modalCloseImg {
}
iframe {
	border: none;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
a.btn_closemodal {
	padding: 26px 0px 0px 0px;
	margin: 0px;
	width: 99px;
	height: 0px;
	position: absolute;
	overflow: hidden;
	left: 781px;
	top: 0px;
	background-image: url(../img/btn_cancel.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.btn_closemodal:hover {
	background-image: url(../img/btn_cancel.gif);
}
* html a.btn_closemodal {
	height: 26px;
}