@charset "utf-8";
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	.con_flash
----------------------------------------------------------- */
.con_flash {
	margin:0 auto;
	width:950px;
	height:420px;
	background:#fff;
}



/* -----------------------------------------------------------
	.con_appeal		アピールバナー
----------------------------------------------------------- */
#homepage .con_appeal {
	margin-bottom:20px;
	width:700px;
	overflow:hidden;
}

#homepage .con_appeal h2 {
	margin-bottom:20px;
}

#homepage .con_appeal ul li {
	margin-bottom:20px;
	font-size:0;
	line-height:0;
}



/* -----------------------------------------------------------
	.con_packages		プランコンテンツ
----------------------------------------------------------- */
#homepage .con_packages {
	margin-bottom:40px;
	width:700px;
	overflow:hidden;
}

#homepage .con_packages h2 {
	margin-bottom:20px;
}

/* プランコンテンツ */
#homepage .con_packages table {
	width:700px;
	background:url(../images/home/bg_redline.gif) 0 0 repeat-y;
}

#homepage .con_packages table th {
	margin-bottom:20px;
}

#homepage .con_packages table td {
	vertical-align:top;
	background:url(../images/home/bg_greyline.gif) right bottom no-repeat;
}


#homepage .con_packages table td.img_pack {
	padding:20px 0 16px 20px;
	background:url(../images/home/bg_imgpack.gif) 0 0 no-repeat;
}

#homepage .con_packages table .mrg {
	width:30px;
	background:none;
}

#homepage .con_packages table td.bdr {
	border-left:2px solid #942020;
}

/* BOX パック */
#homepage .con_packages .box_pack {
	margin:0 0 0 auto;
	padding:10px 0 10px 15px;
	width:320px;
	overflow:hidden;
}

#homepage .con_packages .box_pack .img_pack {
	padding:4px;
	float:left;
	background:url(../images/home/bg_pack.gif) 0 0 repeat;
}

#homepage .con_packages .box_pack .img_pack img {
	border:1px solid #fff;
}

#homepage .con_packages .box_pack .con_r {
	width:185px;
	float:right;
}

#homepage .con_packages .box_pack .con_r .price {
	text-align:right;
	font-weight:bold;
	color:#993333;
}



/* -----------------------------------------------------------
	.con_news		新着情報
----------------------------------------------------------- */
#homepage .con_news {
	margin-bottom:40px;
	width:700px;
	overflow:hidden;
}

#homepage .con_news h2 {
	margin-bottom:20px;
}

/* BOX */
#homepage .con_news .box_news {
	/*padding:15px;
	height:220px;*/
	overflow:auto;
	/*border:5px solid #eee;*/
}

#homepage .con_news .box_news dl {
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}

#homepage .con_news .box_news dl dt {
	width:460px;
	float:left;
}

#homepage .con_news .box_news dl dd {
	float:right;
}

#homepage .con_news .box_news dl dd img {
	border:3px solid #c9caca;
}


/* -----------------------------------------------------------
	.con_info		掲載情報
----------------------------------------------------------- */
#homepage .con_info {
	margin-bottom:20px;
	width:700px;
	overflow:hidden;
}

#homepage .con_info h2 {
	margin-bottom:20px;
}

#homepage .con_info ul {
	width:700px;
	overflow:hidden;
}

#homepage .con_info ul li {
	margin-bottom:20px;
	width:700px;
	font-size:0;
	line-height:0;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

* html #homepage .con_news .box_news dl {
	zoom:1;
}

