#titleHeader {
	color: #4D4D4D;
	padding: 50px 0;
	width: 100%;
}

#contentHeader {
	height: auto;
	overflow: hidden;
	padding: 50px 0 0;
}

#headNavi {
	background: url("/store/techo/2013_spring/images/bg_dashedline_h.gif") repeat-x scroll 0 0 #FFFFFF;
	float: right;
	line-height: 1;
	padding: 1px 0 0 0;
	width: 250px;
}
#headNavi li {
	background: url("/store/techo/2013_spring/images/bg_dashedline_h.gif") repeat-x scroll 0 bottom #FFFFFF;
	padding-top: 15px;
	padding-bottom: 16px;
}

.attention {
	color: #EB6100;
	font-size: 13px;
	font-weight: bold;
}

#tab {
	padding: 0 15px 25px;
	height: auto;
	overflow: hidden;
}
#tab ul {
	float: left;
	height: auto;
	overflow: hidden;
	background: url("/store/techo/2013/images/bg_dashedline_v_single.gif") repeat-y scroll right 0 transparent;
	padding-left: 10px;
	padding-right: 10px;
}
#tab ul.first {
	padding-left: 0;
}
#tab ul.last {
	background-image: none;
	padding-right: 0;
}
#tab li {
	float:left;
}

#covers {
	clear: both;
	padding: 0 18px 25px;
	height: auto;
	overflow: hidden;
}
#covers ul {
	float: left;
	height: auto;
	overflow: hidden;
	background: url("/store/techo/2013/images/bg_dashedline_v_single.gif") repeat-y scroll right 0 transparent;
	padding-left: 2px;
	padding-right: 3px;
}
#covers ul.first {
	padding-left: 0;
}
#covers ul.last {
	background-image: none;
	padding-right: 0;
}
#covers li {
	float:left;
}

li.title {
	float: none !important;
	text-align: center;
}

li img {
	cursor: pointer;
}
li img:hover {
	opacity: 0.60;
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}

li img.current {
	cursor: default;
}

li img.current:hover {
	opacity: 1.00;
	-moz-opacity: 1.0;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
}

#mainimg {
	width: 950px;
	height: 550px;
	margin: 0 auto;
	background: url(../images/loader.gif) no-repeat 25px 25px;
}


.date {
	text-align: center;
	padding: 25px;
}
