@charset "utf-8";

body {
	background-color: #fff;
	line-height: 1.7em;
}

/* Container
---------------------------------- */
#header {
	display: block;
	margin: 0;
	width: 100%;
	height: 284px;
	background: url(../../xmas2016/images/title_bg.png) repeat-x;
	background-position: center top;
}
#header h1 {
	padding-top: 30px;
	margin: 0 auto;
	width: 890px;
}
#content {
	overflow: hidden;
	margin-bottom: 50px;
	min-height: 500px;
}
#footer {
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 30px;
	text-align: right;
	border-top: 2px solid #412514;
}

/* Text
---------------------------------- */
a,a:visited {
	color: #2c75a3;
}
a:hover {
	color: #980706;
	text-decoration: none;
}
a.icon {
	padding-left: 8px;
	background: url(../images/common/icon_link.png) no-repeat 0 center;
}
a .icon_blank {
	padding-left: 3px;
}
.size_s {
	font-size: 0.93em;
}
.size_m {
	font-size: 1.08em;
}
.size_l {
	font-size: 1.231em;
}
strong {
	font-weight: bold;
}
.txteng {
	font-family: Times, "Times New Roman", Georgia, serif;
	color: #31200f;
	font-style: italic;
}



/* Common Parts
---------------------------------- */
.w1000 {
	width: 1000px;
}
.w910 {
	width: 910px;
}
.w850 {
	width: 850px;
}
.w720 {
	width: 720px;
}
.w606 {
	width: 606px;
}
.w224 {
	width: 224px;
}
.lft {
	float: left;
}
.rgt {
	float: right;
}
#header p {
	padding-top: 22px;
}
#content .w910 {
	margin: 0px auto;
}
#content h2 {
	margin-bottom: 20px;
	padding-bottom: 12px;
	font-size: 1.385em;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
#social {
	margin: 0 auto;
	padding: 0;
	width: 910px;
	height: 20px;
	text-align: right;
	overflow: hidden;
}
#social ul {
	float: right;
	list-style: none;
}
#social ul li {
	float: right;
	margin-left: 10px;
	overflow: hidden;
}
.timeline th,td {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
.timeline td {
	width: 700px;
}

#foot_inner {
	padding: 12px 0 0 0;
	height: 20px;
	background: transparent url(../../mall/images/foot.png) no-repeat scroll right 12px;
	clear: right;
}
#foot_inner dl {
	float: left;
	width: 400px;
}
#foot_inner dl dt,
#foot_inner dl dd {
	float: left;
	padding-right: 6px;
	font-size: 0.77em;
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
}
#foot_inner dl dd {
	padding-right: 12px;
}
#foot_r {
	float: right;
	margin-right: 130px;
	width: 200px;
	text-align: right;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
	font-size: 0.77em;
}
#footer ul li a {
	padding: 0 1px;
}
#footer span {
	display: block;
	font-size: 0.77em;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mr10 {
	margin-right: 10px;
}
