@charset "utf-8";

/* menu */

#menu li.menu05 img { background: url(../../imgs/menu_05v.jpg); }
#menu li.menu05 a:hover img { background: url(../../imgs/menu_05v.jpg); }

/* note table */

#note table {
	width: 675px;
	margin: 0 20px 20px;
	}

#note th {
	background: #2f3135;
	border-bottom: 1px solid #63666c;
	border-right: 1px solid #63666c;
	border-top: 1px solid #212224;
	border-left: 1px solid #212224;
	font-size: 92%;
	color: #9aa1ac;
	text-align: left;
	padding: 0 5px 0 5px;
	}
	
#note td {
	vertical-align: top;
	background: url(../../imgs/note_line.gif) repeat-x bottom;
	padding: 6px 5px 8px 5px;
	line-height: 15px;
	}

#note td.category {
	width: 120px;
	}

#note td.brand { 
	width: 120px;
	}

#note td.count { 
	width: 40px;
	text-align: center;
	}

#note td.brand, #note td.serial, #note td.brand a, #note td.serial a {
	color: #c1c9d5;
	}

#note td.brand a:hover, #note td.serial a:hover {
	color: #02a8ff;
	}

#note td.banner img { 
	border: 1px solid black;
	}

/* photo frame */

#photoFrame {
	margin: 0 auto;
	}

#photoFrame th {
	background: url(../../imgs/phframe_top.gif) no-repeat top;
	width: 160px;
	height: 148px;
	text-align: center;
	vertical-align: middle;
	border: none;
	}

#photoFrame th img {
	border: 1px solid #707070;
	}

#photoFrame td {
	background: url(../../imgs/phframe_btm.gif) no-repeat top;
	border: none;
	width: 160px;
	height: 42px;
	text-align: center;
	}

#photoFrame td a {
	line-height: 20px;
	}
	
