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

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background: url(../img/bd_bg.gif) left top repeat-x;
	font-size:74.5%;
	font-family:verdana,"�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"�l�r �o�S�V�b�N","MS PGothic",Sans-Serif;
	color:#333;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/

/* 全体の幅 */
#container {
 width:100%;
 margin:0 0 0 0;
 padding:0px;
 text-align:left;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-bottom:10px;
	background:#000000;	
}

p#header-inner {
	display:block;
	width:1000px;
	/*height:49px;
	position:relative;*/
	margin-top:0px;
	background-color:#000;
	}

p#header-inner a#vpj-logo img {
	position:absolute;
	width:422px;
	height:32px;
	top:15px;
	text-decoration:none;
	border-style:none;
	text-align:left;
	}
		
p#header-inner a#vpj-en img {
	position:absolute;
	width:79px;
	height:27px;
	left:1045px;
	top:15px;
	text-decoration:none;
	border-style:none;
	text-right:right;
	}	
	
/* グローバルナビゲーション */
#globalnav{
	width:1000px;
	/*background:url("../common/img/bg_gn.gif") no-repeat;*/
	background-color:#000;
	margin: 65px 0 0 0px;
	}
	
#globalnav ul {
	width:1000px;
	margin: 0 0 0 0em;
	padding:0;
	background-color:#000;
	}	
	
#globalnav li {display:inline;}

#globalnav li a {
	display:block;
	float:left;
	height:45px;
	margin-top:0px;
	text-indent:-9999px;
	text-decoration:none;
	/*¥*/
	overflow:hidden;
	/**/
	}

/* グローバルナビ各ボタン 通常 */
#gn-top a {width:199px;background:url("../img/btn_gn.gif") 0px 0px no-repeat;}
#gn-company a {width:199px;background:url("../img/btn_gn.gif") -199px 0 no-repeat;}
#gn-business a {width:199px;background:url("../img/btn_gn.gif") -398px 0 no-repeat;}
#gn-products a {width:199px;background:url("../img/btn_gn.gif") -597px 0 no-repeat;}
#gn-info a {width:201px;background:url("../img/btn_gn.gif") -798px 0 no-repeat;}
/* --- English */
#gn-top-eng a {width:199px;background:url("../img/eng_btn_gn.gif") 0px 0px no-repeat;}
#gn-company-eng a {width:199px;background:url("../img/eng_btn_gn.gif") -199px 0 no-repeat;}
#gn-business-eng a {width:199px;background:url("../img/eng_btn_gn.gif") -398px 0 no-repeat;}
#gn-products-eng a {width:199px;background:url("../img/eng_btn_gn.gif") -597px 0 no-repeat;}
#gn-info-eng a {width:201px;background:url("../img/eng_btn_gn.gif") -798px 0 no-repeat;}


/* グローバルナビ各ボタン マウスオン */
#gn-top a:hover {background-position:0px -47px;}
#gn-company a:hover {background-position:-199px -47px;}
#gn-business a:hover {background-position:-398px -47px;}
#gn-products a:hover {background-position:-597px -47px;}
#gn-info a:hover {background-position:-798px -47px;}
/* --- English */
#gn-top-eng a:hover {background-position:0px -47px;}
#gn-company-eng a:hover {background-position:-199px -47px;}
#gn-business-eng a:hover {background-position:-398px -47px;}
#gn-products-eng a:hover {background-position:-597px -47px;}
#gn-info-eng a:hover {background-position:-798px -47px;}

/* グローバルナビ各ボタン オンページ */
#gn-top a.on, #gn-top a.on:hover {background-position:0 -94px;}
#gn-company a.on, #gn-company a.on:hover {background-position:-197px -94px;}
#gn-business a.on, #gn-business a.on:hover {background-position:-397px -94px;}
#gn-products a.on, #gn-products a.on:hover {background-position:-598px -94px;}
#gn-info a.on, #gn-info a.on:hover {background-position:-799px -94px;}
/* --- English */
#gn-top-eng a.on, #gn-top a.on:hover {background-position:0 -94px;}
#gn-company-eng a.on, #gn-company a.on:hover {background-position:-197px -94px;}
#gn-business-eng a.on, #gn-business a.on:hover {background-position:-397px -94px;}
#gn-products-eng a.on, #gn-products a.on:hover {background-position:-598px -94px;}
#gn-info-eng a.on, #gn-info a.on:hover {background-position:-799px -94px;}

/* ヘッダーより下のコンテンツ部分 */

/* ぱんくずリスト */
div#topicpath-block{
	clear:left;
	width:1000px;
	height:30px;
	background:#FFF;
	}
ul#topicpath {
	margin: 0 0 0 0em;
	padding:0;
	display:block;
	font-size:13px;
	color:#666;
	background-color:#FFF;
	}

ul#topicpath li {
	float:left;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	list-style:none;
	}
	
ul#topicpath li a{
	color:#000099;
	text-decoration:underline;
	}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear: both;
	width:100%;
	height:80px;
	background-color:#000;
	padding:0px;
	margin:10% 0 0 0 ;
/*	position:relative;*/
	bottom:0;
	/*left:0*/;
	right:0;
	text-align:center;
	}

#footer .finner {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding:0px;
	text-align: left;
}
	
div#footer ul#ft {
	text-align:center;
	font-size:12px; !important;
	color:#CCC;
	padding-top:10px;
	margin-bottom:28px;
	}

div#footer ul#ft li {
	display:inline;
	border-right:1px solid #666;
	padding-right:0.5em;
	padding-left:0.5em;
	zoom:1;
	}
	
div#footer ul#ft li.lastChild {
	border:none;
	}
	
div#footer ul#ft a{
	color:#999;
	}

#footer p#copyright span {
	background-image:url(../img/copyright.gif);
	background-repeat: no-repeat;
    background-position: center center;
    width: 369px;
    height: 20px;
    display: block;←--------ブロック化する
    text-indent: -9999px;←--------インデントで元の文字を飛ばす
    text-decoration: none;
	display:none;
	}
#footer p#copyright img {
	text-align:right;
}
