/* CSS Document */
html {
	min-width: 840px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	min-width: 840px;
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFF1;
}
ul,li,p,a {
	margin: 0px;
	padding: 0px;
	}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
h1 {
	position: absolute;
	bottom: 15px;
	z-index: 3;
	font-size: 85%;
	color: #FC0;
	left: 50%;
	text-align: right;
	width: 410px;
		}
h1 a {
	color: #FC0;
	text-decoration: none;
		}
h2.w03 {
	font-size: 90%;
	color: #333;
	text-align: center;
}

	
/*コンテナ*/
#container {
    width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
}



/*ヘッダー*/
#header {
	height: 130px;
	width: 100%;
	background-image: url(commonimg/header01.jpg);
	background-repeat: repeat-x;
	position: relative;
	}
#header-in {
	height: 130px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
#sign {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 420px;
	}
#header-tohome {
	position: absolute;
	height: 68px;
	width: 68px;
	top: 15px;
	right: 20px;
	}
	
	
/*コンテンツ*/
#oicontents {
	height: auto;
	width: 100%;
	background-image: url(commonimg/contents01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	}
#oicontents-in {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	}

#contents {
	height: auto;
	width: 100%;
	background-image: url(commonimg/contents01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	padding-bottom: 80px;
	}
#contents-in {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	}
#contents-space {
	height: 30px;
	clear: both;
	}

/*フッター*/
#footer {
	position: absolute;
	height: 80px;
	width: 100%;
	background-image: url(commonimg/footer01.jpg);
	background-repeat: repeat-x;
	bottom: -25px;
	}
#footer-in {
	height: 80px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
#footer-link {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 4;
	}
#footer-link p {
	font-size: 85%;
	color: #FF0;
	
	}
#footer-link p a:link {
	text-decoration: none;
	color: #F90;
	
	}
#footer-link p a:visited {
	text-decoration: none;
	color: #F90;

	}
#footer-link p a:hover {
	text-decoration: none;
	color: #F90;

	}
#footer-link p a:active {
	text-decoration: none;
	color: #F90;
	
	}
#copy {
	position: absolute;
	left: 10px;
	bottom: 5px;
	}
#copy p {
	font-size: 12px;
	color: #FFF;
	}
#copy p a {
	color: #FFF;
	text-decoration: none;
	}
	
/*メニュー*/
#menu-home-ul {
	position: absolute;
	height: 30px;
	bottom: 0px;
	display: block;
	}
#menu-home-ul li {
	display: block;
	height: 30px;
	width: 210px;
	list-style-type: none;
	float: left;
	background-image: url(commonimg/menu01c.jpg);
	}
#menu-home-ul li a {
	display: block;
	height: 30px;
	width: 210px;
	list-style-type: none;
	float: left;
	background-image: url(commonimg/menu01a.jpg);
	}
#menu-home-ul li a:hover {
	background-image: url(commonimg/menu01b.jpg);
	}
#menu-home-ul2 {
	height: 83px;
	display: block;
	top: 350px;
	width: 840px;
	background-color: #F00;
	}
#menu-home-ul2 li#li00 {
	display: block;
	height: 80px;
	width: 140px;
	list-style-type: none;
	float: left;
	background-image: url(commonimg/menu02a.jpg);
	}
#menu-home-ul2 li {
	display: block;
	height: 80px;
	width: 140px;
	list-style-type: none;
	float: left;
	background-image: url(commonimg/menu02c.jpg);
	}
#menu-home-ul2 li a {
	display: block;
	height: 80px;
	width: 140px;
	list-style-type: none;
	float: left;
	background-image: url(commonimg/menu02a.jpg);
	}
#menu-home-ul2 li a:hover {
	background-image: url(commonimg/menu02b.jpg);
	}
#totop {
	margin-left: 430px;
	position: fixed;
	left: 50%;
	bottom: 180px;
	}
.tdftdiv {
	display:none;
	}
iframe {
	display:none;
	}
#info-contact-02 iframe {
	display: inherit;
	}
