/*トップイメージ*/
.wrapImgTop {
	padding-top: 10px;
	background-image: url(../images/back-wrapImgTop.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.imgTop {
	clear: both;
	width: 960px;
	height: 320px;
	margin: 0px auto;
	padding: 3px 20px 1px 20px;
	background-image: url(../images/back-imgTop.png);
	background-position: top;
	background-repeat: no-repeat;
}
/*----------------------------------------------------------------------*/
/*コンテンツ*/
.wCol3Top {
	clear: both;
	width: 960px;
	margin: 0px auto;
	padding-top: 10px;
	zoom: 1;/*clearfix for ie*/
}

.wCol2TopInner {
	float: left;
	width: 640px;
	margin-right: 20px;
}

.colTop {
	padding-top: 19px;
	background-image: url(../images/back-colTop.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.colBottom{
	padding-bottom: 19px;
	background-image: url(../images/back-colBottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.colMiddle{
	width: 600px;
	padding: 0px 20px;
	background-image: url(../images/back-colMiddle.png);
	background-position: top left;
	background-repeat: repeat-y;
	zoom: 1;/*clearfix for ie*/
}

.columnNews{
	float: left;
	width: 280px;
	padding-bottom: 10px;
	position: relative;
}

.columnConcert{
	float: right;
	width: 280px;
	padding-bottom: 10px;
}

.columnNews h4,
.columnConcert h4 { margin-bottom: 10px; }
/*----------------------------------------------------------------------*/
.columnNews .text img.dLeft {
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.columnNews .text p {
	display: block;
	clear: both;
	margin-bottom: 5px;
}
/*----------------------------------------------------------------------*/
.colDate {
	margin-top:5px;
	line-height: 150%;
	text-indent: 23px;
	background-color: #C6DCD4;
	background-position: 2px 2px;
	background-repeat:no-repeat;
	background-image: url(../images/icon-Month-Calendar.png);
	border-radius: 2px;/*CSS3*/
	-webkit-border-radius: 2px;/*Safari,Google Chrome*/
	-moz-border-radius: 2px;/*Firefox*/
}
/*----------------------------------------------------------------------*/
.tblEvent {
	width: 100%;
	margin: 5px 0px;
		
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.tblEvent td {
	padding: 3px 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

.tblEvent td.tdItem {
	width: 35px;
}

/*----------------------------------------------------------------------*/
.columnProfile {
	float: left;
	width: 290px;
}

.columnProfile img.dLeft {
	margin-right: 10px;
	margin-bottom: 5px;
}

.columnProfile p img {
	margin-bottom: 5px;
}
/*----------------------------------------------------------------------*/
.wCol2Top{
	clear: both;
	width: 940px;
	margin: 20px auto 0px auto;
	zoom: 1;/*clearfix for ie*/
}

.columnSalon p.dLeft {
	display: block;
	float: left;
	width: 260px;
}

.columnVisitor {
	float: right;
	width: 200px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 10px;
}

.columnVisitor h6 {
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c2bbb6;
}
