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

#contents_area {
	margin: 0;
}

/* CategoryArea */

#category_area {
	float: left;
	width: 185px;
}

.search_box {
	width: 165px;
	height: 25px;
	margin: 0 0 5px 0;
	border: 1px solid #999999;
}

#category_area ul {
	margin: 15px 0 0 0;
	padding: 0px;
	list-style-type: none;
}

#category_area ul li {
	background: none;
	padding: 0;
	margin: 0;
	width: 150px;
	
}

#category_area li a {
	margin: 0px;
	display: block;
	background-color: #cccccc;
/*	background: url(../images/gallery/category_bg.gif);*/
	background-repeat : repeat-x;
	color: #333333;
/*	text-align: center;*/
	padding: 5px;
	margin: 0 0 8px 0;
	width: 155px;
	height: 22px;
	text-decoration: none;
	border: 1px solid #999999;
}

#category_area li a:hover {
	background-color: #999999;
/*	background: url(../images/gallery/category_bg02.gif);*/
	background-repeat : repeat-x;
}

/* GalleryArea */

#gallery_area {
	float: left;
	width: 700px;
}

.gallery_col {
	clear: both;
	overflow:auto;
	margin: 0 0 20px 0;
}

/*  */

.gallery_list {
/*	overflow:auto;*/
}

.gallery_entry {
	background-color: #cccccc;
/*	background: url(../images/gallery/entry01.gif);
	background-repeat : no-repeat;*/
	width: 478px;
	height: 31px;
	padding :8px 0 0 10px;
	font-size: 18px;
}

.gallery_img {
	float: left;
	width: 300px;
	margin: 7px 0 0 0;
}

.gallery_contents {
	float: right;
	width: 226px;
	border: 1px solid #9d9d9d;
	margin: 7px 0 0 7px;
	padding: 5px;
}

.gallery_contents01 {
	float: right;
	width: 380px;
	border: 1px solid #9d9d9d;
	margin: 7px 0 0 7px;
	padding: 5px;
}

.gallery_contents02 {
	float: right;
	width: 380px;
	border: 1px solid #9d9d9d;
	margin: 10px 0 0 7px;
	padding: 5px;
}

.gallery_detail {
	clear: both;
	margin: 0 0 15px 0;
}

.gallery_box {
	float: left;
	width: 220px;
	text-align: center;
	height 20px;
	margin: 0 0 20px 10px;
}

.gallery_name {
	text-align: left;
	width: 220px;
}

.gallery_price {
	text-align: right;
	color: #000000;
	width: 220px;
	height: 20px;
}

.gallery_comment {
	text-align: left;
	width: 220px;
/*	min-height:70px;
	height: auto !important;
	height: 70px;*/
}

#pagenation_area {
	text-align: center;
	margin: 10px;
}

.gray_text {
	color: #cccccc;
}

.clear{
	clear: both;
}

/*\*/
* html div.parent{overflow: visible;}
/**/
