/* ------------------------------------------
適用先：物流ページ共通
最終更新日：06年11月02日

★ヘッダーの設定
	○ファンクションボタン
	○グローバルメニュー
		・モーション（画像の入れ替え）
			・HOME（通常、そのページの時、ポイントされた時）
			・土地（通常、そのページの時、ポイントされた時）
			・建物（通常、そのページの時、ポイントされた時）
			・査定・販売（通常、そのページの時、ポイントされた時）
			・ソリューション（通常、そのページの時、ポイントされた時）
	
------------------------------------------ */
 
 
 
 /* ------------------------------------------
○サイトID 
------------------------------------------ */
#header #siteID	{
	float:left;
	margin:0;
	}
#header #siteID a img	{
	width:215px;
	height:60px;
	}
#header #siteID  .headerCopy{
	width:285px;
	height:20px;
	padding:10px 0 0 60px;
	font-size:12px;
	font-weight:normal;
	}
	
/* ------------------------------------------
○ヘッダーエリア
------------------------------------------ */
#header	{
	clear:both;
	height:105px;
	}

#header	img{
	border:0;
	}

#displayArea	{
	margin-left:auto;
	width:760px;
	margin-right:auto;
	text-align:left;
	}

/* ------------------------------------------
○ファンクションボタン 
------------------------------------------ */
#header #functionButtons	{
	width:230px;
	text-align:right;
	float:right;
	padding-top:10px;
	font-size:12px;
	}
#header #functionButtons a.nmark	{
	background-image:url(../../../images/g_icon_nmark.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding:22px;
	padding-right: 5px;
	line-height: 20px;
	margin-bottom:40px;	
	}
#header #functionButtons a.toshiman	{
	background-image:url(../../../images/g_icon_toshiman.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding:22px;
	padding-right: 0px;
	line-height:20px;
	margin-bottom:40px;
	}
#header #functionButtons a.favorit	{
	background-image:url(../../../images/g_fbut_favorit.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	padding-top:6px;
	}
#header #functionButtons a.favorit:hover	{
	background-image:url(../../../images/g_fbut_favorit_on.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	padding-top:6px;
	}
#header #functionButtons a.favorit img	{
	width:115px;
	}
#header #functionButtons a.myList	{
	background-image:url(../../../images/g_fbut_mylist.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	padding-top:6px;
	}
#header #functionButtons a.myList:hover	{
	background-image:url(../../../images/g_fbut_mylist_on.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	padding-top:6px;
	}
#header #functionButtons a.myList img	{
	width:102px;
	}
#header #functionButtons a.favorit img,	#header #functionButtons a.myList img	{
	visibility:hidden;
	vertical-align:bottom;
	height:18px;
	line-height:18px;
	font-size:18px;
	margin-top:8px
	}
#header #functionButtons a.top	{
	background-image:url(../../../images/ic_top.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding:22px;
	padding-left: 15px;
	padding-right: 0px;
	line-height:20px;
	margin-bottom:40px;
	font-size:10px;
	}
#header #functionButtons a:hover	{
	color:#D20000;
	}
* html #header #functionButtons span { /* IEのみに適応 */
	font-size:14px;
	letter-spacing: 0.1em;
}
	
#header #functionButtons span	{
	font-size:14px;
	}

/* ------------------------------------------
○グローバルメニュー
------------------------------------------ */
#header #bglobalMenu	{
	clear:both;
	margin:0;
	padding:0;
	}
#header #bglobalMenu li	{
	float:left;
	width:152px;
	list-style-type:none;
	}
#header #bglobalMenu li a	{
	display:block;
	width:152px;
	height:37px;
	background-color:#333333;
	margin-top:2px;
	background-color:#FFFFFF;
	}
#header #bglobalMenu li a span	{
	display:none;
	}
#header #bglobalMenu li.floatLast	{
	background-color:#FFFFFF;
	width:100%;
	height:1px;
	clear:both;
	font-size:1px;
	}
	
/* ------------------------------------------
モーション（画像の入れ替え） */
/* HOME */
#header #bglobalMenu li a#bgMenuHome	{	/* 通常 */
	background-image:url(../images/s_gmenu_home_off.gif);
	}
#header #bglobalMenu li a#bgMenuHome.current,
#header #bglobalMenu li a#bgMenuHome.current:hover	{	/* そのページの時 */
	background-image:url(../images/s_gmenu_home_current.gif);
	cursor:default;
	}
#header #bglobalMenu li a#bgMenuHome:hover	{	/* ポイントされた時 */
	background-image:url(../images/s_gmenu_home_on.gif);
	}

/* 土地 */
#header #bglobalMenu li a#bgMenuLand	{
	background-image: url("../images/s_gmenu_land_off.gif");
	}
#header #bglobalMenu li a#bgMenuLand.current,
#header #bglobalMenu li a#bgMenuLand.current:hover{
	background-image:url(../images/s_gmenu_land_current.gif);
	cursor:default;
	}
#header #bglobalMenu li a#bgMenuLand:hover	{
	background-image:url(../images/s_gmenu_land_on.gif);
	}

/* 建物 */
#header #bglobalMenu li a#bgMenuBild	{
	background-image:url(../images/s_gmenu_build_off.gif);
	}
#header #bglobalMenu li a#bgMenuBild.current,
#header #bglobalMenu li a#bgMenuBild.current:hover	{
	background-image:url(../images/s_gmenu_build_current.gif);
	cursor:default;
	}
#header #bglobalMenu li a#bgMenuBild:hover	{
	background-image:url(../images/s_gmenu_build_on.gif);
	}

/* 査定・販売 */
#header #bglobalMenu li a#bgMenuSale	{
	background-image:url(../images/s_gmenu_sale_off.gif);
	}
#header #bglobalMenu li a#bgMenuSale.current,
#header #bglobalMenu li a#bgMenuSale.current:hover	{
	background-image:url(../images/s_gmenu_sale_current.gif);
	cursor:default;
	}
#header #bglobalMenu li a#bgMenuSale:hover	{
	background-image:url(../images/s_gmenu_sale_on.gif);
	}

/* ソリューション */
#header #bglobalMenu li a#bgMenuSolution	{
	background-image:url(../images/s_gmenu_solution_off.gif);
	}
#header #bglobalMenu li a#bgMenuSolution.current,
#header #bglobalMenu li a#bgMenuSolution.current:hover	{
	background-image:url(../images/s_gmenu_solution_current.gif);
	cursor:default;
	}
#header #bglobalMenu li a#bgMenuSolution:hover	{
	background-image:url(../images/s_gmenu_solution_on.gif);
	}


/* ------------------------------------------
フォント関連の設定
------------------------------------------ */

/* ------------------------------------------
基本フォントの設定 */
body, table	{
	color:#000000;
	font-size:;
	line-height:135%;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	}
	

/* ------------------------------------------
見出しフォントの設定 */
h1,h2,h3,h4,h5,h6{
	/*font-weight:normal;*/
	font-size:;
	}
h1	{
	}
h2	{
	}
h3	{
	}
h4	{
	}
h5	{
	}
h6	{
	}

/* ------------------------------------------
テキストリンクの設定 */
a:link	{
	color:#003366;
	}
a:visited	{
	color:#003366;
	}
a:hover	{
	color:#376FA6;
	}
a:active	{
	color:#376FA6;
	}

