@charset "UTF-8";

@import url("common.css");

/* **************************************************************************************

 トップページのスタイル

*************************************************************************************** */

/* --------------------------------------------------------------------------------------
 FLASH
--------------------------------------------------------------------------------------- */

div#topFlash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 423px;
}


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#topContArea {
	position: relative;
	width: 900px;
	min-height: 700px;
	margin: 0 auto;
	background: url(../img/bg_cont.gif) repeat-y;
	text-align: left;
}
* html div#topContArea {
	height: 700px;
}

div#topContLeft {
	position: absolute;
	top: -178px;
	left: 0;
	width: 164px;
}

div#topContRight {
	position: relative;
	width: 717px;
	margin-left: 183px;
	padding-bottom: 10px;
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

body#toppage div#header {
	height: 423px;
}

* html body#toppage div#header img { /* IE-expression (fix png alpha) */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
this.style.behavior = "none"
);
}

body#toppage div#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 164px;
	height: 235px;
	background: url(../../img/hd_logo.png) no-repeat 0 0;
	text-indent: -900em;
}
body#toppage div#header h1 a {
	display: block;
	width: 164px;
	height: 235px;
	/*\*/overflow: hidden;/**/
	background: url(../../img/hd_logo.png) no-repeat 0 0;
	text-indent: -900em;
	text-decoration: none;
}

* html body#toppage div#header h1 {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}
* html body#toppage div#header h1 a {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}


/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

ul.planList {
	position: absolute;
	top: -109px;
	left: 341px;
	z-index: 0;
	width: 384px;
}
ul.planList li {
	float: left;
}

* html ul.planList li img { /* IE-expression (fix png alpha) */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
this.style.behavior = "none"
);
}

div#catchArea {
	position: relative;
	z-index: 10;
	padding-top: 16px;
}

div#catchArea p {
	padding-bottom: 20px;
}

div#topSection01 {
	width: 697px;
	min-height: 356px;
	margin-bottom: 20px;
	border: 10px solid #D0CFCF;
	background: url(../../img/bg_section01_rp.gif) repeat-y;
}
* html div#topSection01 {
	width: 717px;
	height: 376px;
}

div#topSection01In {
	position: relative;
	width: 697px;
	background: url(../../img/bg_section01.gif) no-repeat right bottom;
}

div#topSection01 h2 {
	position: absolute;
	top: 0;
	left: 319px;
}

div#topSection01 div.pointBox {
	width: 697px;
}
div#topSection01 div.pointBox:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#topSection01 div.pointBox { display:inline-block; }
/*\*/
* html div#topSection01 div.pointBox { height:1%; }
div#topSection01 div.pointBox { display:block; }
/**/

div#topSection01 div.pointBoxLeft {
	float: left;
	width: 319px;
}

div#topSection01 div.pointBoxRight {
	float: right;
	width: 321px;
}

div#topSection01 ul li {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #EEEEEE;
	color: #555555;
}

div#topSection01 ul li img {
	display: block;
	margin-bottom: 5px;
}

div#topSection01 div.pointBox p {
	padding: 10px 5px 10px 15px;
	color: #000000;
}




div#topSection02 {
	width: 717px;
}
div#topSection02:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#topSection02 { display:inline-block; }
/*\*/
* html div#topSection02 { height:1%; }
div#topSection02 { display:block; }
/**/

div#topSection02 ul {
	float: left;
	width: 400px;
}

div#topSection02 ul li {
	display: inline;
	padding-right: 3px;
}

div#topSection02 p {
	float: left;
	width: 317px;
}




div#contSection {
	width: 707px;
	margin-left: 10px;
}
ul#planBottomList {
	width: 707px;
	margin-top: 20px;
}
ul#planBottomList:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
ul#planBottomList { display:inline-block; }
/*\*/
* html ul#planBottomList { height:1%; }
ul#planBottomList { display:block; }
/**/

ul#planBottomList li {
	float: left;	
}