@charset "utf-8";

@import url(/common/css/base.css); 

/*　メインコンテンツ 
------------------------------------------------ */
table  {
	margin:15px 17px 0 17px;
  border-top:1px solid #999966;
  border-left:1px solid #999966;
  border-collapse:collapse;
  text-align:left;
}
table th {
  padding:8px;
  border-right:1px solid #999966;
  border-bottom:1px solid #999966;
  background-color:#f0f0f0;
  font-weight:normal;
}
table td {
  padding:8px;
  border-right:1px solid #999966;
  border-bottom:1px solid #999966;
}
table.frameline {
  width:748px;
}
.bg_01{
  background:#F9F6E1;
}
.bg_02{
  background:#FBF7EE;
}
table.frameline th.bg_01,
table.frameline th.bg_02{
	width:30%;
}
table.frameline td.bg_01,
table.frameline td.bg_02{
	width:70%;
}
table th.th_tit{
  background:#61453C;
	color:#FFF;
	font-weight:bold;
}

div.dtl_left_conts{
	float:left;
	width:355px;
	display:block;
	display:inline;
	margin:0 0 0 17px;
}

div.dtl_right_conts{
	float:right;
	width:355px;
	display:block;
	display:inline;
	margin:0 17px 0 0;
}

table.frameline_s {
	width:353px;
	margin:15px 0 0 0;
}

table.frameline_s td.bg_01,
table.frameline_s td.bg_02{
	width:auto;
}

