@charset "utf-8";
/* ===================================================================
CSS information

 file name  :index.css
 author     :Ability Consultant
style info  :トップページ設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* swf
----------------------------------------------------------- */
#page {
	border-top: none;
	background: none;
}


/* swf
----------------------------------------------------------- */
#index #con_swf {
	width: 100%;
	height: 469px;
	background: url(../images/bg_swf.gif) repeat-x #ebc9c9;
	padding: 3px 0 0 0;
	z-index: 1;
}

/* header
----------------------------------------------------------- */
#index #header {
	margin: -469px auto 0 auto;
	position: relative;
	z-index: 5;
}


/* #contents
----------------------------------------------------------- */
#index #contents {
	width: 100%;
	margin: 10px auto 0 auto;
	background: url(../images/bg_contents_flow.gif) no-repeat center 298px;
	position: relative;
	z-index: 10;
}


/* main
----------------------------------------------------------- */
#index #main {
	margin: 320px 0 0 0;
	padding: 0; /* common指定の上書き */
	min-height: 600px;
	background: none;
}

#index #main .line {
	width: 711px;
	height: 2px;
	margin: 10px auto;
	background: url(../images/top/ic_line_main.gif) no-repeat 0 0;
}



/* -----------------------------------------------------------
	バナー部分
----------------------------------------------------------- */
#index h2 {
	margin: 0 0 10px 0;
}

#index .con_mainbn {
	width: 740px;
	margin: 0 0 20px 0;
	overflow: hidden;
}



/* -----------------------------------------------------------
	プラン表示部分
----------------------------------------------------------- */
#index #con_plan {
	width: 740px;
	background-color: #faeaea;
}

#index #con_plan h3 {
	width: 740px;
	height: 48px;
	background: url(../images/top/bg_plan_top.gif) no-repeat left bottom;
}

#index #con_plan #plan_list {
	width: 740px;
	min-height: 500px;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
}

/* tabnav タブメニュー
----------------------------------------------------------- */
#index #con_plan ul.tabnav {
	width: 711px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/top/tab_plan.gif) no-repeat 0 0;
	border-bottom: 8px #dabfbf solid;
	text-indent: -9998px;
	overflow: hidden;
}

#index #con_plan ul.tabnav li {
	width: 160px;
	height: 30px;
	float: left;
}

#index #con_plan ul.tabnav li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

#index #con_plan ul.tabnav li.tab_plan01 a:hover,
#index #con_plan ul.tabnav li.tab_plan01 a.active {
	background: url(../images/top/tab_plan.gif) no-repeat 0 -30px;
}

#index #con_plan ul.tabnav li.tab_plan02 a:hover,
#index #con_plan ul.tabnav li.tab_plan02 a.active {
	background: url(../images/top/tab_plan.gif) no-repeat -160px -30px;
}

#index #con_plan ul.tabnav li.tab_plan03 a:hover,
#index #con_plan ul.tabnav li.tab_plan03 a.active {
	background: url(../images/top/tab_plan.gif) no-repeat -320px -30px;
}

#index #con_plan ul.tabnav li.tab_plan04 a:hover,
#index #con_plan ul.tabnav li.tab_plan04 a.active {
	background: url(../images/top/tab_plan.gif) no-repeat -480px -30px;
}


/* タブ表示部分 */
#index #con_plan #plan_list .box_tab {
	width: 691px;
	margin: 0 auto;
	padding: 10px 0 10px 25px;
	background: url(../images/top/bg_plan_main.gif) no-repeat right bottom #fff;
	overflow: hidden;
}

#index #con_plan #plan_list .box_tab .list_plan {
	width: 320px;
	margin: -1px 0 0 -1px;
	padding: 0 10px 0 0;
	border: 1px #e6cfcf solid;
	overflow: hidden;
	float: left;
}

#index #con_plan #plan_list .box_tab .list_plan .photo {
	padding: 10px;
	float: left;
}

#index #con_plan #plan_list .box_tab .list_plan .photo img {
	border: 3px #d8ceb4 solid;
}
	
#index #con_plan #plan_list .box_tab .list_plan .txt {
	padding: 10px 0 0 0;
	overflow: hidden;
	zoom: 1;
}

#index #con_plan #plan_list .box_tab .txtnav {
	clear: both;
	text-align: right;
}



/* con_pickup ピックアップ
----------------------------------------------------------- */
#index .con_pickup {
	width: 711px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	clear: both;
}

#index .con_pickup h5 {
	margin: 0 0 10px 0;
}






/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

/* 背景色表示のための高さバグ対策 */
* html #index #main {height: 600px;}
* html #index .con_plan .plan_list {height: 500px;}