@CHARSET "UTF-8";

div#contents_master{
	width:100%;
	text-align: left;
	margin: 1px auto 0 auto;
}
div#contents_header{
	text-align: left;
	width: 100%;
	height:77px;
	background-color: #535f76;
	background-image: url(../images/head/tile.gif);
	background-repeat: repeat;
}
div#contents_header #logo{
	margin:5px 0 0 0;
}
div#contents_header #pic{
	margin:0 0 0 90px;
}
div#contents_area{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 980px;
}

div#contents_left{
	width:170px;
	float:left;
}
div#contents_middle{
	width:800px;
	float:left;
	margin-left: 10px;
}
div#contents_middle2{
	width:650px;
	float:left;
	margin-left: 10px;
}
div#contents_right{
	width:140px;
	float:right;
	margin-left: 10px;
}

div#contents{
	margin:0 4px 0 4px; 
}


div#contents_search{
	width:100%;
	border-left: solid 1px #f7c1f3;
	position: relative;
}
div#contents_search .loading{
	position: absolute;
	top: 12px;
	left:6px;
	width:200px;
	height:80px;
	border: solid 1px #f7c1f3;
	background-color: white;
	z-index:99;
	padding:10px;
	text-align: center;
	
	color:#555555;
	font-size: 14px;
	
	display :none;
}
div#contents_search #console{
	background-color: #f7c1f3;
	padding:2px 0 2px 0;
}
div#contents_search #console #navi{
	padding: 0 0 0 4px;
	color:white;
	font-size:12px;
}
div#contents_search #item{
	width:259px;
	height:200px;
	float:left;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
}
div#contents_search #item #item_margin{
	margin:2px 4px 2px 4px;
	text-align: center;
}
div#contents_search #item img#pic{
	width: 100px;
	height: 100px;
	border:solid 1px silver;
}
div#contents_search #item #text{
	height:34px;
	text-align: center;
}
div#contents_search #item #text a{
	font-size:12px;
}
div#contents_search #item #price{
	font-size:12px;
	font-weight: bold;
	text-align: center;
	color:red;
	margin-top:2px;
}
div#contents_search #item #shopname{
	font-size:10px;
	text-align: right;
	color: #777777;
}




div#contents_searchconsole{
	border:solid 1px silver;
	margin-bottom:14px;
}



div#contents_item #item{
	text-align: left;
}
div#contents_item #left{
	float:left;
}
div#contents_item #right{
	float: left;
	margin: 0 0 0 14px;
}
div#contents_item img#pic{
	width:130px;
	height:130px;
	border:solid 1px silver;
}
div#contents_item #title a{
	font-size:16px;
	font-weight: bold;
}
div#contents_item #price{
	font-size:12px;
	font-weight: bold;
	color:red;
	margin-top:4px;
}
div#contents_item #text{
	font-size:12px;
	margin-top:4px;
}


div#contents_menucategory {
	margin:0 0 6px 0;
	color:#8b8150;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	border:solid 1px #b9dfeb;
	background-color: #e3a6d7;
	background-image: url(../images/menu/active_bg.gif);
	background-position: left bottom;
}
div#contents_menucategory a{
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
div#contents_menucategory a:hover{
	color:#777777;
}

div#contents_menucategory_child {
	margin:0 0 6px 0;
	color:#7d9299;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	border:solid 1px #b9dfeb;
}
div#contents_menucategory_child a{
	color:#7d9299;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
div#contents_menucategory_child a:hover{
	color:#29829b;
}




span#contents_pager{
	color: #777777;
	font-size: 12px;
}
span#contents_pager #now{
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-right:2px;
	text-decoration: none;
}
span#contents_pager #count{
	color: #777777;
	font-size: 12px;
	margin-right:8px;
}
span#contents_pager a#no{
	color: #777777;
	font-size: 14px;
	margin-right:2px;
	text-decoration: none;
}
span#contents_pager a#no:hover{
	color: #555555;
	font-size: 14px;
	margin-right:2px;
	text-decoration: underline;
}




div#contents_navi {
	background-color: #97c8cd;
	font-size: 12px;
	color: #ffffff;
	padding-left:18px;
	margin:0 0px 0 0px;
}
a#contents_navi {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a#contents_navi:hover {
	color: #ffffff;
	text-decoration: underline;
}


input#search_keyword{
	border-width:4px;
	border-color:#d8de3a; 
	border-style: dashed;
}
