@charset "utf-8";
/* CSS Document */


/* COLOURS ***************************************************** */

/* #52c6c2 - blue background */

/* #fafaf0 - white canvas */

/* #ea4486 - pink rollover */

/* #666 - grey text */

/* #6c6c6c - grey breadcrumbs */

/* #89bfcf - blue left panel rollover */

/* #ededde - beige form select box */

/* #dcdcc1 - beige form field border */

/* #4089b6 - beige form field border */

/* ************************************************************* */

/*
ul.thum-wrap1 {
	list-style:none;
	margin: 0 0 5px 0;
	padding: 0;
	width: 595px;
	float: left;
}
	*html ul.thum-wrap1 {margin: 0 0 15px 0;}

ul.thum-wrap1 li {
	display:inline;
}

#content-right-second ul.thum-wrap1 li a {
	float:left;
	color:#666;
	text-decoration:none;
	width: 136px;
	height: 180px;
	padding:10px 0px 0px;
	background: url(../global-images/bg-gallery1-white.gif) no-repeat;
	text-align: center;
	margin: 0px 17px 0px 0px;
}
*/



/* THUM GALLERIES *********************************************************** */

ul.thum-wrap2 {
	list-style:none;
	margin: 0 0 5px 0;
	padding: 0;
	width: 595px;
	float: left;
}
	*html ul.thum-wrap2 {margin: 0 0 15px 0;}

ul.thum-wrap2 li {
	display:inline;
}



#content-right-second ul.thum-wrap2 li a {
	float:left;
	color:#666;
	text-decoration:none;
	width: 136px;
	height: 255px;
	padding:10px 0px 0px;
	background: url(../images/thum-gallery-bg-off.gif) no-repeat;
	text-align: center;
	margin: 0px 17px 7px 0px;
}

	*html #content-right-second ul.thum-wrap2 li a { margin-bottom: 17px; }



#content-right-second ul.thum-wrap2 li a:hover {
	color:#ea4486;
	background: url(../images/thum-gallery-bg-over.gif) no-repeat;
}

ul.thum-wrap2 .thum-text {
	display:block;
	margin:10px 0px 0px;
	text-align: left;
	padding: 0px 10px;
	line-height: 18px;
	color:#666;
}
















#mitsumori-left {
	float:left;
	width:270px;
	margin: 0px 0px 0px 15px;
}

	*html #mitsumori-left {
	width:270px;
	margin: 0px 0px 0px 10px;
}

#mitsumori-right {
	float:right;
	width:270px;
	margin: 10px 20px 0px 0px;
}

	*html #mitsumori-right {
	width:270px;
	margin: 0px 10px 0px 0px;
}


#catalog-search {
	background: url(../images/bg-category-search.gif) no-repeat center;
	float: right;
	height: 76px;
	width: 320px;
}


form {
	padding:0px;
	color: #666;
	background: url(../images/mitsumori-bg-form.gif) repeat-y;
	float: left;
	width: 595px;
	display: block;
}


.fieldname {
	margin: 15px 0 2px 0;
	color: #666;
}
	*html .fieldname {
	margin: 10px 0 0 0;
	}
.fieldvalue {
	background: #fafaf0;

}	


label {
	margin: 0px 5px 0px 0px;
	color: #666;
}
input {
	height: 16px;
	padding: 0px 0px 0px 2px;
	border: 1px solid #bbb;
	width: 265px;
	background: #fafaf0;
}
.input-small {
	width: 80px;
}
input:focus, select:focus, textarea:focus {
	background: #fafaf0;
}

input.checkbox {
	width: 14px;
	background: #fafaf0;
}


.radio {
	width: 14px;
	margin: 4px 10px 0px 0px;
	height: 12px;
}
	*html .radio {
	width: 25px;
	height: 25px;
}

select {
	height: 16px;
	background: #fafaf0;
	width: 165px;
	font-size:10px;
	border: 1px solid #bbb;
	color: #666666;
	padding: 1px 0px 1px 1px;
}
textarea {
	background: #fafaf0;
	width: 265px;
	height: 295px;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #bbb;
}
	*html textarea {
	height: 240px;
}


.field-double-wrap {
	margin: 0px 0px 5px;
	float: left;
}
.field-double-left {
	float: left;
	width: 135px;
}
.field-double-right {
	float: right;
	width: 140px;
	text-align: left;
}




#submit {
	text-align: center;
	margin: 20px 0px 0px;
	float: left;
	width: 595px;

}
input.btn{
	font-size:11px;
	font-weight:bold;
	background: #fafaf0;
	color: #666666;
	padding: 0px;
	height: 20px;
	width: 70px;
}
input.btnhov{
	border-color: #ea4486;
	cursor: default;
}

.red_point { color: red; }

.star {color:#4089b6}

#message-thankyou {
}
#message-thankyou p {
}

.closeWindow { margin:20px 0 0 0; text-align:center}
.closeWindow a {color:#8dad38;}
.closeWindow a:hover { text-decoration:none; }

