#mainImage {
	position: absolute;
	top: 100px;
	background-image: url(../img/common/photo_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px;
	height: 350px;
	width: 650px;
	left: auto;
	right:auto;
	margin-left: 10px;
}
#mainImage h6 {
	display: none;
}

#mainImage_other {
	position: absolute;
	left: auto;
	top: 100px;
	background-image: url(../img/common/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px;
	height: 250px;
	width: 650px;
	right: auto;
	margin-left: 10px;
}

/*firefox+safari*/
html>/**/body #mainImage {
	margin-left: 236px;
}
html>/**/body #mainImage_other {
	margin-left: 236px;
}




#R_contents {
	float: right;
	width: 650px;
	padding-right: 34px;
}



.left {
	float: left;
}
.right {
	float: right;
}
.clearF {
	clear: both;
}
.borderT {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
}
.borderB {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.pdT5 {
	padding-top: 5px;
}
.pdT10 {
	padding-top: 10px;
}
.pdT15 {
	padding-top: 15px;
}
.pdT20 {
	padding-top: 20px;
}
.pdT25 {
	padding-top: 25px;
}
.pdT30 {
	padding-top: 20px;
}
.pdT40 {
	padding-top: 40px;
}

.pdB5 {
	padding-bottom: 5px;
}

.pdB10 {
	padding-bottom: 10px;
}
.pdB15 {
	padding-bottom: 15px;
}
.pdB20 {
	padding-bottom: 20px;
}
.pdB25 {
	padding-bottom: 25px;
}
.pdB30 {
	padding-bottom: 30px;
}
.pdB40 {
	padding-bottom: 40px;
}

.pdL5{
	padding-left: 5px;
}
.pdL10{
	padding-left: 10px;
}
.pdL15{
	padding-left: 15px;
}
.pdL20{
	padding-left: 20px;
}
.pdL25{
	padding-left: 25px;
}
.pdL30{
	padding-left: 30px;
}
.pdL40{
	padding-left: 40px;
}
.pdL50{
	padding-left: 50px;
}

.pdR5{
	padding-right: 5px;
}
.pdR10 {
	padding-right: 10px;
}
.pdR15 {
	padding-right: 15px;
}
.pdR20 {
	padding-right: 20px;
}
.pdR25 {
	padding-right: 25px;
}
.pdR30 {
	padding-right: 30px;
}
.pdR40 {
	padding-right: 40px;
}
.pdR50 {
	padding-right: 50px;
}
