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

body {
	background:#FFF;
}

#main_menu {
	width:136px;
	background:#efeff0;
	overflow:hidden;
	-o-box-shadow: 6px 5px 7px #888888;
	-icab-box-shadow: 6px 5px 7px #888888;
	-khtml-box-shadow: 6px 5px 7px #888888;
	-moz-box-shadow: 6px 5px 7px #888888;
	-webkit-box-shadow: 6px 5px 7px #888888;
}

#main_menu_title {
	width:125px;
	height:50px;
	background:url('/images/menu/menu_title.png');
}


#main_menu img {
	border:none;
}
#menu_head {
	margin:5px auto 40px auto;
	display:block;
	width:125px;
}
.menu_section {
	margin: 5px auto 10px auto;
	display: block;
	font-family: "Myriad Web Pro Condensed", sans-serif;
	line-height:1.3em;
	font-size:12px;
	color:#999;
	overflow:auto;
}

input.field {
	margin: 0;
	width: 122px;
	border: 1px solid #dbdedd;
	width: inherit;
}

select#keywords {
	width: 100%;
}

ul {list-style:none; margin: 0; padding: 0;}
li {margin-left:0px;}

.thumb_mask {
	position: relative;
	width:122px;
	height:72px;
	overflow:hidden;
	left: -15px;
}

.thumb_mask img {
	position: relative;
	top:-25px;
}
.sub_menu_item{
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 9px;
	width:100px;
}


#expose {
	overflow:hidden;
	height:100px;
	height:100%;
	position: relative;
}

.menu_section img {
	border:none;
}
.menu_section a:link, .menu_section a:visited {
	border:none;
	text-decoration:none;
	color:#999;
}

.thumb_mask, .slider {
	margin:10px auto;
	padding:0;
	width:122px;
}

#test {
	color: #b4b4b4;
}
#scroller {
	width:4px;
	display:block;
}
#area {
	width:4px;
	position:absolute;
	top:130px;
	left:160px;
	display:none;
}
.expose_thumbnail {
	width:122px;
	height:72px;
	overflow:hidden;
	float:left;
}
.expose_thumbnail img {
	position:relative;
	top:-25px;
	float: left;
}

.menu_section1 {
	width:150px;
	height:300px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}