@charset "Shift_JIS";

/*============================================================
//  多目的スペース
//==========================================================*/

/*=============タイトル=============*/

#space {
	width:730px;
	margin-bottom:25px;
}

#space .title-box{
	width:730px;
	margin-bottom:15px;

}

#space .title-box h2{
	width:540px;
	height:123px;
	background : url(/space/image/title.jpg) no-repeat;
	text-indent:-9999px;
	margin-bottom:15px;
	float:left;
}

#space .title-box h3{
	width:190px;
	height:123px;
	background : url(/imgcommon/icon_reserve.gif) no-repeat;
	text-indent:-9999px;
	float:right;
}

/*=============メイン=============*/

#space .main{
	width:495px;
	float:left;
}

#space .main .photo01{
	width:493px;
	margin-bottom:15px;
}

#space .main .photo01 img{
	border:1px solid #CCCCCC;
}

#space .main .message {
	width:495px;
	height:160px;
	background : url(/imgcommon/in_message.gif) no-repeat;
	margin-bottom:15px;
}

#space .main .message p{
	font-size:12px;
	color:#333333;
	line-height:160%;
	padding:15px 150px 0 10px ;
}

#space .main .message span{
	font-size:12px;
	color:#9B306A;
}

#space .main .photo02{
	width:292px;
	float:left;
	margin-bottom:15px;
}

#space .main .photo02 img{
	border:1px solid #CCCCCC;
}

#space .main .spec{
	width:190px;
	font-size:12px;
	color:#666666;
	line-height:140%;
	float:right;
}

#space .main .tel {
	width:355px;
	height:54px;
	background : url(/imgcommon/in_tel.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}

#space .main .map {
	width:70px;
	height:54px;
	background : url(/imgcommon/btn_in_map.gif) no-repeat;
	text-indent:-9999px;
	float:right;
}

#space .main .map a{
	display:block;
	width:70px;
	height:54px;
	text-indent:-9999px;
	background : url(/imgcommon/btn_in_map.gif) no-repeat;
	overflow:hidden;
}

#space .main .map a:hover {
	background : url(/imgcommon/btn_in_map.gif) no-repeat;
}

