﻿@charset "utf-8";

.textArea{
	width: 570px;
	float: left;
}
.photoArea{
	width: 518px;
	text-align:right;
}
#contents .textArea h3 {
	width: 516px;
}
#contents .textArea h4 {
	width: 550px;
	margin:18px 0px 14px 30px;
	padding: 3px 0px 3px 10px;
	color:#000000;
	font-size:130%;
	font-weight:bold;
	border-left:5px solid #CC0000;
}
#contents .textArea p {
	margin: 0px 10px 1.5em 44px;
}
#contents ul {
	margin: 20px 44px 30px 44px;
}
#contents ul li {
	background-image: url(../common/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	margin:5px 0 5px 20px;
	padding: 0px 0px 0px 16px;
	line-height:1.5em;
}
#contents .textArea #order{
	margin-left: 44px;
	margin-bottom: 20px;
}
#contents .textArea #order td{
}
#contents .textArea #order td p{
	margin: 0;
	padding: 4px 10px;
	font-size: 80%;
}

#contents dl{
	width: 510px;
	margin: 20px 0px 30px 44px;
}
#contents dt{
	float: left;
	width: 200px;
	background: url(../common/images/arrow.gif) no-repeat 1px 8px;
	margin: 5px 0px 5px 20px;
	padding: 0px 0px 0px 16px;
	line-heignt: 1.5em;
}
#contents dd{
	float: left;
	width: 250px;
	margin: 5px 0px 5px 20px;
	padding: 0px;
	line-height: 1.5em;
}
#contents #photo_laser {
	float:right;
	margin:130px 50px 0 0;
}

.vt{
	vertical-align: top;
	padding-bottom: 8px;
}

