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

#gallery {
	width: 730px;
	float: left;
	padding: 10px 5px 10px 25px;
	background-color: #FFFFFF;
}

#model_box {
	width: 710px;
	height: auto;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	background-color: #FFFFFF;
	}
	
#cat_tit {
	width: 700px;
	text-align: left;
	background-color: #CCCCCC;
	margin-bottom: 5px;
	margin-top: 20px;
	clear: both;
	display: block;
	padding: 5px;
}
	
#model_tit {
	width: 700px;
	text-align: left;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 20px;
	clear: both;
	display: block;
	border-bottom: 1px solid #666666;
	border-bottom-width: 100%;
}
	
#thumb_box {
	width: 165px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

#thumb_box ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#thumb_box ul li {
	display: inline;
	line-height: 16px;
	white-space: nowrap;
	padding-left: 0px;
}

#thumb_box ul li a {
	font-size: small;
	color: #333333;
	}

#thumb_box ul li a:hover {
	color: #FF0000;
	}


#thumb_box img {
	border: none;
	margin: 5px;
	margin-left: 0px;
}

* html #thumb_box {      /*IE6*/
	width: 165px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	}

#plugin_box {
	width: 100%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

#plugin_box a {
	font-size: small;
	color: #333333;
	}

#plugin_box a:hover {
	color: #FF0000;
	}


#plugin_box img {
	border: none;
	margin: 0px 5px 0px 0px;
	float: left;
}

* html #plugin_box {      /*IE6*/
	width: 100%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}
