@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Contents */

div.binder_contents#catalog {
	background: url(../img/bg_binder_paper.jpg) no-repeat;
}
div.binder_contents#catalog div.left { background: url(../img/catalog/bg_gallery.jpg) no-repeat;}
div.binder_contents#catalog div.right { font-size: 10px;}

#catalog div.sum {
	width: 90px;
	height: 170px;
	margin: 0 20px 5px 0;
	float: left;
	display: inline;
}

#catalog div.sum img { border: 1px solid transparent;}
#catalog div.sum a img{	border: 1px solid transparent;}
#catalog div.sum a:hover img  { border: 1px solid #FFF;}

#catalog div.paging  {
	width: 310px;
	height: 20px;
	margin: 0 40px 5px 50px;
	clear: both;
}

#catalog div.paging#over  { padding: 15px 0 0 0;}
#catalog div.paging#under { padding: 0 0 15px 0; }

#catalog div.c_nine {
	width: 330px;
	height: 525px;
	margin: 0 20px 0 50px;
	clear: both;
}



/* Dettail */

#c_detail .container {
	width: 758px;
	height: 520px;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
}

#c_detail h1 {
	background-color: #963;
	height: 20px;
	padding: 4px 0 0 14px;
	color: #FFF;
	font-size: 12px;
}

#c_detail h2 {
	height: 30px;
	color: #963;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
}

#c_detail h3 {
	height: 20px;
	text-indent: -1000em;
}

#c_detail h3#comment {
	background: url(../img/catalog/h3_comment.gif) no-repeat;
}

#c_detail h3#type {
	background: url(../img/catalog/h3_type.gif) no-repeat;
	clear: both;
}

#c_detail h3#point {
	background: url(../img/catalog/h3_point.gif) no-repeat;
	clear: both;
}

#c_detail .left {
	padding: 5px 30px 5px 5px;
	width: 340px;
	float: left;
	display: inline;
}

#c_detail .right {
	padding: 20px 30px 0 0;
	width: 340px;
	float: right;
	display: inline;
}

#c_detail p {
	float: left;
}

#c_detail .right img.stylist {
	margin: 0 0 20px 10px;
	float: right;
}

#c_detail .right .ph_point {
	width: 100px;
	margin: 0 0 10px 10px;
	float: right;
}

#c_detail .right .ph_point img {
	margin: 0 0 10px 0;
}

#c_detail table {
	margin: 0 10px 20px 0;
	float: left
}

#c_detail td,th {
	padding: 0 1px 1px 0;
}

#c_detail li {
	list-style: disc;
	margin: 2px 0 0 0;
	font-weight: bold;
}

