/*  JPサイトのスタイルシート */

/* ページ全体の設定
-----------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
}

/* ヘッダーの設定
-----------------------------------------------------------------------------*/
/*#header{*/
div#newlogo_header{
	width:772px;
	height:80px;
	/*background:url(../img/jp_header_back.jpg);no-repeat;*/
	background:url(../images/newlogo_header_back_gray.jpg);
no-repeat;
}

#newlogo_header a {
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#newlogo_header a.btn1 {
	background: url(../images/newlogo_btn2jp_gray_off.jpg) ;
	width: 158px;
	height: 25px;
	margin-right:3px;
 margin-left:3px;
}
#newlogo_header a.btn1:hover {
	background: url(../images/newlogo_btn2jp_gray_on.jpg) ;
	width: 158px;
	height: 25px;
 margin-right:3px;
 margin-left:3px;
}

#newlogo_header a.btn2 {
	background: url(../images/newlogo_btn2cojp_gray_off.jpg) ;
	width: 87px;
	height: 25px;
	margin-right:3px;
 margin-left:3px;
}
#newlogo_header a.btn2:hover {
	background: url(../images/newlogo_btn2cojp_gray_on.jpg) ;
	width: 87px;
	height: 25px;
 margin-right:3px;
 margin-left:3px;
}

/* フッターの設定
-----------------------------------------------------------------------------*/
/*#footer{*/
div#newlogo_footer{
	margin:15px 0 0;
	padding:0;
	background:#FFFFFF;
	width:772px;
}

/*#footer_left{*/
div#newlogo_footer_left{
	width:500px;
	float:left;
	margin:0;
	padding:0;
}

/*#footer_right{*/
div#newlogo_footer_right{
	margin:0;
	padding:0;
	float:right;
}


/*.footer_link{*/
div#newlogo_footer .footer_link{
	margin:2px 0;
	padding:0;
	list-style-type:none;
}

/*.footer_link li{*/
div#newlogo_footer .footer_link li{
	margin:0 10px;
	padding:0;
	color:#666666;
	font-size:12px;
	line-height:none;
	display:inline;
}

/*.footer_link li a{*/
div#newlogo_footer .footer_link li a{
	margin:0;
	padding:0 10px 5px 20px;
	color:#666666;
	text-decoration:none;
	background:url(../images/newlogo_footer_bar.gif) no-repeat top left;

}

/*.footer_link li a:hover{*/
div#newlogo_footer .footer_link li a:hover{
	/*background:url(../img/footer_bar_blue.gif) no-repeat top left;*/
	background:url(../images/newlogo_footer_bar_hover.gif) no-repeat top left;
	text-decoration:underline;
}

/*.copyright{*/
div#newlogo_footer .copyright{
	margin:0 10px;
	padding:0;
}
