#spot{
	padding: 10px;
	text-align: center;
	font-weight: lighter;
}

/*左側*/

#homeLeft {
   float: left;
   width: 350px;
   margin-right: 5px;
}

/*右側Wrap*/

.RightWrap {/*右側最大625px*/
	float: left;
	width: 625px;
}
#homeCenter {
	float: left;
	width: 430px;/*計435px*/
	margin-right: 5px;
}
#homeRight {
	float: left;
	width: 190px;/*計190px*/
}

/*blk*/

#home .blk_ttl{
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	color: #003399;
	background: url(/_data/images/home/div_ttl_bg.jpg);
}
#home .blk{
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*タグ*/

#home p{
	padding: 0px;
	margin: 0px;
}
#home ul{
	padding: 0px;
	margin: 0px;
}
#home li{
	background-image: url(/yado/gif/i_folder.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type: none;
	line-height: 18px;
}

/*ピックアアップ*/

#home table.pr{
	border-spacing: 5px;
}
#home .pr th {/*エリア名*/
	font-size: 10px;
	color: #039;
	background: url(/images/illustration/pr_images/ttl_bg.png) no-repeat center center;
	text-align: center;
	height: 25px;
	width: 115px;
	margin: 0px;
	padding: 0px;
}
#home .pr td {
	width: 115px;
	vertical-align: top;
}
#home .pr p{
	font-size: 10px;
}
#home .pr .photo{
	text-align: center;
}
#home .pr .photo img{/*25の3:4*/
	height: 75px;
	width: 100px;
}
#home .prcm{
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*エリア*/

#area {
	background-color: #FFFFFF;
}
#area th{
	background-color: #CBDBF4;
	text-align: center;
	width: 40px;
}
#area td{
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px;
}
#area .ken_div{
	background-image: url(/_data/images/home/ken_bg.jpg);
	border: 1px solid #CCCCCC;
	height: 25px;
	line-height: 25px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#area .ken{
	font-size: 14px;
	font-weight: bold;
}
#area .area_div{
	width: 130px;
	float: left;
	margin: 5px;
	font-size: 10px;
}
.area_div a:link, .area_div a:visited{
	font-size: 12px;
}

/*地図*/

#home .map{
	text-align: center;
}
#mapdiv a:link{
	color: #0000FF;
}

/*----------boxlist homeとlist.php  ----------*/

.boxlist{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	display: block;
}
.boxlist .inside{
	margin: 2px;
	padding: 5px;
	height: 230px;
	display: block;
	border: 1px solid #CCC;
	background: url(/_data/images/home/ken_bg.jpg) repeat-x;
}
.boxlist .name{
	font-size:14px;
	font-weight: bold;
	padding-left: 15px;
	background: url(/chiba-cottage/images/illustration/home_images/ya.png) no-repeat 0px 5px;
	display: block; /* ブロック化 */
	height: 14px;
}


/*---------- 画像のトリミング http://phpspot.org/blog/archives/2008/02/cssoverflow.html ----------*/

div.clipwrap {
	display: block; /* ブロック化 */
	height: 120px;
	margin-top: 10px;
}

p.clip {
	position: relative;
	top: 0;
	left: 0;
}

p.clip img {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(0px 170px 120px 0px);
}

