@charset "UTF-8";
/* CSS Document */

.contentsArea{
	position:relative;
	background-image:url(../img/contents_bg1.jpg);
	background-repeat:no-repeat;
}

table{
	width:450px;
	margin-top:-10px;
}

table.confirm{
	width:450px;
	margin-top:20px;
}

th{
	width:130px;
	background-image:url(../img/dots_line.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding:8px 0;
}

th.blank{
	background-image:none;	
}

td{
	width:311px;
	background-image:url(../img/dots_line.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding:8px 0;
	line-height:200%;
}

td .smallTxt{
	font-size:90%;
	padding-top:5px;
	line-height:150%;
}

.mustSelect{
	color:#d2523d;
}

.formBt{
	margin-top:30px;
	text-align:center;
/*	margin:0 auto;
	width:240px;*/
}

#confirmBt{
	width:240px;
    height:36px;
    padding:0;
    border:0;
    background:url(../img/contact_bt_confirm.jpg) no-repeat left top;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}

.formBt li{
	float:left;
	margin-right:10px;
}

.formBt li.right{
	margin-right:0px;	
}

.attention{
	margin-top:30px;	
}

.attention h4{
	margin-bottom:10px;	
}

.attention .underlineTxt{
	text-decoration:underline;
}

img.return {
cursor:pointer;
}

.attentionText{
	border:2px #F99 solid;
	padding:8px;
	margin-top:10px;
}

