@charset "utf-8";

/* default settings */

body {
	font-size: small;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #fff;
	line-height: 1.6;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	display: none;
}

a {
	overflow: hidden;
}

a:link {
	color: #00c;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #fc3;
}

/* basic layout */

#container {
	width: 750px;
	height: 520px;
}

#header {
	border-bottom: solid 1px #999;
	position: relative;
	width: 750px;
	height: 84px;
	background-image: url(../images/bgHeader.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#contents {
	width: 750px;
	height: 410px;
	overflow: hidden;
}

#overview {
	position: relative;
	float: left;
	width: 310px;
	height: 410px;
}

#detail {
	position: relative;
	float: right;
	width: 432px;
	height: 410px;
	overflow-x: none;
	overflow-y: scroll;
}

#footer {
	position: relative;
	width: 750px;
	height: 25px;
}

/* common elements */

h1 {
	position: absolute;
	top: 12px;
	left: 12px;
}

#header p.toWebsite {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 220px;
	height: 32px;
}

#header p.toWebsite a {
	display: block;
	width: 220px;
	height: 32px;
	background-image: url(../../catalog/wedding/images/btnWeb.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -10000em;
}

#header p.toWebsite a:hover {
	background-position: 0 -32px;
}

#categorylist {
	position: absolute;
	top: 50px;
}

.boxCategory {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 125px;
	height: 100px;
}

.boxCategory img {
	margin-bottom: 6px;
}

.boxCategory p {
	padding-left: 21px;
	background-image: url(../../catalog/costume/images/markerCategoryList.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#category {
	position: absolute;
	top: 120px;
	right: 10px;
	text-align: right;
}

#thumbbox {
	position: absolute;
	top: 206px;
	right: 10px;
	width: 422px;
	height: 186px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#thumbbox li {
	margin-bottom: 7px;
	margin-right: 7px;
	float: left;
	height: 60px;
}

p#path {
	position: absolute;
	top: 10px;
	left: 0;
}


#detailInfo {
	position: absolute;
	right: 10px;
	bottom: 196px;
	width: 400px;
}

#detailInfo h2 {
	font-size: medium;
}

#detailInfo p.note {
	padding-top: 5px;
	color: #999;
	font-size: x-small;
}

#detailPhoto {
	position: absolute;
	right: 10px;
	bottom: 35px;
}

#detailPhoto img {
	float: left;
	margin-right: 10px;
}

#detailPhoto img#detailR {
	margin-right: 0;
}

p#navPrevNext {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

p#close {
	left: 10px;
	position: absolute;
	top: 4px;
}

/* RENTAL COSTUME */

#introduction {
	position: absolute;
	top: 130px;
	left: 20px;
}

#introduction h2 {
	margin-bottom: 12px;
}

#categoryIntro {
	position: absolute;
	top: 20px;
	left: 20px;
}

#categoryIntro h2 {
	margin-bottom: 12px;
}

#categoryIntro p#categoryDescription {
	margin-bottom: 18px;
	width: 270px;
}

ul#categoryList li {
	width: 200px;
	height: 21px;
	line-height: 21px;
}

ul#categoryList li a {
	padding-left: 24px;
	background-image: url(../../catalog/costume/images/markerCategoryList.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

dl#itemlist {
	position: absolute;
	top: 20px;
}

dl#itemlist dt {
	margin-bottom: 12px;
}

#itemlist li {
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
}

h2#subCatTitle {
	position: absolute;
	top: 36px;
}

ul#subCatItemlist {
	position: absolute;
	top: 84px;
}

#subCatItemlist li {
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
}

dl#itemInfo {
	margin-top: 10px;
	width: 376px;
	overflow: hidden;
}

#itemInfo dt {
	margin-bottom: 2px;
	float: left;
	clear: left;
	width: 64px;
	text-indent: -999px;
}

dt#itemRPrice {
	background-image: url(../../catalog/costume/images/hlRPrice.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

dt#itemSPrice {
	background-image: url(../../catalog/costume/images/hlSPrice.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

dt#itemSize {
	background-image: url(../../catalog/costume/images/hlSize.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

dt#itemColor {
	background-image: url(../../catalog/costume/images/hlColor.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

dt#itemAccessory {
	background-image: url(../../catalog/costume/images/hlAccessory.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

dt#itemSeparate {
	background-image: url(../../catalog/costume/images/hlSeparate.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#itemInfo dd {
	margin-bottom: 2px;
	padding-left: 12px;
	float: left;
	width: 300px;
}

#costume #footer {
	background-color: #900;
}

#costume #footer p#toWedding {
	position: absolute;
	right: 9px;
	top: 4px;
}

#costume #footer p#close {
	top: 4px;
}

/* wedding dress catalog */

#weddingdress #contents {
	position: relative;
}

#weddingdress #indexLead {
	position: absolute;
	top: 40px;
	right: 0;
	text-align: right;
}

#weddingdress #indexLead img {
	margin-bottom: 10px;
}

#weddingdress #indexLead p {
	margin-right: 8px;
}

#weddingdress #panlist {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}


#weddingdress #footer {
	background-color: #c00266;
}

#weddingdress #footer p#toCostume {
	position: absolute;
	right: 9px;
	top: 4px;
}

/* contents navigation */

#weddingdress #header ul {
	position: absolute;
	top: 57px;
	left: 0;
	overflow: hidden;
}

#weddingdress #header li {
	float: left;
	width: 83px;
	height: 27px;
	line-height: 27px;
}

