@charset "UTF-8";

/* トップ
--------------------------------------------------------------------
1. 大枠
2. Flash
3. TOP NAVI
4. Footer
5. tableFooter
--------------------------------------------------------------------*/


/* 1. 大枠
--------------------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

body .header{
	border-bottom: 1px solid #fff;
}

/* 2. Flash
--------------------------------------------------------------------*/
#flash{
	height:100%;
}

/* NO Flash
--------------------------------------------------------------------*/
#noflash {
	width:100%;
	margin:0 auto;
	display:none;
}
#nf-visual{
	height:403px;
	overflow:hidden;
	position:relative;
	background:url("/hythiol/top/img/bg_c1.jpg") left top repeat-x;
}
#nf-visual li {
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:0;
	z-index:1;
	display:none;
}
#nf-visual #hc {
	z-index:2;
	background:url("/hythiol/top/img/p_flash_c_bg.jpg") center top no-repeat;
	display:block;
}

#nf-visual #hb {
	z-index:1;
	background:url("/hythiol/top/img/bg_b1.jpg") left top repeat-x;	
}

#noflash #btnbox{
	background:url("/hythiol/top/img/bg_flash_bottom.gif") left top repeat-x;
	height:37px;
	text-align:center;
}
#noflash #btnbox #nf-button{
	width:950px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#noflash #btnbox #btn-hc{
	position:absolute;
	right:95px;
	top:13px;
	z-index:20;
}
#noflash #btnbox #btn-hb{
	position:absolute;
	right:0;
	top:13px;
	z-index:20;
}


/* 3. TOP NAVI
--------------------------------------------------------------------*/
#top .htmlArea{
	display:none;
	height:0;
}
#topnav{
	width: 950px;
	text-align: center;
	margin: 0 auto 25px; 
	display: none;
}
#topnav .prductbox{
	float:left;
	width:300px;
	margin-right:25px;
}
#topnav .prductbox dl{
	zoom:1;
}
#topnav .prductbox dt{
	display: block;
	height: 112px;
}
#topnav .prductbox dt{
	margin-bottom:-1px\9; /* IE8 and below */
}

#topnav .prductbox dd ul{
	height:133px;
}
#topnav .prductbox dd li{
	padding: 0 10px;
	height:32px;
	line-height:1;
}
#topnav .prductbox dd li.first{
	height:33px;
}
#topnav .prductbox dd li.last{
	height:28px;
}
	
#topnav .prductbox dd li a{
	display:block;
	padding-top:4px;
	line-height:1;
}
#topnav .prductbox dd li.first a{
	padding-top:6px;
	line-height:1;
}


/*	navhy	*/
#topnav #navhy dl{
	background: url("/hythiol/top/img/bg_about.gif") left bottom no-repeat;
}

/*	navhc	*/
#topnav #navhc dl{
	background: url("/hythiol/top/img/bg_hc.gif") left bottom no-repeat;
}

/*	navhb	*/
#topnav #navhb{
	float: right;
	margin-right: 0;
	}
#topnav #navhb dl{
	background: url("/hythiol/top/img/bg_hb.gif") left bottom no-repeat;
}

/*	fb-bnr	*/
#topnav .fb-bnr{
	margin-top:25px;
	float:right;
}	
	

/* 4. Footer
--------------------------------------------------------------------*/
#footer{
	display:none;
}


/* 5. tableFooter
--------------------------------------------------------------------*/
#tablefooter {
	width: 100%;
	background: url("/hythiol/common/img/bg_footer.gif") left top repeat-x;
	text-align: center;
}
#tablefooter div.ctsarea {
	position: relative;
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
#tablefooter div.ctsarea p.link {
	padding-top: 13px;
}
#tablefooter div.ctsarea p.txt {
	padding: 3px 0px 5px 0px;
	font-size: 90%;
}
#tablefooter div.ctsarea p.copy {
	position: absolute;
	right: 0px;
	top: 13px;
}

#tablefooter a:link,
#footer a:active, #footer a:visited {
	color: #ea0011;
	text-decoration: none;
}
#tablefooter a:hover {
	color: #ea0011;
	text-decoration: underline;
}

