/*----------------------------------------
| mizutori.co.uk -> layout.css
| Copyright (c)2006 Inter-Planning Inc.
| Written by Joel Millin (jomi@inter-garden.com) [06.01.16]
----------------------------------------*/

/*----------------------------------------
| global styling
----------------------------------------*/

html * {
	color: #000;
/*	font-family: "Courier New", Courier, mono;*/
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 11px;
	line-height: 1.25em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	background-image: url(../_cmn/bg-body.gif);
}

/*----------------------------------------
| page framing
----------------------------------------*/
#pg-wrap {
	padding-left: 10px;
	width: 804px;
}
#pg-foot {
	clear: both;
	margin-bottom: 16px;
}

/*----------------------------------------
| common styles
----------------------------------------*/
ul, ul li, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6, dt {
	color: #f00;
	margin: 0.5em 0em;
	font-weight: bold;
}
p { margin: 0.5em 0em 1em; }
a, a:active, a:hover, a:link, a:visited {
	color: #f00;
	text-decoration: none;
}
a:active, a:hover { text-decoration: underline; }
a.em {
	background-color: #fff;
	padding: 1px 2px;
	margin-top:4px;
	float: left;
}

/*-- body background --*/
body.id-popup { background-image: none; }

.disp-n { display: none; }
.fl-l { float: left; }
.fl-r { float: right; }
.fl-b { float: none; }
.cl-l { clear: left; }
.cl-r { clear: right; }
.cl-b { clear: both; }
.cl-n { clear: none; }
.off { display: none; }

/*-- clear group --*/
.cgrp, .hgrp {
	display: table !important;
	display: inline-block !important;
	float: left;
}
.cgrp { width: 100%; }

/*----------------------------------------
| main page styles
----------------------------------------*/

#pg-body { margin: 195px 0px 0px 290px; }
#pg-body a img { border: 1px solid #600; }
#pg-body .content { margin-left: 90px; } /*[ie:win] bug fix (see below)*/
#pg-body .box {
	padding: 16px;
	margin-left: 16px;
	border: 1px solid #600;
}

/*----------------------------------------
| main nav styles
----------------------------------------*/

#nav-main {
	width: 90px;
	float: left;
}
#nav-main li { margin-bottom: 16px; }
#nav-main a {
	width: 88px;
	height: 88px;
	border: 1px solid #600;
	display: block;
}
/*-- [ie:mac] only [begin] --\*//*/
#nav-main a { background-position: 1px 1px; }
/*-- [ie:mac] only [end] --*/

/*-- buttons --*/
#btn-collection { background-image: url(../_cmn/btn-collection-n.jpg); }
#btn-about { background-image: url(../_cmn/btn-about-n.jpg); }
#btn-contact { background-image: url(../_cmn/btn-contact-n.jpg); }

#btn-collection:hover { background-image: url(../_cmn/btn-collection-a.jpg); }
#btn-about:hover { background-image: url(../_cmn/btn-about-a.jpg); }
#btn-contact:hover { background-image: url(../_cmn/btn-contact-a.jpg); }

.id-collection #btn-collection { background-image: url(../_cmn/btn-collection-a.jpg); }
.id-about #btn-about { background-image: url(../_cmn/btn-about-a.jpg); }
.id-contact #btn-contact { background-image: url(../_cmn/btn-contact-a.jpg); }

/*----------------------------------------
| entry page styles
----------------------------------------*/

.id-entry #pg-body { margin-bottom: 100px; }

/*----------------------------------------
| collection page styles
----------------------------------------*/

.id-collection #pg-body { margin-top: 167px; }
.id-collection #nav-main { margin-top: 28px; }

#item-nav { float: right; }
#item-nav a {
	height: 28px;
	width: 28px;
	background-position: center center;
	float: left;
}
a#btn-size { width: 64px; margin-right: 8px; background-image: url(../collection/_prt/btn-size-n.gif); }
a#btn-size:hover { width: 64px; margin-right: 8px; background-image: url(../collection/_prt/btn-size-o.gif); }

#btn-prevrow { background-image: url(../_cmn/arr-l-n.gif); }
#btn-nextrow { background-image: url(../_cmn/arr-r-n.gif); }
#btn-prevrow.x { background-image: url(../_cmn/arr-l-x.gif); cursor: default; }
#btn-nextrow.x { background-image: url(../_cmn/arr-r-x.gif); cursor: default; }

#item-list { float: left; } /*[ie:win] bug fix (see below)*/
#item-list a {
	float: left;
	margin: 0px;
	margin-left: 16px;
}

