@charset "EUC-JP";

#harea_above{
	width: 750px;
	text-align: left;
	padding: 3px 0;
	color: #333;
	background: #FFF;
}

	#harea_above h1{
		float: left;
		width: 600px;
		margin-top: 2px;
		padding-left: 10px;
		font-size: 75%;
		text-align: left;
		background: #FFF;
		color: #555;
	}

	#harea_above .toha{
		margin-right: 5px;
		width: 60px;
		height: 16px;
		float: right;
	}
	
#harea_under{
	clear: both;
	padding: 0 0 0 5px;
	width: 99%;
	border-top: 1px solid #CCC;
}

	#harea_under .selectlogo{
	width: 130px;
	height: 50px;
	float: left;
	}
	
	#harea_under dl{
	margin-top: 10px;
	float: right;
	font-size: 80%;
	line-height: 1.4;
	margin-right: -8px;
	}
	
	#harea_under dt{
	text-align: right;
	margin-right: 12px;
	}
	
	#harea_under dd{
	float: left;
	text-align: right;
	background: url('../../images/basic/arrow01.gif') center left no-repeat;
	padding-left: 14px;
	margin-right: 8px;
	}



 div#toshiba {
 	border-top: dashed 1px #ccc;
 	background-color: #fffeee;
 	padding: 20px 0 20px 0;
 }
	p.order {
		padding: 10px 0;
		font-size: 80%;
	}
	
	p.caution {
		margin: 5px 0;
		padding: 0;
		width: 450px;
		background: #fff;
		border-top: solid 2px red;
		font-weight: bold;
		font-size: 80%;
		color: red;
		line-height: 20px;
	}

		p.caution img {
			float: left;
			vertical-align: middle;
			width: 34px;
			height: 20px;
		}

	table.add_option {
		border: solid 1px #ccc;
		border-collapse: collapse;
	}
	table.add_option td {
		border: solid 1px #ccc;
	}
	table.add_option th {
		border: solid 1px #ccc;
	}

