/*top*/

#top-main{
	background:url(../img/top/top-mainimg_bg.jpg) repeat-x left;
	width:100%;
	border-bottom:1px solid #CCC;
	padding:10px 0 10px 0;
	margin-bottom:25px;
}

.top-wrapper{
	width:630px;
	margin:0 auto 0 auto;
}

#top-cont-left{
	width:210px;
	float:left;
	margin-left:10px;
	margin-bottom:55px;
}
#top-cont-right{
	width:400px;
	float:right;
	margin-right:10px;
	margin-bottom:55px;
}	

#top-cont-box-wrap{
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
	}

.top-cont-box{
	width:305px;
	float:left;
	font-size:80%;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}


/*aisatsu*/

.aisatsu-left{
	width:195px;
	float:left;
}
.aisatsu-right{
	width:400px;
	float:right;
}



/*annai*/

#annai-box01{
	width:620px;
	border:1px dotted #999;
	margin:0 auto 0px auto;
	padding:15px;
	background:#FFFFE6;
	box-sizing: border-box;
}


#annnai-box2-left{
	float:left;
	width:305px;
}
#annnai-box2-left h4{
	border-bottom:1px solid #ccc;
	background:url(../img/page/annai-img04.jpg) no-repeat left 2px;
	padding:0 0 3px 25px;
	margin-bottom:10px;
	font-size:100%;
}
#annnai-box2-left dl,#annnai-box2-right dl{
	width:290px;
	margin:0 0 10px 10px;
	padding:0;
}
#annnai-box2-left dl dt,#annnai-box2-right dl dt{
	width:55px;
	margin:0 0 0 0;
	padding:3px 0 3px 0;
	float:left;
	font-size:90%;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
}
#annnai-box2-left dl dd,#annnai-box2-right dl dd{
	width:230px;
	margin:0 0 0 0;
	padding:3px 0 3px 0;
	float:left;
	font-size:90%;
	border-bottom:1px dotted #ccc;
}


#annnai-box2-right{
	float:right;
	width:305px;
}
#annnai-box2-right h4{
	border-bottom:1px solid #ccc;
	background:url(../img/page/annai-img05.jpg) no-repeat left 2px;
	padding:0 0 3px 25px;
	margin-bottom:10px;
	font-size:100%;
}
#annnai-box2-right p{
	padding:0 10px 0 10px;
}


#annai-box03{
	width:570px;
	border:1px dotted #999;
	margin:0 auto 0px auto;
	padding:15px;
	background:#F5F5F5;
	margin-bottom:10px;
}

#annai-box03 ul{
	float:left;
	width:150px;
	margin:0 0 0 35px;
	padding:0 0 0 0;
}



#annnai-seiwa-left{
	width:270px;
	float:left;
	margin-left:30px;
}
#annnai-seiwa-right{
	width:270px;
	float:right;
	margin-right:30px;
}
#annnai-seiwa-right hr{
	border:0;
	border-top:1px dotted #CCC;
	margin:10px 0 10px 0;
}

#annnai-seiwa-left p.midashi{
	background:url(../img/common/btn-icon02.png) no-repeat left 6px;
	padding:0 0 0 15px;
	font-size:90%;
}
#annnai-seiwa-left p.midashi span{
	font-weight:bold;
	margin-right:5px;
}


#annnai-seiwa-right p.midashi{
	background:url(../img/common/btn-icon02.png) no-repeat left 6px;
	padding:0 0 0 15px;
	margin-bottom:10px;
}


/*blog*/

.blog-box{
	margin-bottom:65px;
	background:url(../img/common/blog-line.jpg) repeat-x left bottom;
	padding:0 20px 40px 20px;
}

.blog-date{
	border-bottom:1px dotted #CCC;
	background:url(../img/common/blog-datebg.jpg);
	padding:3px 0 3px 0;
	margin-bottom:10px;
}
.blog-date-left{
	width:60%;
	float:left;
}
.blog-date-left p{
	background:url(../img/common/blog-dateicon.jpg) no-repeat 5px 3px;
	padding:0 0 0 30px;
}
.blog-date-right{
	width:40%;
	float:right;
}




/*price*/

.price-table{
	width:600px;
	margin:0 auto 0 auto;
}
.price-table table{
	border:1px solid #CCC;
	width:100%;
}
.price-table table th{
	border:1px solid #CCC;
	padding:5px;
	background:#E1E1E1;
	width:15%;
}
.price-table table td{
	border:1px solid #CCC;
	padding:5px;
	text-align:center;
}
.price-table table td.title{
	background:#F6F6F6;
	font-weight:bold;
}




#page-info{
	background:url(../img/common/page-info-bg.jpg) repeat-x left bottom;
	border:1px solid #CCC;
	padding:30px 0 30px 0;
}


.contact-table th{width:250px;background:#f3f3f3;border:1px solid #ccc;padding:10px;}
.contact-table td{border:1px solid #ccc;width:400px;padding:10px;}



/* １日の流れ */
table.schedule-table01 th {
    background-color: #f5f5f5;
}
table.schedule-table01 td {
    padding: 0.3em 1em;
}

/* タイトル */
h2.title_blue_border {
    background: #f5f5f5;
    padding: 10px;
    font-size: 20px;
    border: solid 1px #ddd;
    border-radius: 5px 5px 0 0;
    border-bottom: solid 5px #43a8d7;
}