@charset "utf-8";

/* contents : table.paragraph */
/**************************************/
div#contents .btn{
	margin           : 0px 0px 0px 0px;
	padding          : 15px 0px 5px 0px;
	text-align       : center;
}

/* contents : table.order */
/**************************************/
div#contents table.order{
	margin          : 0px 0px 10px 0px;
}

div#contents table.order td{
	vertical-align  : top;
}

div#contents table.order td.box{
	background: url(order-bg.gif) 0 bottom no-repeat;
}

div#contents table.order td h3{
	margin          : 0px 0px 0px 0px;
	padding         : 0px 0px 0px 0px;
	border          : none;
}

div#contents table.order td p{
	line-height     : 150%;
	margin          : 0px;
	padding         : 15px 15px 5px 15px;
}

/* contents : table.order-advance */
/**************************************/

div#contents table.order-advance{
	margin          : 0px 0px 20px 0px;
}

div#contents table.order-advance td{
	vertical-align  : top;
}

div#contents table.order-advance td.box{
	background: url(order-advance-bg.gif) 0 bottom no-repeat;
}

div#contents table.order-advance td h3{
	margin          : 0px 0px 0px 0px;
	padding         : 0px 0px 0px 0px;
	border          : none;
}

div#contents table.order-advance td p{
	line-height     : 150%;
	margin          : 0px;
	padding         : 15px 15px 5px 15px;
}

/* contents : table.contact */
/**************************************/

div#contents table.contact{
	background      : #d6dcde;
	margin           : 0px 15px 15px 15px;
}

div#contents table.contact th{
	padding         : 3px;
	background      : #eef3f5;
	line-height     : 1.2em;
	color           : #555555;
}

div#contents table.contact td{
	vertical-align  : center;
	padding         : 3px;
	background      : #ffffff;
	line-height     : 1.2em;
	color           : #555555;
}

/* contents : h3.order */
/**************************************/

div#contents h3.order{
	text-align      : center;
	border-bottom   : 2px solid #d6dcde;
	padding         : 7px;
	background      : #eef3f5;
	line-height     : 1em;
	margin          : 0;
}


/* contents : link-list */
/**************************************/

div#contents ul.float-list{
	width            : 635px;
	height           : 40px;
	margin           : 0px;
	padding          : 0px;
}

div#contents ul.float-list li{
	float            : left;
	margin           : 0px 20px 0px 0px;
	padding          : 0px;
}

div#contents ul.float-list li a{
	padding-left    : 12px;
	background      : url(/shared/image/detail-arrow.gif) left center no-repeat;
}


