﻿@charset "utf-8";
/********************************************************************************************* box1 */
.content .box h2 {
	margin:0 0 12px 0;
	padding:2px 0 5px 30px;
	background:url(/images/magenta/icoTitle.png) left top no-repeat;
}
.content .box {
	width:618px;
	margin:0 0 16px 0;
	text-decoration:none;
	cursor:pointer;
}
.content .box .boxHeader {
	display:block;
	height:7px;
	_margin-bottom:-8px;
}
.content .box .boxBody {
	display:block;
	height:auto;
	padding:1px 8px 1px 8px;
}
.content .box .boxBody p {
	margin:0 0 0 30px;
	color:#000;
}
.content .box .boxFooter {
	display:block;
	height:7px;
	font-size:0px;
}
.content .box.magenta h2 {
	color:#850c70;
	background:url(/images/magenta/icoNext24.png) left top no-repeat;
}
.content .box.magenta .boxHeader {
	background:url(/images/magenta/boxTop.png) no-repeat;
}
.content .box.magenta .boxBody {
	background:url(/images/magenta/boxMid.png) repeat-y;
}
.content .box.magenta .boxFooter {
	background:url(/images/magenta/boxBottom.png) no-repeat;
}
.content .box.green h2 {
	color:#007947;
	background:url(/images/green/icoNext24.png) left top no-repeat;
}
.content .box.green .boxHeader {
	background:url(/images/green/boxTop.png) no-repeat;
}
.content .box.green .boxBody {
	background:url(/images/green/boxMid.png) repeat-y;
}
.content .box.green .boxFooter {
	background:url(/images/green/boxBottom.png) no-repeat;
}
.content .box.aqua h2 {
	color:#007b85;
	background:url(/images/aqua/icoNext24.png) left top no-repeat;
}
.content .box.aqua .boxHeader {
	background:url(/images/aqua/boxTop.png) no-repeat;
}
.content .box.aqua .boxBody {
	background:url(/images/aqua/boxMid.png) repeat-y;
}
.content .box.aqua .boxFooter {
	background:url(/images/aqua/boxBottom.png) no-repeat;
}
.content .box.red h2 {
	color:#e31937;
	background:url(/images/red/icoNext24.png) left top no-repeat;
}
.content .box.red .boxHeader {
	background:url(/images/red/boxTop.png) no-repeat;
}
.content .box.red .boxBody {
	background:url(/images/red/boxMid.png) repeat-y;
}
.content .box.red .boxFooter {
	background:url(/images/red/boxBottom.png) no-repeat;
}
.content .box.blue h2 {
	color:#1c3f94;
	background:url(/images/blue/icoNext24.png) left top no-repeat;
}
.content .box.blue .boxHeader {
	background:url(/images/blue/boxTop.png) no-repeat;
}
.content .box.blue .boxBody {
	background:url(/images/blue/boxMid.png) repeat-y;
}
.content .box.blue .boxFooter {
	background:url(/images/blue/boxBottom.png) no-repeat;
}
.content .box.rubine h2 {
	color:#cf035c;
	background:url(/images/rubine/icoNext24.png) left top no-repeat;
}
.content .box.rubine .boxHeader {
	background:url(/images/rubine/boxTop.png) no-repeat;
}
.content .box.rubine .boxBody {
	background:url(/images/rubine/boxMid.png) repeat-y;
}
.content .box.rubine .boxFooter {
	background:url(/images/rubine/boxBottom.png) no-repeat;
}
.content .box.yellow h2 {
	color:#000;
	background:url(/images/yellow/icoNext24.png) left top no-repeat;
}
.content .box.yellow .boxHeader {
	background:url(/images/yellow/boxTop.png) no-repeat;
}
.content .box.yellow .boxBody {
	background:url(/images/yellow/boxMid.png) repeat-y;
}
.content .box.yellow .boxFooter {
	background:url(/images/yellow/boxBottom.png) no-repeat;
}
.content .box.orange h2 {
	color:#ff5a00;
	background:url(/images/orange/icoNext24.png) left top no-repeat;
}
.content .box.orange .boxHeader {
	background:url(/images/orange/boxTop.png) no-repeat;
}
.content .box.orange .boxBody {
	background:url(/images/orange/boxMid.png) repeat-y;
}
.content .box.orange .boxFooter {
	background:url(/images/orange/boxBottom.png) no-repeat;
}

/********************************************************************************************* box2 */
.content .box2 h2 {
	margin:0 0 12px 0;
	padding:2px 0 5px 30px;
	background:url(/images/magenta/icoNext24.png) left top no-repeat;
}
.content .box2 .thumb {
	float:left;
}
.content .box2 .info {
	margin-left:89px;
}
.content .box2 .next {
	display:block;
	margin:12px 0 0 0;
	float:right;
	padding:0 21px 2px 0;
	background:url(/images/magenta/icoNext.png) right 0 no-repeat;
}
.content .box2 {
	width:618px;
	margin:0 0 16px 0;
	text-decoration:none;
}
.content .box2 .boxHeader {
	display:block;
	height:7px;
	_margin-bottom:-8px;
}
.content .box2 .boxBody {
	display:block;
	height:auto;
	padding:1px 8px 1px 8px;
}
.content .box2 .boxBody p {
	margin-bottom:0;
	color:#000;
}
.content .box2 .boxBody table {
	margin:0 0 0 30px;
	vertical-align:top;
}
.content .box2 .boxBody table tr td {
	width:266px;
	padding:0 20px 10px 0;
	white-space:normal;
}
.content .box2 .boxBody table tr td span {
	padding-right:20px;
	white-space:normal;
}
.content .box2 .boxBody table tr.last td {
	padding:0;
}
.content .box2 .boxFooter {
	display:block;
	height:7px;
	font-size:0px;
}
