@charset "UTF-8";
body {
	background-color: #f4e7d4;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}
section.lineUp .title {
	width: 100%;
	height: 66px;
	background-position: center top;
	background-repeat: repeat-x;
}
section.lineUp .box {
	width: 100%;
	background-image: url(../images/bgLineUp.jpg);
	background-position: center top;
	background-repeat: repeat;
}
section.lineUp .title h1,
section.lineUp .box h2,
section.lineUp .box p {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
section.spec,
section.specText {
	color: #6d1b16;
}
section.spec .box,
section.specText .box {
	margin: 0 auto;
	background-image: url(../images/bgSpecLoop.png);
	background-position: center top;
	background-repeat: repeat-y;
	overflow: hidden;
}
section.spec .box {
	width: 980px;
	padding: 0;
}
section.spec .box .specBox {
	width: 900px;
	padding: 0 40px 20px;
	background-image: url(../images/bgSpec.png);
	background-position: center top;
	background-repeat: no-repeat;
}
section.specText .box {
	width: 900px;
	padding: 0 40px;
}
section.spec .boxHeader,
section.spec .boxFooter,
section.specText .boxHeader,
section.specText .boxFooter {
	width: 900px;
	height: 16px;
	padding: 0 40px;
	background-position: center top;
	background-repeat: no-repeat;
}
section.spec .boxHeader,
section.specText .boxHeader {
	margin: 40px auto 0;
	background-image: url(../images/bgSpecHeader.png);
}
section.spec .boxFooter,
section.specText .boxFooter {
	margin: 0 auto 40px;
	background-image: url(../images/bgSpecFooter.png);
}
section.spec .box h1 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 100%;
	padding: 65px 0 50px 180px;
}
section.specText .box h1 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 100%;
	padding: 20px 0 10px;
}
section.specText .box h2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 0 -8px;
	padding: 15px 0 6px;
}
section.spec .box p,
section.specText .box p {
	margin: 0;
	padding: 0;
}
section.spec .box p.text,
section.specText .box p.text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	padding: 0 0 15px 10px;
}
section.spec .box p.attention {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 150%;
	padding: 5px 0 0 10px;
}
section.spec .box p.attentionMiddle {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 150%;
	margin-top: -10px;
	padding: 0 0 0 15px;
}
section.specText .box p span.attention {
	padding-left: 1em;
	text-indent: -1em;
}
section.spec aside.link {
	width: 784px;
	height: 154px;
	margin: 0;
	padding: 80px 0 0 196px;
	background-image: url(../images/bgLink.png);
	background-position: center top;
	background-repeat: no-repeat;
}
section.spec aside.link p {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 150%;
	padding: 0 0 10px 0;
}
.border {
	width: 980px;
	margin: -10px auto 60px;
}
.shareSample {
	width: 980px;
	margin: 14px auto 3px;
}
.footerBlock {
	width: 100%;
	padding: 14px 0 14px 6px;
	background-image: url(../images/bgTitle.png);
	background-position: center top;
	background-repeat: repeat;
}
.footerBlock .banner {
	width: 600px;
	margin: 0 auto 26px;
	clear: both;
}
.footerBlock footer {
	width: 980px;
	margin: 0 auto;
	color: #FFF;
	clear: both;
	overflow: hidden;
}
.footerBlock footer p.attention {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 10px 0 0;
	float: left;
}
.footerBlock footer p.textCopyright {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	float: right;
}
.footerBlock footer p.textCopyright span.copyrightMark {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Times New Roman", "Times";
	padding-right: 2px;
}