@charset "utf-8";
/* CSS Document */
@import url(shared/reset.css);
/*
	RESET AND BASICS
*/
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	font-family:"ＭＳ Ｐゴシック", "Osaka";
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:12px;
	background:url(/nejp_images/common/bg_headerSides.jpg) top left repeat-x;
}
a, a:visited {
	text-decoration:none;
	outline:none;
	color:#000000;
}
a:hover {
	color:#FF8800;
}
a img {
	border:none;
}
table td, input {
	padding:0;
	margin:0;
}
h2 {
	font-weight:bold;
}
a.highlight {
	color:#4eacc5;
	text-decoration:underline;
}
a.highlight:hover {
	color:#348ba0;
}
a.actionHighlight {
	color:#FF7700;
	text-decoration:underline;
}
li {
	list-style:none;
}
.c-both {
	clear:both;
}
/* Blue Links
--------------------------------------------------------------------------*/
a.blueLink:active, a.blueLink:link, a.blueLink:visited {
	color:#0085F6;
	text-decoration:underline;
}
a.blueLink:hover {
	text-decoration:none;
}
/* Body Background
--------------------------------------------------------------------------*/
#bg {
	margin:0 auto;
	padding:0;
	width:1000px;
	background:url(/nejp_images/index/bg_main.png) top left repeat-y;
}
#container {
	padding:0;
	margin:0 0 0 22px;
	float:left;
	display:inline;
	text-align:left;
	width:956px;
	background:#FFFFFF;
}
/* Header
--------------------------------------------------------------------------*/
#header {
/*	background:url(/nejp_images/index/bg_headerMain.jpg) top left no-repeat;*//*資生堂ジャック*/
	background:url(/nejp_images/index/bg_headerMain.jpg) top left repeat-x;
	color:#FFF;
	padding:0;
	margin-bottom:13px;
	height:134px;
	background-color:none;
}
#header h1 {
	padding:3px 0 8px 13px;
	font-weight:normal;
	font-size:10px;
	margin:0;
}
#loginFrame {
	padding:0 0 1px 0;
	float:left;
	width:956px;
	margin:0;
	color:#FFF;
}
#vc_logo {
	float:left;
	padding:5px 0 10px 13px;
}
#login_box {
	float:right;
	padding:0 20px 0 0;
	font-size:11px;
	height:80px;
}
#login_box table td {
	padding:3px;
	text-align:left;
}
#login_box table td.title {
	text-align:right;
}
#login_box a {
	color:#F8D963;
	text-decoration:underline;
}
#login_box a:hover {
	text-decoration:none;
}
#login_box input {
	font-size:12px;
}
#login_box .submit {
	padding:2px 5px 2px 5px;
	height:22px;
	margin:0;
}
/* Navigation
--------------------------------------------------------------------------*/
#navi {
	clear:both;
	margin:0;
	padding:0 13px 0;
	height:30px;
}
#navi ul {
	margin:0;
	padding:0;
}
#navi li {
	float:left;
	margin:0;
	padding:0;
	width:155px;
	height:30px;
	list-style:none;
}
#navi li a {
	display:block;
	margin:0;
	padding:0;
	width:155px;
	height:30px;
	text-decoration:none;
}
:root #navi li a {/*for Mozilla*/
	overflow:hidden;
}
#navi li a:hover {
	background-color:transparent/*for IE6*/;
}

/* PRIVACY BANNERS AND FOOTER
--------------------------------------------------------------------------*/
#footer {
	background:url(/nejp_images/index/bg_footer.jpg) top left repeat-x;
	width:100%;
}
#footerContainer {
	margin:0 auto;
	padding:0;
	width:1000px;
}
#footerContent {
	background:url(/nejp_images/index/bg_footerContent.jpg) top center repeat-y;
	font-size:11px;
}
#footerContent ul {
	padding:10px 0 0 0;
}
#footerContent li {
	display:inline;
	margin:0px;
	padding:0 8px;
	list-style-type:none;
	border-right:1px solid #000000;
}
#footerContent li.last {
	border:none;
}
#copyright {
	padding:30px 0 20px 0;
}
#copyright a {
	text-decoration:underline;
}
#copyright img {
	padding:15px 0 0 0;
}


/* 2011-11_add -------------------------------------------------*/
/* 
-------------------------------------------------*/
.languageSelector {
	float:right;
	padding:0 20px 0 0;
}
.languageSelector img {
	margin:0 3px;
	vertical-align:middle;
}