body {
	background: #5AC9E6;
}

header nav {
	padding-top: 10px;
	margin: 0;
	background: #67c9e5;
}
header nav ul {
	margin-left: 2%;
}
header nav li {
	margin: 0 2% 0 0%;
	float: left;
	width: 31.3%;
}
header nav li img {
	margin-bottom: 4%;
}

#container {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	background: #FFF;
	padding: 10px 0px;
	margin:10px;
	width:auto;
}
#container .content {
	background: #e4f3fb url(../img/bgContent_odd.gif) no-repeat center bottom;
	margin-bottom: 1%;
}

#container .content .ttl p {
	text-align: right;
	margin-right: 10px;
	z-index: 99;
	position: absolute;
	top: 0px;
	width: 16%;
	left: 82.5%;
}
#recommend.content .ttl p  {
	padding-top: 3%;
}
#news.content .ttl p  {
	padding-top: 5.4%;
}
#container #movie.content .ttl p  {
	width: 18%;
	left: 80%;
	padding-top: 3.5%;
}
#present.content .ttl p  {
	padding-top: 7.8%;
}
#live.content .ttl p  {
	padding-top: 8.2%;
}

#container .content .item {
	clear: both;
	width: 92%;
	margin: 0% 4%;
	border-bottom: 1px dotted #50BBE8;
	padding: 4% 0%;
}
#container .content .item.last {
	border-bottom: none;
	padding-bottom: 0px;
}

#container .content .item figure {
	float: left;
	width: 24%;
}
#container .content .item figure a img {
	border: 1px solid #bababa;
}
#container .content .item dl {
	float: right;
	text-align: left;
	width: 72%;
}

#container .content .item dt {
	line-height: 140%;
	font-size: 120%;
}
#container .content .item dd {
	line-height: 140%;
}

#container .content .item_s {
	clear: both;
	width: 92%;
	margin: 0% 4%;
	border-bottom: 1px dotted #50BBE8;
	padding: 4% 0%;
}
#container .content .item_s.last {
	border-bottom: none;
	padding-bottom: 0px;
}

#container .content .item_s figure {
	float: left;
	width: 12%;
}
#container .content .item_s figure_s a img {
	border: 1px solid #bababa;
}


#container .content .item_s dl {
	float: right;
	text-align: left;
	width: 85%;
}

#container .content .item_s dt {
	line-height: 100%;
	font-size: 100%;
	font-weight: bold;
}
#container .content .item_s dd {
	line-height: 100%;
	font-size: x-small;
}


#news .link {
	text-align: right;
}
#news a dl {
	text-decoration: underline;
}

#shopping {
	margin-top: 15px;
}
#shopping .tabNav {
	width: 97%;
	margin: 0px auto;
}
#shopping .tabNav li {
	width: 33.33%;
	float: left;
}
#shopping .tabNav li.tabBook {

}
#shopping .tabNav li:last-child {
	margin-right: 0;
	}
#shopping .tabNav a {
	display: block;
	width: 100%;

}
#shopping .tabNav a img {
	filter: alpha(opacity=0);
  -moz-opacity:0.0;
	opacity: 0;
}
#shopping .tabNav .tabCD a {
	background: url(../img/tabCD.jpg) no-repeat left top;
	background-size: cover;
}
#shopping .tabNav .tabCD a.active {
	background: url(../img/tabCD_cur.jpg) no-repeat left top;
	background-size: cover;
}
#shopping .tabNav .tabBook a {
		background: url(../img/tabBook.jpg) no-repeat left top;
		background-size: cover;
}
#shopping .tabNav .tabBook a.active {
		background: url(../img/tabBook_cur.jpg) no-repeat left top;
		background-size: cover;
}
#shopping .tabNav .tabGoods a {
		background: url(../img/tabGoods.jpg) no-repeat left top;
		background-size: cover;
}
#shopping .tabNav .tabGoods a.active {
		background: url(../img/tabGoods_cur.jpg) no-repeat left top;
		background-size: cover;
}

#container #shopping .content{
	margin-top: 0px;
	padding-top: 0px;
}
#shopping .item  figure{
	width: 12%;
}
#shopping .item .txt {
	float: right;
	width: 72%;
}
#container #shopping .item .txt dl {
	float: none;
	width: 100%;
}
#shopping .item dt {
}
#shopping .item dd {
}
#shopping .item .btnBuy {
	text-align: right;
}
#shopping .btnMore {
	padding-top: 15px;
	clear: both;
}

#tutorial{
	display:none;
	}

#container #star {
	margin:8px auto 0;
}
#star .text {
	margin:8px 10px;
	font-size:14px;
	line-height:18px;
	text-align:left;
}