/*******************************************
/* File name	vans_his.css
/* Copyright	earvin-s
/* Code author	K.Yoshimura
/* History		2009/03/28	create
*******************************************/

/*******************************************
■contents
*******************************************/
#all center #content {
	width: 900px;
	clear: both;
	overflow: hidden;
	text-align: left;
}
#all center #content h3{
	font-size: 140%;
}
#all center #content .top {
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
}
#all center #content .con {
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 15px;
}

#all center #content p {
	padding-top: 13px;
}
#all center #content p {
	margin-bottom: 22px;
}

#all center #content .inf {
	width: 740px;
	margin-left: 15px;
	padding-bottom: 3px;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 15px;
}
#all center #content .inf .ttl {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	font-weight: bold;
}


#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;
}

/********************** left navi **********************/
#all center #content .navi ul li a {
	display: block;
	width: 206px;
	text-indent: -9999px;
}
#all center #content .site {
	margin-top: 33px;
}

/* 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;
}

