/* charset */
@charset "utf-8";


/* =================================================================== */

table#localNavigation {
	
}
table#localNavigation img {
	border: none;
}



/* =================================================================== */
/* Gallery TOP                                                         */
/* =================================================================== */

ul#categoryList {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #9B9B9B;
}
ul#categoryList li {
	font-size: 11px;
	border-bottom: 1px solid #9B9B9B;
}
ul#categoryList li a {
	display: block;
	padding: 10px 0;
	background-repeat: no-repeat;
	background-position: 165px 50%;
}
ul#categoryList li a:hover {
	background-color: #666666;
	text-decoration: none;
}

ul#categoryList #cat1 a {background-image: url(../images/cat_list_1_bg.gif);}
ul#categoryList #cat2 a {background-image: url(../images/cat_list_2_bg.gif);}
ul#categoryList #cat3 a {background-image: url(../images/cat_list_3_bg.gif);}
ul#categoryList #cat4 a {background-image: url(../images/cat_list_4_bg.gif);}
ul#categoryList #cat5 a {background-image: url(../images/cat_list_5_bg.gif);}
ul#categoryList #cat6 a {background-image: url(../images/cat_list_6_bg.gif);}
ul#categoryList #cat7 a {background-image: url(../images/cat_list_8_bg.gif);}



/* =================================================================== */
/* Category TOP                                                        */
/* =================================================================== */

table#Thumbnails {
	margin-bottom: 30px;
}

table#Thumbnails table {
	float: left;
	margin-right: 25px;
}
table#Thumbnails table td {
	line-height: 14px;
	vertical-align: top;
}
table#Thumbnails table .image {
	height: 110px;
}
table#Thumbnails table .name {
	font-size: 10px;
	height : 8em;
}
table#Thumbnails table .date {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
table#Thumbnails img {
	border: none;
}

/* =================================================================== */
/* Detail                                                              */
/* =================================================================== */
table#detail table th {
	height: 15px;
	text-align: left;
	vertical-align: top;
}
table#detail table#name,
table#detail table#category,
table#detail table#comment {
	margin-left: 5px;
	margin-bottom: 20px;
	text-align: justify;
}

table#detail table#name {
	margin-top: 13px;
}
table#detail table#name td {
	font-size: 14px;
	font-weight: bold;
}

table#detail table#category {
	
}

table#detail table#comment {
	
}

table#detail table#category td,
table#detail table#comment td {
	color: #E2E2E2;
}


table#detail #flashImages {
	margin-bottom: 50px;
}
table#detail img {
	border: none;
}
