/*////////////////////////////////////////////////////////////
	layout
////////////////////////////////////////////////////////////*/

.mainL {
	float: left;
	width: 180px;
}
.mainR {
	float: right;
	width: 290px;
}

/*////////////////////////////////////////////////////////////
	outside image
////////////////////////////////////////////////////////////*/

.outside {
	margin-bottom: 20px;
}

/*////////////////////////////////////////////////////////////
	introduction
////////////////////////////////////////////////////////////*/

.intro h3 {
	margin-bottom: 10px;
}


/*////////////////////////////////////////////////////////////
	service icon
////////////////////////////////////////////////////////////*/

.ic-service {
	margin-bottom: 20px;
}
.ic-service .row1 {
	padding-right: 4px;
	padding-bottom: 4px;
}
.ic-service .row2 {
	padding-right: 4px;
	padding-bottom: 4px;
}
.ic-service .row3 {
	padding-bottom: 4px;
}

/*////////////////////////////////////////////////////////////
	event
////////////////////////////////////////////////////////////*/

.event {
	margin-bottom: 20px;
}
.event p {
	margin-bottom: 5px;
}

/*////////////////////////////////////////////////////////////
	recommend menu
////////////////////////////////////////////////////////////*/

.rec-menu  h4 {
	margin-bottom: 5px;
}

/*////////////////////////////////////////////////////////////
	information
////////////////////////////////////////////////////////////*/

.info {
	margin-bottom: 20px;
}
.info h4 {
	font-weight: bold;
	color: #00AFEC;
}
.info h5 {
	font-weight: bold;
}
.info-header {
	font-size: 5px;
	line-height: 5px;
	background-image: url(/images/shop/common/bg_03.gif);
	height: 5px;
}
.info-body {
	background-color: #F7F7F7;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.info-footer {
	font-size: 5px;
	line-height: 5px;
	background-image: url(/images/shop/common/bg_04.gif);
	height: 5px;
}
.topics {
	margin-bottom: 30px;
}


/*////////////////////////////////////////////////////////////
	topics
////////////////////////////////////////////////////////////*/

.topics-title {
	background-image: url(/images/common/lin_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.topics-title p {
	height: 9px;
	width: 16px;
	position: absolute;
	left: 154px;
	top: 7px;
}
.topics dl dt {
	color: #DA0016;
	background-image: url(/images/common/ic_05.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding-left: 10px;
}
.topics dl dd {
	margin-left: 10px;
	margin-bottom: 1em;
}
.shopevent {
	margin-bottom: 30px;
}
