@charset "UTF-8";
/*------------------------------------------------------------------------------
 *  index page style.
 *----------------------------------------------------------------------------*/
body{
  background:#000000 url(../img/header_bg.gif) repeat-x;
  }

#container { width: 645px; padding:50px 0 50px; }
#containerOut { background: url(../img/bg_containerout_tiara.gif) repeat-x left bottom; }

h1{ width:211px; height:91px;}

.overlay {
	background:url(../img/tiara_logo.gif) no-repeat center top;
	width: 211px;
	height: 94px;
  }

#footer {
	background: url(../img/tiara_footer_bg.gif) repeat-x;
	}
/*------------------------------------------------------------------------------
 *  index 2 page style.
 *----------------------------------------------------------------------------*/
#idxVis {
	padding:0;
	background:#64355E;
	height:282px;
	position:relative;
  }

.left {
	float:left;
	width:364px;
	padding:3px;
	}
.right {
	float:right;
	width:364px;
	padding:3px;
	}
.text{
	width:280px;
	float:left;
	}
.buy{
	width:66px;
	padding:8px 0 0 0;
	float:left;
	}	
#nav {
  padding-bottom:20px;
  }
#nav ul{ padding:18px 0 0 135px;
  }
#nav li {
  float:left;
  margin:0 0 0 15px;
  }
#nav li.last {
	margin: 0px;
}
	
	
#idxVis .bottom {
	width: 69px;
	height: 16px;
	z-index: 1;
	position: absolute;
	right: 0px;
	bottom: 0px;
	_bottom:-1px;
	_right:-1px;
	}

