@charset "utf-8";


/*title
------------------------------------------------------------------------*/
div#title {
	width: 610px;
	height: 70px;
	}

div#title h2,
div#title p {
	position: absolute;
	left: -2000px;
	width: 200px;
	}

body#contact div#title {
	margin: 0 0 5px 0;
	background: url("../contact/images/title.jpg") no-repeat;
	}


/*container
------------------------------------------------------------------------*/
body#contact div#container {
	width: 860px;
	background-image: none;
	}


/*div#lead
------------------------------------------------------------------------*/
div#lead {
	margin:0px 5px 0px;
}

div#lead strong {
	color:#C54F00;
	font-weight:normal;
}


/*div#variousform
------------------------------------------------------------------------*/
dl#variousform {
	margin:30px 30px 50px;
	}

dl#variousform dd {
	margin:3px 0px 30px 20px;
	}


/*h3
------------------------------------------------------------------------*/
h3 {
	margin:15px 0px 10px;
	}


/*div.inputarea
------------------------------------------------------------------------*/
body#contact div.inputarea {
	width: 620px;
	background:#CDCDCD;
	padding:1px;
	}

body#contact div.inputarea table {
	width: 100%;
	}

body#contact div.inputarea table th {
	background:#F6F6F6;
	padding:3px 10px;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	width: 160px;
	}

body#contact div.inputarea table th strong {
	color:#C54F00;
	font-weight:normal;
}

body#contact div.inputarea table td {
	padding:3px 10px;
	background:#FBFBFB;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	}


/*div#decision
------------------------------------------------------------------------*/
body#contact div#decision {
	text-align:center;
	margin: 20px 0 0;
	}

body#contact div#decision div#back {
	text-align:left;
	margin:10px 0px 8px;
	}

body#contact div#decision div p {
	text-align:left;
	margin:10px 0px 5px;
	background:#efefef;
	padding:10px;
	}

/*div#erroritem
------------------------------------------------------------------------*/
div#erroritem {
	width: 610px;
	margin-top:10px;
	border:3px double #f60;
	}

div#erroritem ul {
	margin:0px 25px;
	}

div#erroritem ul li {
	margin:5px 0px;
	color:#f00;
	font-weight:bold;
	}
	
div#erroritem ul li ul li {
	list-style-type:circle;
	margin:2px 0px;
	color:#000;
	font-weight:normal;
	}


/*div#gratitude
------------------------------------------------------------------------*/
div#gratitude {
	margin:50px 50px 100px;
}

div#gratitude div {
	margin:20px 0px;
}

div#gratitude span#ordernumber {
	font-weight:bold;
	color:#FFD800;
}

/*div#caution
------------------------------------------------------------------------*/
div#caution {
	color:#ff6600;
	margin:0em 5px 1em;
}

div#caution h3 {
	font-weight:bold;
	margin-top:5px;
	margin-bottom:0px;
}

div#caution p {
	font-weight:bold;
	margin-left:1em;
}

