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

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



#homepage{
	margin:0 auto;
	overflow:hidden;
}

/* #flash
----------------------------------------------------------- */
#flash{
	border-top:5px solid #362B25;
	background-color:#FFF;
	height:350px;
	/*width:950px;*/
	overflow:hidden;
	/*margin:20px auto 0;*/
	/*left:50%;*/
	margin-left:-65px;
}





.raku_bn{
	margin-bottom:20px;
}
/*-----------------------------------------------------------
	#main #osusume_plan 人気プラン
----------------------------------------------------------- */

#osusume_plan{
	width:644px;
	padding-right:20px;
	margin-bottom:30px;
}

#osusume_plan a{
	font-size:12px;
}

#osusume_plan a:link{
	color:#D1BC95;
}

#osusume_plan a:visited {
	color:#D1BC95;
}

#osusume_plan a:hover {
	color:#FFFFFF;
}

#osusume_plan a:active {
	color:#D1BC95;
}


.txt_best3{
	float:left;
	text-indent:-9999px;
}

#osusume_plan .st_best{
	background:url(../images/home/st_best3.gif) no-repeat;
	height:40px;
}

.st_best .btn_toallplan{
	float:right;
	width:95px;
	padding-right:30px;
	padding-top:10px;
}

#osusume_plan .plan_set{
	padding:0 5px 0;
	background:url(../images/home/bg_best3.gif) repeat-x #1B1004;
	min-height:250px;
	height:auto !important;
	height:250px;
	overflow:hidden;
	width:634px;
}

#osusume_plan .plan{
	width:190px;
	float:left;
	padding:20px 10px;
	color:#FFF;
	position:relative;
	display:inline;

}

#no1{
	position:absolute;
	top:13px;
	left:2px;
}

#no2{
	position:absolute;
	top:13px;
	left:2px;
}

#no3{
	position:absolute;
	top:13px;
	left:2px;
}



#osusume_plan .planimg img{
	border:#666 1px solid;
	margin-bottom:10px;
}

#osusume_plan .planhr{
	background:url(../images/home/bg_best3-hr.gif) right no-repeat;
}


/*-----------------------------------------------------------
	#main .wamodern-iseebi　和モダン＋伊勢海老プラン
----------------------------------------------------------- */

.wamodern-iseebi{
	clear:both;
	overflow:hidden;
}

.wamodern-iseebi p{
	width:310px;
	float:left;
	margin:10px 20px 0 0;
}


/*-----------------------------------------------------------
	#main .pickup ピックアップコンテンツ
----------------------------------------------------------- */
.pickup .st_pickup{
	margin:30px 0 20px;
}

.pickup p.con{
	width:320px;
	float:left;
	margin:5px;
}

.pickup a img{
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
  	opacity:0.85;
}

.pickup a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
  	opacity:1.00;
}

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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

=======================================*/
* html {}