@charset "UTF-8";

/* **************************************
*Since: 2009-5-26
*Modified: 2009-5-29
************************************** */

/* content
---------------------------------------------------------------------------------------- */
/* contents sell
------------------------------------------------- */
#contents #sell {
	margin:0px 20px;
	padding:25px 25px 0px 25px;
	width:784px;
	background:#FFF;
	border:3px solid #FFBF38;
	overflow:hidden;
}

#contents #sell span {
	float:left;
	margin:0px 0px 25px 0px;
	width:784px;
	display:block;
}

#contents #sell .innerL , #contents #sell .innerR {
	width:380px;
}

#contents #sell .innerL {float:left;}
#contents #sell .innerR {float:right;}

#contents #sell .innerL h2 , #contents #sell .innerR h2 {
	margin:0px 0px 10px 0px;
}

#contents #sell .innerL .inner , #contents #sell .innerR .inner {
	margin:0px 0px 25px 0px;
	padding:0px 13px;
	text-align:left;
}

#contents #sell .innerL .inner h3 , #contents #sell .innerR .inner h3 {
	margin:0px 0px 5px 0px;
	text-align:left;
}

#contents #sell .innerL .inner p , #contents #sell .innerR .inner p {
	padding:0px 0px 0px 10px;
}

#contents #sell table {
	float:left;
	margin:0px 92px 25px 92px;
	width:600px;
	border-top:1px solid #104188;
	border-right:1px solid #104188;
}

#contents #sell table.End {
	margin:0px 92px 5px 92px;
}

#contents #sell table th , #contents #sell table td {
	padding:5px;
	vertical-align:top;
	border-bottom:1px solid #104188;
	border-left:1px solid #104188;
}

#contents #sell table th {
	width:100px;
	background:#C1CEE0;
	font-weight:bold;
}

#contents #sell table td input , #contents #sell table td textarea {
	border:1px solid #000;
}


#contents #sell table td input {
	width:300px;
}

#contents #sell table td textarea {
	width:400px;
	height:100px;
}

#contents #sell table td p {
	float:left;
	margin:0px 15px 0px 0px;
	width:80px;
}

#contents #sell table td p.inp03 {
	width:50px;
}

#contents #sell table td input.inp01 {
	margin:0px 2px 0px 0px;
	width:auto;
}

#contents #sell table td input.inp02 {
	margin:0px 5px 0px 0px;
	width:50px;
}

#contents #sell i {
	float:left;
	margin:0px 92px 25px 92px;
	width:600px;
	text-align:right;
}


#contents #sell button {
	margin:0px 5px;
	width:138px;
	height:30px;
	border:0;
	background:#FFF;
}

/* contents detail
------------------------------------------------- */
#detailWindow {
	margin:0px auto;
	padding:25px 0;
	width:600px;
}

#detailWindow h1 {
	margin:0px 0px 25px 0px;
	text-align:center;
}

#detailWindow h2 {
	margin:0px 0px 10px 0px;
	text-align:center;
}

#detailWindow span {
	margin:0px 0px 25px 0px;
	width:400px;
	text-align:center;
	display:block;
}

#detailWindow .inner {
	margin:0px 0px 25px 0px;
}

#detailWindow .inner h3 {
	margin:0px 0px 5px 0px;
}

#detailWindow .inner p {
	padding:0 20px;
	color:#333;
	font-size:14px;
	line-height:1.6;
	text-align:left;
}



