@charset "utf-8";


body{
	background: #f5f2ed;
	text-align: left;
	line-height: 1.8;		
}

div#wrapper{
	margin: 0 auto;
	width: 960px;
	padding: 30px 10px;
	background: #fff;
	border-top: 5px solid #feafad;
	border-left: 1px solid #e5e5e3;
	border-right: 1px solid #e5e5e3;	
}


/* ヘッダー */

div#header_text {
	width: auto;
	background: #3F3F3F;
	padding: 3px;
}

div#header_text h1 {
	width: 960px;
	margin: 0 auto;	
	text-align: left;
	color: #fff;	
}


div#header_title {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}


/*-------------------------------------*/


div#main_contents{
	width: 940px;
	margin: 10px auto 0px;
	text-align: left;
	background: #fff;
}


/* 下宿情報 */


	div.clearfix{
		margin-bottom: 10px;
	}


	div#house_data{
		float: left;
	}

	div#house_data strong{
		font-weight: bold;
		font-size: 13px;
		margin: 0px 0px 8px;
		padding: 2px 16px;
		display: block;
		font-size: 14px;
		background: url(../images/border.gif) no-repeat 0 0;
	}

	div#house_data dl{
		width: 640px;
		margin-bottom: 26px;
		border-bottom: 1px solid #ddd;
	}

	div#house_data dl dt,
	div#house_data dl dd{
		padding: 10px 0;
		border-top: 1px solid #ddd;
	}

	div#house_data dl dt{
		float:left;
		width:100px;
		clear:both;
		padding-left: 10px;
		background: url(../images/bg_border.gif) repeat 0 0;
	}

	div#house_data dl dd{
		width:510px;
		margin-left:100px;
		padding-left: 20px;
		border-left:1px solid #ddd;
	}



/* 写真 */
	div#photo_box{
		float: right;
		width: 250px;
	}

	div#photo_box ul{}
	div#photo_box ul li{
		margin-bottom: 15px;
	}
	

/* おばさん */
	div#ryoubo_data {
		margin: 10px 0px 30px;
		width: 940px;
		height: 162px;
		background: url(../images/ryoubo.png) no-repeat 0 0;
	}
	
	div#ryoubo_text {
		padding: 30px 200px 0px 30px;
	}	
	
	
	

/* マップデータ */

	div#map_data {
		margin-top: 0px;
		height: 360px;
	}

	div#map_data strong{
		font-weight: bold;
		font-size: 13px;
		margin: 0px 0px 5px;
		padding: 2px 16px;
		display: block;
		font-size: 14px;
		background: url(../images/border.gif) no-repeat 0 0;
	}

	div#google_map {
		float: left;
		margin: 20px 0px;
		height: 300px;
	}

	div#kinrin_data {
		float: left;
		width: 460px;
		margin: 20px 30px;
	}

	div.d_data {
		margin-bottom: 2px;
		border-bottom: #feafad 3px solid;
		width: 100px;
	}

	div.s_data {
		margin-top: 10px;
		margin-bottom: 2px;
		border-bottom: #feafad 3px solid;
		width: 100px;
	}





/* フッター */

	div#footer{
		background: #000;
		text-align: center;
		clear: both;
	}

	div#footer p#copyright{
		text-align: center;
		padding: 10px;
		color: #fff;
		font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
	}