@charset "Shift-JIS";
/* CSS Document */

@import "../../css/base.css";
@import "../../css/baselayout.css";

body {
	background: url(../../img/share/bg_contents.gif) top left repeat-x;
}

.RelatedBox {
	width: 880px;
	padding: 0px 0px 10px 0px;
	background: url(../img/bar_bottom.gif) bottom left no-repeat;
	float: left;
}

.RTitleBox {
	width: 430px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	background: url(../img/bar_bottom.gif) bottom left no-repeat;
	float: left;
}

.RTitleBoxL {
	width: 430px;
	padding: 10px 0px 0px 0px;
	float: left;
}

.RTitleBoxR {
	width: 430px;
	padding: 10px 0px 0px 0px;
	float: right;
}

.RTitleBox h4,
.RTitleBoxL h4,
.RTitleBoxR h4 {
	color: #E53E73;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	padding: 0px 0px 12px 0px;
}

.RTitleBox h4 em,
.RTitleBoxL h4 em,
.RTitleBoxR h4 em {
	font-size: 12px;
	font-style: normal;
}

.RelatedImg {
	width: 150px;
	padding: 0px 10px 4px 0px;
	float: left;
}

.RelatedData {
	width: 270px;
	float: left;
}

.RelatedData table {
	width: 270px;
}

.RelatedData th {
	width: 70px;
	padding: 0px 5px 0px 0px;
	color: #666666;
	line-height: 1.6;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.RelatedData td {
	width: 195px;
	color: #666666;
	line-height: 1.6;
	font-size: 12px;
	text-align: left;
}

.RelatedData img {
	margin: 12px 0px 0px 0px;
}










