﻿/***************************
global_navi
***************************/

div#global_in {
	margin: 0;
	padding: 0;
	height: 72px;
	background: url(../privacy/img/global_bg_.gif) no-repeat;
	clear:both;
}


/***************************
back_button
***************************/

div.r a.ret {
	margin: 10px 15px 0 15px;
	padding: 0 14px 0 0;
	color: #666;
	background: url(../img/back_btn.gif) no-repeat 100% 50%;
	text-decoration: none;
}
div.r a.ret:hover {
	color: #999;
	text-decoration: none;
}

