/*******************************************
/* File name	vans.css
/* Copyright	earvin-s
/* Code author	K.Yoshimura
/* History		2009/03/27	create
*******************************************/

/*******************************************
■contents
*******************************************/
#all center #content {
	width: 900px;
	clear: both;
	overflow: hidden;
}
#all center #content p {
	padding-top: 13px;
}
#all center #content .navi {
	float: left;
	width: 206px;
}
#all center #content .main {
	float: right;
	width: 664px;
}
#all center #content .navi ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#all center #content .main .catch {
	background-image: url(../img/p_vns_main.jpg);
	background-repeat: no-repeat;
	height: 307px;
	text-align: left;
}
#all center #content .main .catch p {
	width: 410px;
	padding-top: 100px;
	padding-left: 5px;
	color: #34414E;
	line-height: 1.8;
}
#all center #content .main .dayspa p {
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
}
#all center #content .main .mrk {
	margin-top: 30px;
}
#all center #content .main .mrk .dtl {
	overflow: hidden;
	clear: both;
	margin-bottom: 23px;
}
#all center #content .main .mrk .dtl .pic {
	float: left;
	width: 183px;
}
#all center #content .main .mrk .dtl .exp {
	float: right;
	width: 481px;
	text-align: left;
}
#all center #content .main .mrk .dtl .exp p.txt {
	width: 440px;
	padding-top: 3px;
	padding-left: 13px;
}
#all center #content .main .mrk .dtl .exp p.lnk {
	width: 440px;
	padding-left: 13px;
	text-align: right;
}
#all center #content .main .top {
	text-align: right;
	margin-bottom: 30px;
	margin-top: 30px;
}

/********************** left navi **********************/
#all center #content .navi ul li a {
	display: block;
	width: 206px;
	text-indent: -9999px;
}
/* navi off */
#all center #content .navi ul li a#vns {
	background: url(../img/nv_vns_vns_off.gif) no-repeat;
	height: 50px;
}
#all center #content .navi ul li a#omt {
	background: url(../img/nv_vns_omt_off.gif) no-repeat;
	height: 50px;
}
#all center #content .navi ul li a#use {
	background: url(../img/nv_vns_use_off.gif) no-repeat;
	height: 48px;
}
#all center #content .navi ul li a#his {
	background: url(../img/nv_vns_his_off.gif) no-repeat;
	height: 48px;
}
#all center #content .navi ul li a#cus {
	background: url(../img/nv_vns_cus_off.gif) no-repeat;
	height: 49px;
}
#all center #content .navi ul li a#fst {
	background: url(../img/nv_com_scd_fst_off.jpg) no-repeat;
	height: 70px;
	margin-top: 20px;
}
#all center #content .navi ul li a#pht {
	background: url(../img/nv_com_scd_pht_off.jpg) no-repeat;
	height: 70px;
	margin-top: 10px;
}
#all center #content .navi ul li a#blg {
	background: url(../img/nv_com_scd_blg_off.jpg) no-repeat;
	height: 70px;
	margin-top: 10px;
}
#all center #content .navi ul li a#bribnr {
	background: url(../img/nv_com_scd_bri_off.jpg) no-repeat;
	height: 70px;
	margin-top: 10px;
}
#all center #content .navi ul li a#req {
	background: url(../img/nv_com_scd_req_off.jpg) no-repeat;
	height: 70px;
	margin-top: 10px;
}
#all center #content .navi ul li a#bribnr:hover {
	background: url(../img/nv_com_scd_bri_on.jpg) no-repeat;
	height: 70px;
}
#all center #content .navi ul li a#req:hover {
	background: url(../img/nv_com_scd_req_on.jpg) no-repeat;
	height: 70px;
}
/* navi on */
#all center #content .navi ul li a#vns:hover {
	background: url(../img/nv_vns_vns_on.gif) no-repeat;
	height: 50px;
}
#all center #content .navi ul li a#omt:hover {
	background: url(../img/nv_vns_omt_on.gif) no-repeat;
	height: 50px;
}
#all center #content .navi ul li a#use:hover {
	background: url(../img/nv_vns_use_on.gif) no-repeat;
	height: 48px;
}
#all center #content .navi ul li a#his:hover {
	background: url(../img/nv_vns_his_on.gif) no-repeat;
	height: 48px;
}
#all center #content .navi ul li a#cus:hover {
	background: url(../img/nv_vns_cus_on.gif) no-repeat;
	height: 49px;
}
#all center #content .navi ul li a#fst:hover {
	background: url(../img/nv_com_scd_fst_on.jpg) no-repeat;
	height: 70px;
}
#all center #content .navi ul li a#pht:hover {
	background: url(../img/nv_com_scd_pht_on.jpg) no-repeat;
	height: 70px;
}
#all center #content .navi ul li a#blg:hover {
	background: url(../img/nv_com_scd_blg_on.jpg) no-repeat;
	height: 70px;
}

