/***************************************
 * (c)デイリーナイトスクープ
 * http://www.naisuku.jp/
 ***************************************/

/* cg-wrapper */
#cg-wrapper {
	background: #fff;
	padding-bottom: 10px;
}

/* #coverGirl */
#coverGirl {
	width: 680px;
	height: 327px;
	background: url(../image/slide/cg_bg.jpg) repeat-x;;
	border: 1px solid #ddd;
	position: relative;
}
#coverGirl .itemWrapper {
	overflow: hidden;
	position: relative;
	width: 636px; /* item-width*num */
	height: 327px;
	margin: 0 auto;
}
#coverGirl div.r_line {
	width: 22px;
	height: 100%;
	border-right: 1px solid #ddd;
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
}
#coverGirl div.l_line {
	width: 21px;
	height: 100%;
	border-left: 1px solid #ddd;
	background: #eee;
	position: absolute;
	top: 0;
	right: 0;
}
#coverGirl a.prev {
	position: absolute;
	top: 138px;
	left: 0px;
	z-index: 99;
}
#coverGirl a.next {
	position: absolute;
	top: 138px;
	right: 0;
	z-index: 99;
}
#coverGirl dl {
	position: absolute;
	top: 0;
	left: 0;
}
#coverGirl .dataView {
	position: relative;
	width: 200px;
	height: 327px;
	float: left;
	color: #333
}
#coverGirl .dataView p.logo {
	text-align: center;
	position: absolute;
	bottom: 15px;
	right: 10px;
}
#coverGirl .dataView div {
	height: 327px;
	display: none;
}
#coverGirl .dataView .shop_logo {
	width: 175px;
	height: 76px;
	margin: 20px auto 0;
	background: url(/image/slide/cg_shop_bg.jpg) no-repeat;
	overflow: hidden;
}
#coverGirl .dataView .shop_logo a {
	text-decoration: none;
}
#coverGirl .dataView .shop_logo p {
	width: 175px;
	vertical-align: middle;
	text-align: center;
}
#coverGirl .dataView .shop_name {
	text-align: left;
	margin-top: 10px;
	padding-left: 15px;
}
#coverGirl .dataView .shop_tel {
	text-align: right;
	margin-top: 5px;
	padding-right: 15px;
}
#coverGirl .dataView p.head {
	padding-left: 10px;
	border-bottom: 1px solid #aaa;
	margin: 10px 0 5px;
}
#coverGirl .dataView ul {
	width: 150px;
	margin: 0 auto;
}
#coverGirl .dataView li {
	line-height: 15px;
}
#coverGirl .dataView li.type {
	color: #c09;
	font-size: 0.9em;
}
#coverGirl .dataView li.name {

}
#coverGirl .dataView li.size {

}
#coverGirl .dataView li.text {
	color: #AF0000;
}
#coverGirl .photoView {
	width: 436px;
	height: 327px;
	overflow: hidden;
	float: left;
}
#coverGirl .photoView div {
	display: none;
}
#coverGirl .photoView img {
	vertical-align: top;
}
#cg-wrapper p.cg_listbg {
	width: 685px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	background: url(/image/main/cg_list_bg.jpg) no-repeat;
}
#cg-wrapper p.cg_listbg a {
	width: 675px;
	padding-right: 10px;	
	display: block;
}
