/*-----top page-----*/

/* is message area*/
h3{
	font-size:10pt;
}

/* global navigation */
#globalnavi{
	position:relative;
	top:280px;
	width:950px;
	height:100px;
	margin:0px auto;
}

#globalnavi ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

#globalnavi li{
	background-image:none;
	margin:0px;
	padding:0px;
	float:left;
}

#globalnavi a{
	position:relative;
	top:10px;
	left:0px;
	display:block;
	width:135px;
	height:60px;
	float:left;
	margin:0px 5px;
/*	background-color:#666666;	*/
}

#globalnavi a:hover{
	background-position:0px -30px;
}

#globalnavi a#now{
	background-image:url(../images/g_menu/button_now.png);
}

#globalnavi a#now:hover{
	background-position:0px 0px;
}

/* message area */
#message{
	background-image:url(../images/contents/top/messabox.png);
	width:360px;
	height:215px;
	float:left;
}

#message .text{
	width:320px;
	margin:70px 20px 20px;
	text-align:left;
}

/* update area */
#update{
	position:relative;
	background-image:url(../images/contents/top/update.png);
	background-repeat:no-repeat;
	width:360px;
	float:left;
}

#update .text{
	margin-top:50px;
	width:360px;
	text-align:left;
}

#update .row{
	width:320px;
	margin:0px auto;
	border-bottom:1px solid #D5F4D9;	
}

#update .date{
	width:100px;
	float:left;
}

#update .content{
	width:220px;
	float:left;
}


/* line up new products */
#new_products{
	position:relative;
	background-image:url(../images/contents/top/new_products.png);
	background-repeat:no-repeat;
	width:720px;
	float:left;
}

#new_products .text{
	margin-top:50px;
	width:720px;
}

/* line up hot seller */
#hot_seller{
	position:relative;
	background-image:url(../images/contents/top/popular.png);
	background-repeat:no-repeat;
	width:720px;
	float:left;
}

#hot_seller .text{
	margin-top:50px;
	width:720px;
}

/* line up hot seller */
#good_item{
	position:relative;
	background-image:url(../images/contents/top/reccomend.png);
	background-repeat:no-repeat;
	width:720px;
	float:left;
}

#good_item .text{
	margin-top:50px;
	width:720px;
}

/* item box */
#item{
	position:relative;
	width:710px;
	margin:0px auto;
	top:10px;
}

.item{
	display:inline;
	background-image:url(../images/contents/top/item_box.png);
	width:140px;
	margin:0px 1px;
	float:left;
}

#new_products .item .text, #hot_seller .item .text, #good_item .item .text{
	top:50px;
	width:120px;
	margin:0px auto;
	margin-top:20px;
}

.item .bottom{
	background-image:url(../images/contents/top/item_box.png);
	width:140px;
	height:20px;
	background-position:bottom;
}


/* message area */
#message{
	background-image:url(../images/contents/top/messabox.png);
	width:360px;
	height:215px;
}

/* message area */
#message{
	background-image:url(../images/contents/top/messabox.png);
	width:360px;
	height:215px;
}


/* item title */
.item_title{
	background-image:url(../images/base/sub_title_bg.png);
	width:550px;
	height:35px;
	margin:0px auto;
}

.item_title h4{
	margin-left:20px;
	height:35px;
	line-height:35px;
	font-weight:bold;
}

/* update information */
#update{
	width:340px;
}

#update .top{
	background-image:url(../images/contents/top/infor_image.png);
	width:338px;
	height:25px;
	background-repeat:no-repeat;
	float:left;
}

#update .middle{
	background-image:url(../images/contents/top/right_bg.png);
	background-repeat:repeat-y;
	width:338px;
	border-left:2px #5a5a5a solid;
	float:left;
}

#update .middle .text{
	width:318px;
	margin:10px;
}

/* information */
#information{
	width:340px;
}

#information .top{
	background-image:url(../images/contents/top/infor_image.png);
	width:338px;
	height:25px;
	background-repeat:no-repeat;
	float:left;
}

#information .middle{
	background-image:url(../images/contents/top/right_bg.png);
	background-repeat:repeat-y;
	width:338px;
	border-left:2px #5a5a5a solid;
	height:100px;
	float:left;
}

#information .middle .text{
	width:318px;
	margin:10px;
}

/* link */
#link{
	width:340px;
}

#link .top{
	background-image:url(../images/contents/top/link_image.png);
	width:338px;
	height:25px;
	background-repeat:no-repeat;
	float:left;
}

#link .middle{
	background-image:url(../images/contents/top/right_bg.png);
	background-repeat:repeat-y;
	width:338px;
	border-left:2px #5a5a5a solid;
	float:left;
}

#link .middle .text{
	width:318px;
	margin:10px;
}

#link .middle img{
	margin-bottom:5px;
}

/* contact area */
#contact{
	width:540px;
	height:135px;
	margin:0px auto;
	background-image:url(../images/contents/top/contact_bg.png);
	background-repeat:no-repeat;
}

#contact div.address{
	width:330px;
	margin-left:210px
}

#contact_banner{
	width:590px;
	text-align:center;
}

#contact_banner a.banner{
	display:block;
	background-image:url(../images/contents/top/b_contact_us.png);
	width:550px;
	height:75px;
	margin:0px auto;
}

#contact_banner a.banner:hover{
	background-position:0px -75px;
}

/* area for adsense */
div.adsense{
	width:468px;
	margin:15px auto;
}


