@charset "UTF-8";

.about_disabled{
	overflow: hidden; /* これがポイント */
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}
.about_disabled_L{
	width: 255px;
	float: left;
	padding-right: 3px;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}
.about_disabled_R{
	width: 395px;
	*width: 380px; /* IE6とIE7にだけ適用 */
	float: right;
	margin-right: 15px;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}
.about_disabled_R p{
	padding-left: 10px;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}
.about_disabled_R img{
	padding-bottom: 20px;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}
.about_disabled_Rphoto{
	width: 420px;
	float: right;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}
.about_disabled_Rphoto img{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}
.about_disabled table{
	background-color: #C0B783;
	width: 468px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B6AD94;
	border-bottom-color: #B6AD94;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.about_disabled table td,.about_disabled th{
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #B6AD94;
	border-left-color: #B6AD94;
}
.about_disabled table th{
	font-weight:bold;
}

.about_disabled td{
	height: 30px;
}
.about_d_ta_L{
	background-color: #D8D2C5;
	text-align: center;
	width: 130px;
}
.about_d_ta_R{
	background-color: #FFFFFF;
}









