@charset "UTF-8";

/*========================================
  KH Default Style Sheet
  Since: 2010-7-10
  Editor: Hearts Creative Kazoo
=========================================*/

/*----------------------------------------
   [ works ]
-----------------------------------------*/

#business {
	float: left;
	width: 665px;
	display: block;
	padding-left: 20px;
	color: #999;
	font-weight: lighter;
	font-size: 12px;
	line-height: 1.5em;
	margin-right: 10px;
}

#business .business_title {
	float: left;
	display: block;
	margin-bottom: 15px;
}

#business_wrapper {
	width: 665px;
	float: left;
}
#business_wrapper .menu_box {
	float: left;
	width: 665px;
	margin-bottom: 20px;
	height: 150px;
}
#business_wrapper .menu_box img {
	float: left;
	margin-right: 10px;
}
#business_wrapper .menu_box h2 {
	font-size: 14px;
	line-height: 1.5em;
	float: left;
	width: 355px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: bold;
	color: #00B101;
	display: block;
	height: 23px;
	letter-spacing: 0.1em;
}
#business_wrapper .menu_box p {
	float: left;
	width: 355px;
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: lighter;
	color: #666;
	display: block;
	height: 100px;
}
#business_wrapper .menu_box .go_page {
	display: block;
	float: left;
	height: 22px;
	width: 355px;
}
#business_wrapper .menu_box .go_page img {
	float: right;
}
