
@charset "utf-8";

/**************************************************50
 * page_area
 **************************************************/
#page_area_wrap {
	padding: 0px 10px;
}

#page_area {
	text-align:center;
}

/**************************************************50
 * header010/footer020
 **************************************************/
.subMenu{
	margin-top: 7px;
}
.subMenu li{
	margin-right: 10px;
}
#header1 ul li a{
	color: #FFF;
}
.subMenu li a{
	text-decoration: none;
}
.subMenu li a:hover{
	text-decoration: underline;
}
.subMenu li img{
	margin-right: 3px;
}

/**************************************************50
 * header020/auth
 **************************************************/
#enter_btn{
	clear: both;
	position: absolute;
	top: 185px;
	left: 380px;
}
#ng_area{
	width: 198px;
	position: absolute;
	top: 185px;
	left: 760px;
}

/**************************************************50
 * middle030/index
 **************************************************/
#shopList{
	width: 605px;
	float: left;
}
#shopList a{
	color: #555;
}
#shopList a:hover{
	color: #0000FF;
}
#shopList table{
	
}
#shopList table td{
	width: 150px;
	background: #EEE;
}
#indexInfo{
	width: 285px;
	float: right;
}
#indexInfoInside{
	width: 273px;
	height: 300px;
	padding: 5px;
	background: #EBFFFF;
	border: 1px solid #000;
	overflow-x: hidden;
	overflow-y: scroll;
}
#indexInfoInside a{
	color: #555;
	text-decoration: none;
}
#indexInfoInside a:hover{
	color: #0000FF;
	text-decoration: underline;
}
#indexInfo hr{
	border-color: -moz-use-text-color -moz-use-text-color #555;
    border-style: none none dashed;
}

