/*
-------------------------------------blox start--------*/

#blox {
	margin: 0px auto;
	width: 600px;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.blox_content{
	width: 300px;
	height: 130px;
	background: #ebeae3;
	position: absolute;
	font:normal 12px sans-serif;
	color:black;
}

#box_1{
	top: 0;
	left: 0;
}

#box_2{
	top: 0;
	left: 300px;
}

#box_3{
	top: 130px;
	left: 0;
}

#box_4{
	top: 130px;
	left: 300px;
}

.blox_box{
	width: 300px;
	height: 130px;
}

.blox_close	{
	display: block;
	margin: 10px;
	color: #AA100F;
	font:bold 13px sans-serif;
	}

#hp_right_top{
	width:100%;
	height:455px;
	display:block;
}

	#hp_top_arts{
		width:300px;
		height:455px;
		position:relative;
		display:block;
		float:left;
	}
	
	#hp_image{
		width:318px;
		height:455px;
		display:block;
		position:absolute;
	}

#hp_right_mid{
	width:100%;
	position:relative;
	display:block;
}

#linx ul{
	list-style:none;
}

#linx li {
	text-align:right;
	color:black;
	font:normal 12px sans-serif;
	padding:3px 10px;
}

/*
-------------------------------------blox start--------*/

