@charset "euc-kr";
@import "base.css";
@import "common.css";
@import "sub_layout.css";

dl dt{
	float:left;
	font-weight:bold;
	background: url("../intro/images/icon_list.gif") no-repeat 0 50%;
	padding-left:12px;
}
dl dd {
		padding-bottom:15px;

}
table {
	border-top:2px solid #4b95ca;
	width:680px;
}
table  thead th{ 
	background: #f7f7f7;
	border: 1px solid #dedede;
	padding:4px;
}
table  tbody td{ 
	border: 1px solid #dedede;
	padding:4px;
}
table  tbody td.cell1{ 
	text-align:center;
}
div.hotel{
	padding-left:20px;
}
p.smallTitle {
	background: url("../intro/images/icon_2.gif") no-repeat 0 50%;
	padding-left:10px;

}
div.bus{
	padding-bottom:10px;
}

span.orange{
	color:#f47c20;
	font-weight:bold;
}
span.violet{
	color:#a46bad;
	font-weight:bold;
}
span.sky{
	color:#00b9f1;
	font-weight:bold;
}
span.green{
	color:green;
	font-weight:bold;
}
span.red{
	color:red;
	font-weight:bold;
}
p.sTitle {
		background: url("../intro/images/icon_list.gif") no-repeat 0 10px;
	padding:7px 0 5px 12px;
}
div.money{
	padding:0 0 10px 20px;	
}
div.money table {
	border-top:2px solid #4b95ca;
	width:680px;
}
div.money table  thead th{ 
	background: #f7f7f7;
	border: 1px solid #dedede;
	padding:4px;
}
div.money table  tbody td{ 
	border: 1px solid #dedede;
	padding:4px;
	text-align:center;
}



span.red a:link {
	color: red;
	text-decoration: none;
}


span.red a:visited {
	color: red;
	text-decoration: none;
}
span.red a:hover {
	color: red;
	text-decoration: underline;
}
span.red a:active {
	color: red;
	text-decoration: none;
}

ul.liStyle li{
background:url("../application/images/list_01.gif") no-repeat 0 5px;padding-left:10px;
}
/*°ø¸ðÁ¢¼ö*/
 div.nameBox {
	background: url("../receipt/images/bg_name.gif") no-repeat;
	width:323px;
	height:219px;
	padding:30px 0 0 280px;
	margin:20px auto;
	position: relative;
 }
 div.nameBox  div.nameBox_Inner {
	padding:100px 0 0 40px;
 }
  div.nameBox  div.nameBox_Inner span{
	padding-left:10px;
  }
  div.nameBox  div.nameBox_Inner p{
	padding-top:37px;
  }
  div.nameBox  div.nameBox_Inner p.media{
	position: absolute;
	right: 10px;
	bottom: 10px;
  }
