@charset "utf-8";

/* トップページのスタイル */

/* div#vidualtop */

div#vidualtop {
	width: 867px;
	height: 343px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/vidual_summer.jpg);
	background-repeat: no-repeat;
  }

div#vidualtop h2 {
	padding-top: 80px;
	padding-left:450px;
	font-size: 12px;
	color: #551A00;
  }

div#vidualtop p {
	margin-left:450px;
	margin-right: 20px;
	font-size: 12px;
	line-height: 1.3em;
	color: #551A00;
  }

div#vidualtop img {
	margin-left:450px;
	margin-right: 20px;
	margin-top: 10px;
  }

/* 特集コーナー */

.special {
	margin-bottom:10px;
}

.special_left {
	width:310px;
	float:left;
}

.special_right {
	width:310px;
	float:right;
}

/*  toppage  */  

.plan01 {
	float: left;
	width: 208px;
	margin-bottom: 3px;
	height: 96px;
	background: url(img/plan01.jpg) no-repeat;
  }

.plan02 {
	float: left;
	width: 208px;
	margin-bottom: 3px;
	height: 96px;
	background: url(img/plan02.jpg) no-repeat;
  }
  
.plan03 {
	float: left;
	width: 208px;
	margin-bottom: 3px;
	height: 96px;
	background: url(img/plan03.jpg) no-repeat;
  }
  
.plan04 {
	float: left;
	width: 208px;
	margin-bottom: 3px;
	height: 96px;
	background: url(img/plan04.jpg) no-repeat;
  }
  
.plan05 {
	float: left;
	width: 208px;
	margin-bottom: 3px;
	height: 96px;
	background: url(img/plan05.jpg) no-repeat;
  }

.plan06 {
	float: left;
	width: 208px;
	margin-bottom: 3px;
	height: 96px;
	background: url(img/plan06.jpg) no-repeat;
  }


p.detail {
	width:91px;
	padding-left: 7px;
	padding-top: 35px;
	font-size: 11px;
	color: #473127;
	float: left;
	}

.goplan {
    display: block;
	width: 93px;
	height: 20px;
	float: right;
	margin: 71px 7px 5px 0px;
  }

/*  厳選グループプラン div#topplan */

div#topplan .img{
width:150;
height:120;
padding:1px;
border:1px solid #999999;
float:left;
}
div#topplan .pickup{
border:1px solid #FF3300;
padding:1px 3px 1px 3px;
color:#FF3300;
margin-bottom:4px;
}
div#topplan .arow{
margin-right:3px;
}
div#topplan .yado {
float: left;
width: 312px;
margin-bottom: 3px;
padding:6px 0px 6px 0px;
height:120px;
background: url(img/top_yado_bg.gif) no-repeat;
}
div#topplan p{
width:144px;
font-size: 12px;
color: #473127;
padding:0px;
float:left;
padding:3px 3px 0 8px;
}
