#contents {
	max-width: 1900px;
}

#contents .panel .body {
	padding: 15px;
}

#contents .panel .left {
	width: 220px;
	height: 125px;
	float: left;
}

#contents .panel .right {
	width: 300px;
	height: 270px;
	border-left: 1px #666666 dotted;
	float: right;
}

#contents .panel .left h2 {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	overflow: hidden;
}

#contents .panel .left .title1 {
	background-image: url(/img/pr_title1.png);
}

#contents .panel .left .title2 {
	background-image: url(/img/pr_title2.png);
}

#contents .panel .left .title3 {
	background-image: url(/img/pr_title3.png);
}

#contents .panel .left .title4 {
	background-image: url(/img/pr_title4.png);
}

#contents .panel .left .title5 {
	background-image: url(/img/pr_title5.png);
}

#contents .panel .left .title6 {
	background-image: url(/img/pr_title6.png);
}

#contents .panel .right p {
	padding: 0 0 15px 15px;
	text-align: justify;
	text-justify: distribute;
}

#contents .panel .right .screen_shot {
	margin: 0 5px 12px 5px;
	border: 1px #666666 solid;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

#contents .panel6 .right .center {
	text-align: center;
}

#contents .panel6 .right .button {
	width: 80%;
	margin: 5px auto 5px auto;
	padding: 8px 5px 8px 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

