@charset "UTF-8";


/*--------------
	Target
	index.html
--------------*/


/* ---------------------- <<< top HEADER >>> ------------------------- */
#header_top {
	height: 78px;
}
		
/* ---------------------- <<< top CONTENT >>> ------------------------- */
#content {
	width: 760px;
}
				
		div.top_menu {
			width: 760px
			height: 121px;
			padding: 18px 0px 35px 0px;
		}
								
/* ---------------------- <<< left_box / right_box >>> ------------------------- */
#left_box {
	width:400px;
	float: left;
}

#right_box {
	width:336px;
	float: right;
}
/* ---------------------- <<< left_box >>> ------------------------- */
		#left_box td.new_info {
			width:268px;
			height:21px;
			vertical-align: top;
		}
		
		td.new_list {
			height:21px;
			vertical-align: bottom;
		}
		
		ul.new_list {
			width:380px;
			padding: 15px 0px 15px 20px;
			list-style: none;
		}
		
				ul.new_list li.day {
					list-style-image: url(../img/top/icon.gif);
				}
				
				ul.new_list li.title {
					list-style-type: none;
				}

/* ---------------------- <<< right_box >>> ------------------------- */
		#right_box ul.banner { list-style: none;}
		
		#right_box li.r_car {
			padding-bottom: 5px;
		}

		#right_box li.r_shop {
			padding-bottom: 5px;
			float: left;
		}

		#right_box li.r_profile {
			padding-bottom: 5px;
			float: left;
		}

		#right_box li.r_recruit {
			padding-left: 0px 0px 0px 12px;
			float: right;
		}


#shinsai {
	width:366px;
	margin-bottom:20px;
	padding:10px 15px;
	border:2px solid #999;
}
