@charset "utf-8";


#welcome{
	padding:20px 15px;
	background-color:white;
}
#welcome .area{
	margin-bottom:30px;
}
#welcome h3{
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
}

#welcome .welcome_left{
	width:350px;
	float:left;
}
#welcome .welcome_right{
	float:right;
	width:500px;
	line-height:1.5em;
}
#welcome .welcome_right_bottom{
	width:500px;
	position:absolute;
	right:0px;
	bottom:0px;
}
#welcome .welcome_right_bottom h4{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#categorys{
	margin-top:20px;
}
#categorys .category{
	width:174px;
	float:left;
	text-align:center;
}

#categorys h4{
	text-align:center;
	margin-bottom:10px;
}

#categorys p{
	margin-bottom:10px;
}
#categorys p a{
	display:block;
	border:1px solid #666666;
	width:160px;
	padding:5px 0px;
	margin:0px auto;
}
#categorys p a img{
}
#categorys ul{
	text-align:left;
	margin-left:15px;
}
#categorys ul li{
	padding:3px 0px;
	line-height:1.5em;
}

#banners{
	margin-top:20px;
}
#banners li{
	float:left;
	margin-left:15px;
}
#banners li:first-child{
	margin-left:0px;
}
#stahls{
	margin-top:20px;
	border-top:dashed 1px silver;
	border-bottom:dashed 1px silver;
	padding:15px 10px;
}
#stahls p.left{
	float:left;
	width:215px;
}
#stahls p.right{
	float:right;
	width:620px;
	line-height:1.5em;
}
#stahls p span{
	display:block;
	text-align:right;
}

/*
 * ticker
 */
#ticker{
	background-color:#eaeaea;
	border:solid #eaeaea 5px;
	padding:6px 0px 7px 0px;
	margin:0px 0px 5px 0px;
	overflow:hidden;
	position:relative;
}
#ticker ul{
	position:absolute;
	background-color:#eaeaea;
	top:0px;
	left:0px;
	width:9999px;
	height:1em;
	line-height:1em;
	display:block;
}
#ticker li{
	font-size:12px;
	display:inline;
	margin-right:50px;
}
#ticker li span{
	position:relative;
	top:2px;
	margin-right:5px;
	color:black;
	font-weight:bold;
}
#ticker li a{
	position:relative;
	top:1px;
}

/*
 * flash
 */

/*
 * flash is campaign
 */
#top_campaign{
}
#top_campaign p#campaign{
	float:left;
	width:590px;
	height:183px;
}
#top_campaign #flash{
	float:right;
	width:300px;
	height:183px;
}



