@charset "utf-8";
/* CSS Document */

/*
body {
	padding-top:50px;
}
*/

/* inner 
-------------------------------------*/
#inner {
	margin-bottom:10px;
	background:url(../../images/index/mainimage.jpg) no-repeat top center #b81a35;
}

#innerbg {
}

#container #mainImage {
	width:960px;
	height:480px;
	margin:0 auto;
}

#mainTitle {
	padding-top:130px;
}

#container #mainImage p {
	color:#fff;
}

#mainCopy {
	line-height:34px;
}

/* shopListBox 
-------------------------------------*/
#shopListBox {
	width:100%;
	margin-bottom:80px;
	background:url(../../images/index/tex_shoplist.gif) repeat;
}

#shopListInner {
	width:960px;
	height:170px;
	margin:0 auto;
	position:relative;
}

#leftArrow {
	position:absolute;
	left:-20px;
	top:70px;
}

#rightArrow {
	position:absolute;
	right:-20px;
	top:70px;
}

#shopListBox ul {
	width:960px;
	height:150px;
	padding:14px 0 6px;
	overflow:hidden;
}

#shopListBox li {
	float:left;
	width:184px;
	height:150px;
	font-size:13px;
	line-height:20px;
	margin-right:10px;
}

#shopListBox li a {
	color:#b81a35;
	text-decoration:none;
}

/* contentsInner
-------------------------------------*/
#innerLeft {
	float:left;
	width:650px;
	margin-bottom:80px;
}

#contentsInner h2 {
	height:35px;
	margin-bottom:30px;
	border-bottom:#947054 3px solid;
}

#topicsBox li.topics {
	font-size:13px;
	line-height:30px;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:#b5b5b5 1px dotted;
	position:relative;
}
#topicsBox li.topics .topicsTitle {
	cursor:pointer;
	font-weight:bold;
	margin-bottom:10px;
}
#topicsBox li.topics .topicsTitle:hover {
	opacity:0.8;
}
#topicsBox li.topics:last-child {
	margin-bottom:0 ;
}
#topicsBox li.topics .catIcon {
	width:540px;
}
#topicsBox li.topics .catIcon span {
	display:inline-block;
	color:#fff;
	font-size:10px;
	line-height:14px;
	padding:5px 8px;
	margin-right:5px;
	margin-bottom:8px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}
#topicsBox li.topics img {
	display:block;
	position:absolute;
	top:4px;
	right:0;
}

#topicsBox li.topics .text {
	font-size:12px;
}

#innerRight {
	float:right;
	width:260px;
	margin-bottom:80px;
}

#innerRight p {
	color:#59bded;
	font-size:13px;
	line-height:32px;
	border-left:#59bded 10px solid;
	padding-left:15px;
}