@charset "UTF-8";


body{
	text-align:center;
	margin:0px;
	background:url('../img/background.gif') repeat-x 0% 100%;
}

a:link{ color:#00a608; text-decoration:none; }
a:visited{ color:#006e05; text-decoration:none; }
a:hover{ color:#ff6c00; text-decoration:underline; }
a:active{ color:#ff6c00; text-decoration:none; }

#head{
	width:100%;
	height:150px;
	background:url('../img/head_back.gif') repeat-x 0% 0%;
}

#logo_area{
	position:relative;
	margin:0px auto;
	width:962px;
	height:100px;
}

#logo{
	float:left;
	width:320px;
	text-align:left;
	padding:10px 0px 0px 0px;
}

#banner{
	float:right;
	width:500px;
	text-align:right;
	padding:25px 0px 0px 0px;
}


#category_area{
	position:relative;
	text-align:left;
	margin:0px auto;
	width:962px;
	height:50px;
}


#category_area2{
	position:absolute;
	bottom:0px;
	height:35px;

}


#category{
	font-size:100%;
	font-weight:bold;
	position:relative;
	top:3px;
	float:left;
	padding:10px 10px 6px 12px;
	margin:0px 2px 0px 2px;
}


.categorys{
	font-size:90%;
	line-height:1.1em;
	font-weight:bold;
	position:relative;
	top:3px;
	float:left;
	padding:10px 10px 6px 12px;
	margin:0px 2px 0px 2px;
	background:#fff0b6;
}


.categorys_now{
	color:#00aa00;
	font-size:90%;
	line-height:1.1em;
	font-weight:bold;
	position:relative;
	top:3px;
	float:left;
	padding:10px 10px 6px 12px;
	margin:0px 2px 0px 2px;
	background:#fff;
}


#search_area{
	position:relative;
	text-align:right;
	margin:0px auto;
	width:960px;
	height:50px;
}


#search{
	position:absolute;
	top:30%;
	right:0%;
	font-size:80%;
}



#main{
	margin:0px auto;
	width:960px;
}


#left_column{
	float:left;
	background:#ffffff;
	width:218px;
	border-bottom:solid 1px #eeeeee;
	border-right:solid 1px #eeeeee;
	border-left:solid 1px #eeeeee;
}


#ranking_head{
	height:50px;
	background:url('../img/rank.gif');
}


.ranking_top3_head{
	text-align:left;
	padding:7px 0px 5px 20px;
}
.ranking_top3_image{
	padding:0px 0px 15px 0px;
}
.ranking_top3_title{
	padding:0px 30px 20px 30px;
	font-size:80%;
	text-align:left;
}
.ranking_top3_price{
	padding:0px 30px 14px 0px;
	text-align:right;
	font-size:80%;
	font-weight:bold;
}


.ranking_45{
	margin:0px auto;
	width:180px;
	padding:20px 0px 20px 0px;
}
.ranking_45_image{
	width:75px;
	text-align:center;
	float:left;
}
.ranking_45_title{
	width:100px;
	font-size:80%;
	font-weight:bold;
	text-align:left;
	float:left;
	padding:0px 0px 5px 0px;
}
.ranking_45_price{
	margin:0px auto;
	font-size:80%;
	font-weight:bold;
	text-align:right;
	width:178px;
	height:24px;
}


.ranking_line{
	height:1px;
	background:url('../img/line.gif') no-repeat 50% 0%;
}



#right_column{
	float:left;
	width:740px;
}


#paging_area{
	text-align:right;
	height:50px;
	background:url('../img/right_head.gif');
	font-size:80%;
}

#under_paging_area{
	border-top:solid 3px #ff8b22;
	border-right:solid 1px #eeeeee;
	border-bottom:solid 1px #eeeeee;
	text-align:right;
	font-size:80%;
	float:left;
	width:740px;
	height:50px;
	background:#ffffff;
}


#top_link{
	margin:0px auto;
	font-size:12px;
	text-align:right;
	font-size:80%;
	width:960px;
	padding:10px;
	height:40px;
}
#footer{
	height:30px;
	font-size:80%;
}


