@charset "UTF-8";/******************************************************************************//*     "U R B A N   C O R P O R A T I O N   I N C ."   W E B S I T E          *//*     cascading style sheet - configuration of homepage                      *//*     directed by Shin Tanaka / created by Tets Morikawa - Jan.20 2007       *//******************************************************************************//******************************************************************************//*     ボックス                                                               *//******************************************************************************//* ヘッダ */#header {	width: 780px;	height: 18px;	margin: 0px 0px 0px 0px;}/* コンテンツ */#contents {	float: none;	width: 780px;	margin: 5px 0px 0px 0px;}/* グローバルナビゲーション */#navigation {	width: 780px;	margin: 10px 0px 10px 0px;}/******************************************************************************//*     テキスト                                                               *//******************************************************************************//* グローバルナビゲーション */	#navigation ul {		margin: 0px 0px 0px 0px;	}	#navigation li {		float: left;		padding: 0px 0px 0px 0px;	}/* フッタ */	#footer address {		text-align: right;	}/******************************************************************************//*     カラー                                                                 *//******************************************************************************//* コンテンツ */	#contents img {		padding: 5px 0px 0px 0px;	}/* グローバルナビゲーション */	#navigation li a {		float: left;	}		#navigation li.top {		background: url(../../imgs/button_top_on.gif) no-repeat;		width: 77px;		height: 23px;	}	#navigation li.top a {		display: block;		background: url(../../imgs/button_top_off.gif) no-repeat;		width: 77px;		height: 23px;	}	#navigation li.top a:hover {		background: none;	}		#navigation li.message {		background: url(../../imgs/button_message_on.gif) no-repeat;		width: 79px;		height: 23px;	}	#navigation li.message a {		display: block;		background: url(../../imgs/button_message_off.gif) no-repeat;		width: 79px;		height: 23px;	}	#navigation li.message a:hover {		background: none;	}		#navigation li.recruit {		background: url(../../imgs/button_recruit_on.gif) no-repeat;		width: 79px;		height: 23px;	}	#navigation li.recruit a {		display: block;		background: url(../../imgs/button_recruit_off.gif) no-repeat;		width: 79px;		height: 23px;	}	#navigation li.recruit a:hover {		background: none;	}		#navigation li.gallery {		background: url(../../imgs/button_gallery_on.gif) no-repeat;		width: 78px;		height: 23px;	}	#navigation li.gallery a {		display: block;		background: url(../../imgs/button_gallery_off.gif) no-repeat;		width: 78px;		height: 23px;	}	#navigation li.gallery a:hover {		background: none;	}		#navigation li.about {		background: url(../../imgs/button_about_on.gif) no-repeat;		width: 79px;		height: 23px;	}	#navigation li.about a {		display: block;		background: url(../../imgs/button_about_off.gif) no-repeat;		width: 79px;		height: 23px;	}	#navigation li.about a:hover {		background: none;	}		#navigation li.services {		background: url(../../imgs/button_services_on.gif) no-repeat;		width: 79px;		height: 23px;	}	#navigation li.services a {		display: block;		background: url(../../imgs/button_services_off.gif) no-repeat;		width: 79px;		height: 23px;	}	#navigation li.services a:hover {		background: none;	}