@charset "EUC-JP";
@import url('buyers.css');
@import url('sellers.css');
@import url('investor.css');
@import url('special.css');



/********************************************/
/*基本レイアウト*/
/********************************************/
div#wrap{
	clear:both;
	width:750px;
	/*background: #f1f1f1;*/
	background-image:url(../images/local_menu/wrap_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
}
div#wrap br{
	clear:both;
}
div#localNavi{
	background:#F1F1F1;
	float:left;
	width:185px;
}
div#right {
	width: 564px;
	float: right;
	background:#ffffff;
}
div#content{
	padding:0pt 0pt 40pt 11pt;
	width:542px;
}

/********************************************/
/*共通スタイル*/
/********************************************//
a {
	color:#0000cc; !important
	text-decoration:underline; !important
	}
a:hover{
	color:#D70C18; !important
	text-decoration:underline; !important
	}	
a:visited{
	color:#551a8b; !important
	text-decoration:underline; !important
	}

h1{
	margin:15px 0 0 0;
	padding:0;
}
h1 img{
	margin:0;
	padding:0;
}

ul.localBanners {
	text-align:center; !important
	}
ul.localBanners li {
	margin-top:10px; !important
	}

#right ul {
	padding:0;
	margin:0;
	}
#right ul li {
	list-style:none;
	padding:0;
	margin:0;
	}
#right .toPagetop{
	/*float:right;*/
	text-align:right;
	margin-bottom:20px;
}

#right .toPagetop a{
	background:transparent url(/images/arw_pagetop.gif) no-repeat left top;
	line-height:14px;
	padding-left:15px;
	text-decoration:underline; 
}

/********************************************/
/*共通クラス*/
/********************************************/

/*ページトップリンク------------------------------*/
p.toPagetop	{
	clear:both;
	padding-top: 18px;
	padding-right: 10px;
	text-align: right;
}

p.toPagetop a	{
	padding-left: 15px;
	background: url(/images/arw_pagetop.gif) no-repeat left top;
	line-height: 14px;
}








