* {
    margin: 0;
    padding: 0;
}
 
html,body {
    height: 100%;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px auto;
}

img {
border: none;
}


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	color: #00001B;
	line-height:190%;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color: #00001B;
}


div#containers1 {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 300px;
}


body > #containers1 {
    height: auto;
}


div#contents {
    background-color: #fff;
    width: 950px;
    height: auto;
	margin: 0 auto;
    padding: 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00001B;
	font-size: 9pt;
}

div#contents2 {
	margin-top:160px;
    background-color: #00001B;
    width: 100%;
    height: auto;
	margin: 0 auto;
    padding: 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 9pt;
}

#wrapper{
	display: none;
}


/* #box
--------------------------- */
#box {
	width: 100%;
	margin-top:10px;
	margin-bottom:20px;
	text-align:left;
}

#box1 {
	width: 930px;
	margin: 0 auto;
	margin-bottom:5px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #00001B;
	line-height:190%;
}

#box2 {
	width: 100%;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #00001B;
}

#box3 {
	float:left;
	width: 18px;
	height:18px;
	margin-top:5px;
	margin-right:5px;
	padding: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	color: #00001B;
	background:#000;
}

#box4 {
	float:left;
	width: 18px;
	height:18px;
	margin-top:5px;
	margin-right:5px;
	padding: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	color: #00001B;
	background:#666;
}


#step1 {
   float: left;
   width:500px;
   padding:20px 20px;
	font-size:11px;
	line-height: 195%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left; 
	}

#step1 img {
border: 1px solid #999;
}

#step2 {
   float: left;
   width:370px;
   padding:20px 20px;
	font-size:12px;
	color: #00001B;
	line-height: 195%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left; 
	}

 
#header {
    width: 930px;
    height: 70px;
	margin: 0 auto;
    padding: 10px 0px 0px 0px;
    color: #000;
    font-size: 9pt;
    line-height: 50px;
    text-align: right;
}

#header {
    background: url(hd_bg.jpg) no-repeat left bottom;
}

#footer2 p{
    padding-top: 30px;
	padding-right:17px;
}
 
#footer2 {
    padding: 10px 0px 0px 0px;
    float: left;
    width: 100%;
    height: 80px;
    color: #666;
    font-size: 9pt;
    line-height: 15px;
    text-align: center;
}

#footers { /*フッター*/
    position: absolute;
    width: 100%;
    height: 280px;
    bottom: 0;
    background-color:#CCC;
	padding: 10px 0px 0px 0px;
	background-color:#999;
	color: #fff;
    font-size: 9pt;
    line-height: 15px;
    text-align: center;

}

/* ========slideshow CUSTOMIZE======== */
#slideshow {
    width:930px;
	position:relative;
	top: 0;
    height:650px;
	margin:0 auto;
	margin-bottom:10px;
}

#slideshow DIV {
    position:absolute;
    top:0px;
    z-index:8;
    opacity:0.0;
    height: 650px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 650px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}