@charset "utf-8";
@import url('reset.css');
@import url('global.css');
@import url('layout.css');
@import url('board.css');
@import url('lpopup.css');


body {
background-color: #ffff;
margin:0;	padding:0;
background: url('../images/skin/bg.gif') repeat-x top;
/*background-image:url('../images/main/page_bg.jpg');
background-position: top;
background-repeat:no-repeat;*/
}

#viswrap {
	/*background:url('../images/main/main_bg.jpg') no-repeat center top;*/
}

#mallwrap {
	background: url('../images/common/header_vis.gif') no-repeat center top;
	padding-bottom: 35px;
}

#wrap {
	width:950px;
}
/* header */
#header {
	height: 72px;
	position:relative;
	z-index:5;
}
#utill_menu	{
	background:url('../images/common/bar_utilmenu.gif') no-repeat left top;
	position:absolute;
	top:0;
	right:11px;
	z-index:1;
	padding:6px 0 0 15px;
}
#utill_menu li	{
	background:url('../images/common/bul_utilmenu.gif') no-repeat 10px 4px;
	float:left;
	padding:0 0 0 20px;
}
#utill_menu li.first	{
	background:none;
	padding-left:0;
}
#global_menu {
	width:777px;
	position:absolute;
	top:36px;
	left:0;
}
#myinfobox {
	width:163px;
	float:right;
	position:relative;
	top:36px;
	z-index:90;
}
.layerpopup {
	display:none;
	position:absolute;
	top:20px;
	left:0;
	z-index:9;
	background:url('../images/common/bg_myinfoview_2.gif') no-repeat left top;
	width:137px;
	height:132px;
	padding:0 13px 0 13px;
}

#myinfo p {
	padding:12px 0 7px 0;
}
#myinfo p img {
	vertical-align:middle;
}
#myinfo p strong {
	color:#273591;
}
#myinfo dl {
	background:url('../images/common/bg_myinfoview_3.gif') no-repeat left top;
	padding:6px 6px 0 6px;
}
#myinfo dl dt {
	float:left;
	height:15px;
	margin-bottom:5px;
}
#myinfo dl dd {
	text-align:right;
	height:15px;
	margin-bottom:5px;
	color:#444444;
}
#myinfo dl .mileage	{
	margin-bottom:7px;
}
#myinfo dl dd.mileage {
	color:#ed1b23;
	font-weight:bold;
}
#myinfo dl dd.grade {
	font-weight:bold;
	font-size:10px;

}
#myinfo dl dd.wish em {
	font-weight:bold;
}

/* main_contents */
#main_contents {
	position:relative;
	height:534px;
	z-index:1;
}
#main_contents #swf_01 {
	position:absolute;
	top:0;
	left:-37px;
	z-index:2;
}
#main_contents #webzine {
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	padding-top:10px;
	width:170px;
	height:110px;
	overflow:hidden;
}
#main_contents #recent_info {
	position:absolute;
	bottom:22px;
	left:596px;
	width:344px;
	height:32px;
	background:url('../images/main/recent_line.gif') repeat-y 91px 0;
}
#main_contents #recent_info h2 {
	clear:left;
	float:left;
	width:104px;
	height:18px;
	padding:0;
	line-height:18px;
	background:none;
}
#main_contents #recent_info .contents {
	float:left;
	width:240px;
	height:18px;
	font-size:11px;
	line-height:18px;
}
#main_contents #recent_info .contents a {
	width:195px;
	line-height:18px;
	color:#585553;
}
#main_contents #recent_info span {
	float:right;
}
#main_contents #recent_info img { vertical-align:middle;}
#footer {
	border-top:0;
	margin-top:0;
}