/*----------------------------------------
| about page styles
----------------------------------------*/
.id-about #pg-body .content { padding-top: 106px; }
.id-about #pg-body .box { height: 268px; }
.id-about .box .info {
	height: 240px;
	overflow: auto;
}
#ttl-more {
	height: 20px;
	margin-top: 0px;
	background-image: url(../contact/_prt/ttl-more.gif);
}
/*-- [ie:mac] only [begin] --\*//*/
.id-about .box .info {
	padding-right: 16px;
	margin-right: -16px;
}
/*-- [ie:mac] only [end] --*/

#nav-about { height: 28px; }
#nav-about li { float: left; }
#nav-about a, #nav-about .slash {
	height: 20px;
	float: left;
}
#btn_info-what { width: 83px; background-image: url(../about/_prt/btn-what-n.gif); }
#btn_info-who { width: 116px; background-image: url(../about/_prt/btn-who-n.gif); }
#btn_info-what:hover, #btn_info-what.a { background-image: url(../about/_prt/btn-what-a.gif); }
#btn_info-who:hover, #btn_info-who.a { background-image: url(../about/_prt/btn-who-a.gif); }
#nav-about .slash { width: 19px; background-image: url(../about/_prt/prt-slash.gif); }

.info .left { float: left; width: 65px; }
.info .left img { margin-bottom: 16px; float: left; }
.info .right { margin-left: 73px; }

/*----------------------------------------
| contact page styles
----------------------------------------*/

.id-contact #pg-body .content { padding-top: 212px; }
.id-contact #pg-body .box { height: 162px; }

/*----------------------------------------
| collection pop-up styles
----------------------------------------*/
.type-popup #pg-wrap { width: 661px; }
.type-popup #pg-body {
	padding: 0px;
	margin: 48px 0px 16px 10px;
}
.type-popup #pg-body .left {
	width: 510px;
	float: left;
}
.type-popup #pg-body .box {
	background-color: #fff;
	text-align: center;
	padding: 16px 0px;
	margin: 0px;
	clear: both;
}
.type-popup #item-list div {
	width: 195px;
	margin-left: 16px;
	float: left;
}
.type-popup #item-list center {
	width: 97px;
	height: 1px;
	margin-left: 16px;
	float: left;
}
.type-popup #item-list h3 { margin: 0em; }
.type-popup #item-list p { margin: 0em; }

.type-popup #pg-foot {
	padding: 8px 0px 0px 10px;
	margin-bottom: 8px;
}

/*-- backgrounds --*/
.type-popup { background-repeat: repeat; }
.id-bingata { background-image: url(../collection/bingata/_prt/bg-body.gif); }
.id-craft { background-image: url(../collection/craft/_prt/bg-body.gif); }
.id-dot { background-image: url(../collection/dot/_prt/bg-body.gif); }
.id-elegance { background-image: url(../collection/elegance/_prt/bg-body.gif); }
.id-flower { background-image: url(../collection/flower/_prt/bg-body.gif); }
.id-hinoki { background-image: url(../collection/hinoki/_prt/bg-body.gif); }
.id-hinoki05 { background-image: url(../collection/hinoki/_prt05/bg-body.gif); }
.id-hinokidh { background-image: url(../collection/hinoki/_prtdh/bg-body.gif); }
.id-kofu { background-image: url(../collection/kofu/_prt/bg-body.gif); }
.id-monogatari { background-image: url(../collection/monogatari/_prt/bg-body.gif); }

/*-- size chart --*/
body.id-size {
	color: #fff;
	background: #600;
}

.id-size div { color: #fff; }
.id-size #pg-body {
	margin-top: 20px;
}
.id-size .list td {
	color: #fff;
	font-size: 12px;
	border-bottom: dotted 1px #fff;
	padding: 4px 4px;
	text-align: center;
}
.id-size .list .ttl { font-weight: bold; text-align: left; }
.id-size .list .ex { font-size: 11px; text-align: left;}
.id-size #pg-head { display: block; width: 192px; height: 34px; background-color: #660000; background-image: url(../collection/size/_prt/ttl_size.gif); }

/*----------------------------------------
| [ie:win] bug fixes
| I believe these are or are related to the 3px bug! 
----------------------------------------*/
/*only ie:win [begin]\*/

* html .content { height: 0px; }
* html #pg-foot { margin-top: 0px; }
* html #pg-body .content { float: left; margin: 0px; }
* html .id-collection #item-list {
	margin-left: -3px;
	padding-left: 3px;
	width: 427px;
}
* html #item-list a { margin-left: 15px; }
* html .id-about #pg-body .content { margin-top: 3px; }
* html .id-contact #pg-body .content { margin-top: 6px; }
* html #item-list { margin: 0px -3px; }

* html .type-popup #pg-foot { margin-top: -50px; }
* html .id-size #pg-foot { margin-top: 0px; }

/*only ie:win [end]*/

