@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_.ttlH */
.ttlH301{
	margin: 0 0 10px;
}

.ttlH401{	
	background-image: url(../../success/images/ic_arrow01.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 0 5px;
	padding: 0 0 36px;
}



/* definition_.boxFlow */
.boxSuccess{
	background-image: url(../../success/images/bg_success.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
	margin: 0 0 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.boxSuccess .textBox{
	padding: 15px 15px 0 15px;
}

.boxSuccess .textBoxL{
	padding: 15px 0 0 15px;
	width: 435px;
}

.boxSuccess .imgBoxR{
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	margin: 15px 10px 0 0;
	padding: 5px;
	width: 170px;
}

/* under IE6 */
* html .boxSuccess .imgBoxR{
	margin: 15px 5px 0 0;
}


.boxSuccess p{
	margin: 0 0 15px;
}



























