@charset "utf-8";
/* CSS Document */

@import url(default.css);
@import url(base.css);


/* ------------------------ サイトの基本構造 ------------------------ */

	#wrapper{
		background:url(../images/bg_indexsidebar.gif) repeat-y 600px 0 #fff;
	}
	
	#header{height:65px;}

	#footer{
		padding:7px 18px 20px;
		background:url(../shared/line_footer.gif) repeat-x #eee;
	}


/* ヘッダー-------------------------------- */



/* メイン---------------------------------- */
	
		#index_main{
			float:left;
			width:600px;
		}	
	
			#index_mainbanner{
				width:560px;
				margin:0 auto;
			}
			
			#index_mainbanner li{
				list-style:none;
				float:left;
				width:176px;
				margin:0 16px 0 0;
				overflow:hidden;
				background:url(../images/bg_index_mainbanner.gif) repeat-y;
			}
			#index_mainbanner li#mainbanner3{margin:0;}
			
				#index_mainbanner li a{
					display:block;
					width:176px;
					height:66px;
					text-indent:-9999px;
					text-decoration:none;
				}
			
				#index_mainbanner li p{
					margin:6px 0 3px 13px;
					line-height:130%;
					font-size:90%;
					color:#888;
				}
		
				#index_mainbanner li#mainbanner1 a{background:url(../images/ban_supply.jpg) no-repeat;}
				#index_mainbanner li#mainbanner2 a{background:url(../images/ban_square.jpg) no-repeat;}
				#index_mainbanner li#mainbanner3 a{background:url(../images/ban_recruitment.jpg) no-repeat;}
		
				#index_mainbanner li#mainbanner1 a:hover{background:url(../images/ban_supply_r.jpg) no-repeat;}
				#index_mainbanner li#mainbanner2 a:hover{background:url(../images/ban_square_r.jpg) no-repeat;}
				#index_mainbanner li#mainbanner3 a:hover{background:url(../images/ban_recruitment_r.jpg) no-repeat;}

			
			#index_news{
				border-top:1px dotted #ccc;
				margin:20px 20px 10px;
			}
			
				#index_news h3{
					float:left;
					width:90px;
					height:59px;
					overflow:hidden;
					background:url(../images/lbl_news.gif) no-repeat;
					margin-bottom:20px;
				}
			
					#index_news h3 a{
						display:block;
						width:90px;
						height:59px;
						text-indent:-9999px;
						text-decoration:none;
					}
			
					#index_news h3 a:hover{background:url(../images/lbl_news_r.gif) no-repeat;}
			
				#index_news ul{
					float:left;
					width:470px;
					margin:10px 0 25px;
				}

				#index_news li{
					list-style:none;
					margin:0 0 7px;
					line-height:150%;
					font-size:90%;
					color:#666;
				}
				#index_news li a{color:#666;}
				#index_news li a:hover{color:#c00;}

				#index_news li em{
					color:#c00;
					font-style:normal;
				}
	
		#index_sidebar{
			float:left;
			width:170px;
			padding-right:20px;
		}
		
			#sidebar_banner{
				margin:0 0 40px;
			}
		
			#sidebar_banner li{
				list-style:none;
				background:url(../images/bg_banner.gif);
				width:150px;
				height:50px;
				padding:5px;
				margin:0 auto;			
			}
	

/* フッター-------------------------------- */

	#footer address{margin:0;}
	#footer p{margin:0;}




