
/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

#header-m,
#breadcrumbs-m,
#main-m{
	width: 100%;
	min-width: 800px;
	background: url(../images/back.png) left center repeat;
}


#header-in-m,
#breadcrumbs-m ol{
	margin: auto;
	width: 800px;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header-m{
	position: absolute;
	top: 30px;
	height: 76px;
	font-size: 1.3em;
}

#header-in-m{
	position: relative;
	padding-top: 17px;/*▲ページ最上部からの距離*/
}


/*●ヘッダーロゴ*/
#header-logo-m{
	position: absolute;
	top: 15px;
	width: 800px;
	height: 72px;
	background: url(../images/orn2.png) left top repeat-x;
}


/*●ヘッダーテキスト*/
#header-in-m #header-text-m{
	width: 455px;
	position: absolute;
	top: 20px;
	right: 0;
	text-align: left;
}


/*--------------------------------------------------------
パン屑ナビ
--------------------------------------------------------*/

#breadcrumbs-m{
	position: absolute;
	top: 132px;/*▲ページ最上部からの距離*/
	left: 0;
}

#breadcrumbs-m li{
	float: left;
	padding-right: 10px;
	padding-left: 15px;
	background: url(../images/icon/icon-breadcrumbs.gif) left 5px no-repeat;
	font-size: 1.2em;
	list-style-type: none;
}

/*パン屑ナビの先頭*/
#breadcrumbs-m li.first{
	padding-left: 0;
	background: none;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-m{
	padding-top: 158px;/*▲ページ最上部からの距離*/
	height: 100%;
}
