@charset "utf-8";
/* CSS Document */


.box{
	height:100%;
	margin:20px 0 0;
}
.box p{
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.box p a {
	width:100px;
	height:100px;
	display:block;
}
.box ul{
	width:585px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.box ul li{
	margin:0;
	padding:0;
}
.ee p{
	background-image:url(../images/ind_icon01.gif);
}
.jj p{
	background-image: url(../images/ind_icon02.gif);
}
.ss p{
	background-image: url(../images/ind_icon03.gif);
}
.red{
	color:#c00;
	font-size:0.85em;
}
.more a{
	width:129px;
	height:16px;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	margin:5px 0 0;
	background:url(../images/ind_btn_more.gif) no-repeat 0 0 #414141;
}
.ee li a:hover{
	background-color:#e94c78;
}
.jj li a:hover{
	background-color:#e9924c;
}
.ss li a:hover{
	background-color:#3c86b4;
}

