
h4.title{
	width: 737px;
	position: relative;
	margin-bottom: 0;
}

h4.title span{
	position: absolute;
	right: 0;
	font-weight: normal;
	font-size: 90%;
}

div.prod_txt{
	float: left;
	width: 400px;
}


div.prod_img{
	float: right;
	width: 300px;
}

p.fcolor_org{
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}

p.prod_list_txt{
	margin-left: 10px;
}

/**************************************************************
* lineup_box
***************************************************************/
div.lineup_box{
	width: 755px;
	min-height: 95px;
	position: relative;
}

div.lineup_txt{
	padding-top: 8px;
}

div.kyoudo{
	position: absolute;
	top: -15px;
	right: 27px;
}


/**************************************************************
* prod_list
***************************************************************/
table.prod_list{
	width: 700px;
	margin: 0 10px 10px 10px;
}
table.prod_list caption{
	text-align: right;
}

table.prod_list th,
table.prod_list td{
	padding: 5px 0;
	border: 2px solid #FFFFFF;
}

table.prod_list th{
	background-color: #85A8FF;
}


table.prod_list td.row_title{
	width: 180px;
}

table.prod_list td{
	background-color: #FFFB9C;
}

p.prod_list_txt {
    padding-left: 0;
}

table.prod_list tr.line td{
	padding: 0;
	line-height: 0;
}

/**************************************************************
* order_form
***************************************************************/
div.order_form h3.title{
	margin-bottom: 10px;
	padding-left: 18px;
	background: url("../images/icon_square.jpg") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
	border-bottom: 1px dotted #666666;
}

div.order_form h4 span{
	color: #FF0000;
}


table.order_list th,
table.order_list td{
	text-align: left;
	padding-left: 5px;
	padding-right: 0px;
}

table.order_list th{
	white-space: nowrap;;
	background-color: #85a8ff;
}

table.order_list tr.cstyle01 td{
	background-color: #FFFB9C;
}

table.order_list tr.cstyle02 td{
	background-color: #FFFFD1;
}

table.order_list th.ptb0,
table.order_list td.ptb0{
	padding-top: 0;
	padding-bottom: 0;
}

table.order_list td span.notes{
	color: #FF0000;
	font-size: 85%;
	display: block;
	padding-top: 8px;
}

table.table_in{
	width: 330px;
	border: none;
}

table.table_in th,
table.table_in td{
	border-top:none;
	border-left:none;
	border-right:none;
	background-color: transparent;
	border-bottom: 1px dashed #666666;
}


