@charset "UTF-8";


@import url("base.css");
@import url("common.css");
@import url("contents.css");



/*------------------------------------------
 Top
--------------------------------------------*/

/*whats new----------------------------*/
.whats-new {
 font-size: 75%;
	padding-top: 20px;
}
.whats-new li {
	background-image: url(../common_img/dot_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style: none;
	line-height: 135%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.whats-new li .whats-list {
	background-image: url(../img/whats_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
}



/*recommended----------------------------*/
/*.detail-box {
	position: relative;
	margin-top: 20px;
}
.detail-link {
	background-image: url(../common_img/arrow_f01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	position: absolute;
	top: 0px;
	right: 0px;
}*/



/*freebus infor----------------------------*/
.bus-info {
	background-image: url(../img/grada_bg.jpg);
	background-repeat: no-repeat;
	padding: 15px 15px 10px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 15px;
}
.bus-info-bl {
	float: left;
	width: 400px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-bottom: 30px;
}
.bus-info-br {
 float: right;
	width: 100px;
}
.bus-info-link {
	font-size: 85%;
	background-image: url(../img/circle_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.bus-info-link a {
 font-weight: bold;
}
