@charset "utf-8";


/****************************************************************************************/
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P ゴシック", "MS P Gothic", sans-serif;
	margin-top:		20px;
	margin-right: 	0px;
	margin-bottom:	0px;
	margin-left:	0px;
	padding-top:	0px;
	padding-right:	0px;
	padding-bottom:	0px;
	padding-left:	0px;

	-webkit-text-size-adjust: 100%;

}


/****************************************************************************************/
/* メイン  */
/****************************************************************************************/
#dv_main {
	width				: 1020px;
	height				: 900px;
	margin-top			: auto;
	margin-right		: auto;
	margin-left			: auto;
	margin-bottom		: auto;
	background-color	: #FFFFFF;
	background-image	: url(../img/top_flower.jpg);
	background-repeat	: no-repeat;
	position			: relative;
}



/****************************************************************************************/
/* ヘッダー */
/****************************************************************************************/
#dv_head {
	width				: 760px;
	height				: 400px;
	padding-top			: 0px;
	padding-right		: 0px;
	padding-bottom		: 0px;
	padding-left		: 0px;
	margin-top			: auto;
	margin-right		: auto;
	margin-left			: auto;
	margin-bottom		: auto;
	position			: relative;
	border-bottom-width	: 2px;
	border-bottom-style	: solid;
	border-bottom-color	: #e2810e;
}


/****************************************************************************************/
/* ヘッダー ≫ ナビゲーション */
/****************************************************************************************/
#dv_navi {
	margin-top		: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
	margin-left		: 0px;
	padding-top		: 0px;
	padding-right	: 0px;
	padding-bottom	: 0px;
	padding-left	: 0px;
	top				: 100px;
	left			: 30px;
	position		: absolute;
}

#dv_navi h4 {
	margin-top		: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
	margin-left		: 0px;
	padding-top		: 0px;
	padding-right	: 0px;
	padding-bottom	: 0px;
	padding-left	: 0px;
	color			: #ef4908;
}

#dv_navi ul {
	margin-top		: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
	padding-top		: 0px;
	padding-right	: 0px;
	padding-bottom	: 0px;
}

#dv_navi li {
	margin-top		: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
	margin-left		: 0px;
	padding-top		: 0px;
	padding-right	: 0px;
	padding-bottom	: 0px;
	padding-left	: 0px;
}

#dv_navi a { 
	text-decoration: none; 
	color: #5c0303;
}


/****************************************************************************************/
/* ヘッダー ≫ 右の画像 */
/****************************************************************************************/
#dv_pic1 {
	margin-top		: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
	margin-left		: 0px;
	padding-top		: 0px;
	padding-right	: 0px;
	padding-bottom	: 0px;
	padding-left	: 0px;
	width			: 500px;
	height			: 250px;
	top				: 100px;
	left			: 220px;
	_left			: 350px;
	position		: absolute;
}


/****************************************************************************************/
/* レストラン紹介 */
/****************************************************************************************/
#dv_cont1 {
	width				: 760px;
	padding-top			: 30px;
	padding-right		: 0px;
	padding-bottom		: 0px;
	padding-left		: 150px;
	margin-top			: 0px;
	margin-right		: 0px;
	margin-left			: 0px;
	margin-bottom		: 0px;
}


/****************************************************************************************/
img {
	border: 0;
}

