@charset "utf-8";
/* CSS Document */



/* **************Index.html CSS*************** */

#body{

}
h2{
	font-size:0;
	line-height:100%;
	text-indent:-9999px;
	height:33px;
	margin:0 0 5px;
	background:url(../images/title_plan.gif) no-repeat 0 0;
}
.list{
	text-align:right;

}
/* StayPlan */
.plan{
	height:100%;
	font-size:0.9em;
	border-bottom:1px dotted #c7c7c7;
	margin:10px 0 0;
}
.p_photo{
	width:192px;
	float:left;
}
.p_photo img{
	padding:4px;
	border:1px solid #cfcfcf;
	margin:0 0 10px;
}
.plan div{
	width:443px;
	float:right;
	margin:0 0 10px;
}
.title{
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 3px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.plan div table{
	width:100%;
	border-collapse:collapse;
	margin:5px 0 0;
}
.plan div table td{
	border:1px solid #c7c7c7;
}
.td01{
	font-weight:bold;
	text-align:center;
	background-color:#efefef;
}
/* DayPlan */
.day{
	height:100%;
	margin-top:20px;
}
.day p{
	width:315px;
	float:left;
	margin-top:10px;
}
.mg{
	margin-left:15px;
}

#iten{
	width:900px;
	margin:40px auto 0;
	font-size:0.9em;
}
#iten p{
	text-align:center;
	padding:0 0 5px;
}


