@charset "shift_jis";

/**
 * ヘッダ書き換え
 */

	#header {
		background:url(../images/venture/bg_header.gif) repeat-x left top;
	}
	#header div.cwrapper {
		background:url(../images/venture/bg_header.gif) repeat-x left top;
	}
	#header p.header-caption {
		background:url(../images/venture/header_caption.gif) no-repeat left top;
	}
	#header h1 a {
		background:url(../images/venture/logo.gif) no-repeat left top;
	}
	#header .keyvisual {
		float: left;
		width: 333px;
		margin: 0px;
		text-align: left;
	}

/**
 * コンテンツ書き換え
 */

/**
 * ローカルナビゲーション
 */

/* dt基本 */
	#nav dt {
		background:url(../images/venture/bg_caption.gif) repeat-x left center;
	}

/* a */
#body #nav dd a{
	color:#336600;
}
#body #nav dd a:hover{
	background-color:#D5E5B6;
}

/* 登録 */
	#nav #nav-venture-regist a{
		display:block;
		width:167px;
		height:83px;
		background:url(../images/venture/btn_regist.gif) no-repeat left top;
		text-indent:-9999px;
	}
	#nav #nav-venture-regist a:hover{
		display:block;
		width:167px;
		height:83px;
		background:url(../images/venture/btn_regist_on.gif) no-repeat left top;
		text-indent:-9999px;
	}

/* 事業プラン */
	#body #nav dt#nav-plan {
		height: 24px;
		background: url(../images/venture/nav_plan.gif) no-repeat left top;
		text-indent: -9999px;
	}

/* 地域別 */
	#body #nav dt#nav-area {
		height: 24px;
		background: url(../images/venture/nav_area.gif) no-repeat left top;
		text-indent: -9999px;
	}

/* 相談受付 */
	#body #nav dt#nav-consultation {
		height: 24px;
		background: url(../images/venture/nav_consultation.gif) no-repeat left top;
		text-indent: -9999px;
	}

/* 交流会 */
	#body #nav dt#nav-meeting {
		height: 24px;
		background: url(../images/venture/nav_meeting.gif) no-repeat left top;
		text-indent: -9999px;
	}

/* 概要 */
	#body #nav dt#nav-outline {
		height: 24px;
		background: url(../images/venture/nav_outline.gif) no-repeat left top;
		text-indent: -9999px;
	}
	/* 新サービス */
	#body #nav dt#nav-new-service {
		height: 24px;
		background: url(../images/venture/nav_new_service.gif) no-repeat left top;
		text-indent: -9999px;
	}
	/* 便利サービス */
	#body #nav dt#nav-useful-service {
		height: 24px;
		background: url(../images/venture/nav_useful_service.gif) no-repeat left top;
		text-indent: -9999px;
	}


/**
 * タイトル
 */

/* 見出し */
	#contents .caption {
		width: auto;
		height: 26px;
		margin: 0px auto 10px;
		padding: 4px 0px 0px 10px;
		vertical-align: middle;
		background: url(../images/venture/bg_caption.gif) repeat-x left top;
		color: #ffffff;
	}
	
/**
 * パッダー
 */
 #contents .padder-nakamura{
 	padding-left:7.6em;
 
 }