#weddingdress #header li#nav01,
#weddingdress #header li#nav02,
#weddingdress #header li#nav03 {
	width: 84px;
}

#weddingdress #header li a {
	display: block;
	width: 83px;
	height: 27px;
	text-indent: -999px;
}

#weddingdress #header li#nav01 a,
#weddingdress #header li#nav02 a,
#weddingdress #header li#nav03 a {
	width: 84px;
}

#weddingdress #header li#nav01 a {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#weddingdress #header li#nav01 a:hover {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -27px;
}

#weddingdress #header li#nav02 a {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -84px 0;
}

#weddingdress #header li#nav02 a:hover {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -84px -27px;
}

#weddingdress #header li#nav03 a {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -168px 0;
}

#weddingdress #header li#nav03 a:hover {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -168px -27px;
}

#weddingdress #header li#nav04 a {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -252px 0;
}

#weddingdress #header li#nav04 a:hover {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -252px -27px;
}

#weddingdress #header li#nav05 a {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -335px 0;
}

#weddingdress #header li#nav05 a:hover {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -335px -27px;
}

#weddingdress #header li#nav06 a {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -418px 0;
}

#weddingdress #header li#nav06 a:hover {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -418px -27px;
}

#weddingdress #header li#nav07 a {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -501px 0;
}

#weddingdress #header li#nav07 a:hover {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -501px -27px;
}

#weddingdress #header li#nav08 a {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -584px 0;
}

#weddingdress #header li#nav08 a:hover {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -584px -27px;
}

#weddingdress #header li#nav09 a {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -667px 0;
}

#weddingdress #header li#nav09 a:hover {
	background-image: url(../../catalog/wedding/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -667px -27px;
}

/* contents navigation */

#costume #header ul {
	position: absolute;
	top: 57px;
	left: 0;
	overflow: hidden;
}

#costume #header li {
	float: left;
	width: 94px;
	height: 27px;
	line-height: 27px;
}

#costume #header li#nav08 {
	width: 92px;
}

#costume #header li a {
	display: block;
	width: 94px;
	height: 27px;
	text-indent: -999px;
}

#costume #header li#nav08 a {
	width: 92px;
}

#costume #header li#nav01 a {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#costume #header li#nav01 a:hover {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -27px;
}

#costume #header li#nav02 a {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -94px 0;
}

#costume #header li#nav02 a:hover {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -94px -27px;
}

#costume #header li#nav03 a {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -188px 0;
}

#costume #header li#nav03 a:hover {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -188px -27px;
}

#costume #header li#nav04 a {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -282px 0;
}

#costume #header li#nav04 a:hover {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -282px -27px;
}

#costume #header li#nav05 a {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -376px 0;
}

#costume #header li#nav05 a:hover {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -376px -27px;
}

#costume #header li#nav06 a {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -470px 0;
}

#costume #header li#nav06 a:hover {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -470px -27px;
}

#costume #header li#nav07 a {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -564px 0;
}

#costume #header li#nav07 a:hover {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -564px -27px;
}

#costume #header li#nav08 a {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -660px 0;
}

#costume #header li#nav08 a:hover {
	background-image: url(../../catalog/costume/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -660px -27px;
}

/* wedding dress catalog index navigation */

/* index navigation */

ul#invCatalog {
	width: 140px;
	height: auto;
	position: absolute;
	top: 180px;
	right: 0;
	list-style: none;
}

#invCatalog li {
	width: 140px;
	height: 20px;
	margin: 0 0 5px 0;
	padding: 0;
}

#invCatalog a {
	width: 140px;
	height: 20px;
	display: block;
	text-indent: -999px;
}

#invNew a {
	background-image: url(../../catalog/wedding/images/inavi.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#invNew a:hover {
	background-position: -140px 0;
}

#invWhite a {
	background-image: url(../../catalog/wedding/images/inavi.gif);
	background-position: 0 -20px;
	background-repeat: no-repeat;
}

#invWhite a:hover {
	background-position: -140px -20px;
}

#invColor a {
	background-image: url(../../catalog/wedding/images/inavi.gif);
	background-position: 0 -40px;
	background-repeat: no-repeat;
}

#invColor a:hover {
	background-position: -140px -40px;
}

#invJapanese a {
	background-image: url(../../catalog/wedding/images/inavi.gif);
	background-position: 0 -60px;
	background-repeat: no-repeat;
}

#invJapanese a:hover {
	background-position: -140px -60px;
}

#invSell a {
	background-image: url(../../catalog/wedding/images/inavi.gif);
	background-position: 0 -80px;
	background-repeat: no-repeat;
}

#invSell a:hover {
	background-position: -140px -80px;
}

#invOthersl a {
	background-image: url(../../catalog/wedding/images/inavi.gif);
	background-position: 0 -100px;
	background-repeat: no-repeat;
}

#invOthersl a:hover {
	background-position: -140px -100px;
}

#invTuxedo a {
	background-image: url(../../catalog/wedding/images/inavi.gif);
	background-position: 0 -120px;
	background-repeat: no-repeat;
}

#invTuxedo a:hover {
	background-position: -140px -120px;
}

#invCrested a {
	background-image: url(../../catalog/wedding/images/inavi.gif);
	background-position: 0 -140px;
	background-repeat: no-repeat;
}

#invCrested a:hover {
	background-position: -140px -140px;
}

#invOthersm a {
	background-image: url(../../catalog/wedding/images/inavi.gif);
	background-position: 0 -160px;
	background-repeat: no-repeat;
}

#invOthersm a:hover {
	background-position: -140px -160px;
}

/* CLEAR FIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
