@charset "utf-8";


/*----------------------------------------*/
/* globalNavi */
/*----------------------------------------*/
#global-navigation ul {
	background:url(../images/globalnavi-outbound.gif) no-repeat;
}

/*----------------------------------------*/
/* fontChange-bg */
/*----------------------------------------*/
div#fontChange-bg{
	width:920px;
	height:30px;
	background : url(../images/outbound-fc_bg.gif) no-repeat;
}
div#fontChange-bg div#fontChange{
	position:absolute;
	top:188px;
	left:764px;
	z-index:1;
}

/*----------------------------------------*/
/* pagebody */
/*----------------------------------------*/
body.outbound div#pagebody{
	width:730px;
	margin:15px 95px;
}
/*----------------------------------------*/
/* hr-style */
/*----------------------------------------*/
div.hr-style-outbound{
	clear:both;
	width:730px;
	height:5px;
	margin:10px 0;
	padding:0;
	background:url(../images/hr_bg01.gif) repeat-x;
}
div.hr-style-outbound hr{
	display:none;
}
/*----------------------------------------*/
/* closeBtn */
/*----------------------------------------*/
div.closeBtn{
	margin:10px 10px 0 0;
	text-align:center;
	clear:both;
}

/*----------------------------------------*/
/* gototop */
/*----------------------------------------*/
div.gototop{
	margin:0;
	padding:10px 0 0 0;
	text-align:right;
	clear:both;
}

