/* -------------------------------------------- *
 * ヘッダー                                     *
 * -------------------------------------------- */

#header {
	width: 780px;
	border-right: 1px solid #f2e7cb;
	border-left: 1px solid #f2e7cb;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 563px;
	top: 20px;
}

/* 「お気軽にお問い合わせください」テキスト */
#header span {
	position: absolute;
	left: 563px;
	top: 39px;
}


/* -------------------------------------------- *
 * 上部メニュー                                 *
 * -------------------------------------------- */

#menu {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}
#menu ul {
	height: 35px;
	width: 780px;
}
#menu li {
	float: left; /* ボタンを横並び */
}


/* -------------------------------------------- *
 * 一番大きい全体ボックス                       *
 * -------------------------------------------- */

@media screen {
#allbox_bg {
	background-image: url(../images/allbox_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	behavior: expression(IEPNGFIX.fix(this));
}
}


/* -------------------------------------------- *
 * 上部メニュー                                 *
 * -------------------------------------------- */

/* 左・右ボックス収納用 */
@media screen {
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;

	behavior: expression(IEPNGFIX.fix(this)); /* IE6.0で透過pngを利用させる */
}
#container:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #container { 
	height: 1px;
	overflow: visible;
}
/**/
}

/* -------------------------------------------- *
 * 左ボックス                                   *
 * -------------------------------------------- */

/* 外枠 */
#left {
	float: left;
	width: 200px;
	padding-left: 11px;
	padding-right: 4px;
}

/* 内枠 */
#left #left_inbox {
	width: 180px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #f4eaf5;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 40px;
}

/* 各タイトル */
#left #left_inbox h4 {
	margin-top: 12px;
	margin-bottom: 10px;
}

/* テキストに反映 */
#left #left_inbox p.left_text {
	line-height: 1.4;
	padding-bottom: 10px;
	padding-left: 17px;
	background-image: url(../images/left_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

/* 地図テキストのみ反映 */
#left #left_inbox p#map_text {
	line-height: 1.4;
	padding-bottom: 13px;
	padding-left: 12px;
	font-size: 11px;
}

/* 「お問い合わせはこちらから」ボタン */
#left #left_inbox #inquiry {
	background-image: url(../images/left_inquirybg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 31px;
	width: 170px;
	margin-top: 6px;
	padding: 5px 5px 11px;
}

/* QRコード */
#left #left_inbox #qrcode {
	line-height: 1.1;
	position: relative;
	height: 100px;
}
#left #left_inbox #qrcode p {
	position: absolute;
	left: 94px;
	top: 10px;
}


/* -------------------------------------------- *
 * 右ボックス                                   *
 * -------------------------------------------- */

/* 外枠 */
#right {
	float: right;
	width: 553px;
	padding-left: 12px;
	background-image: url(../images/right_topbg.gif);
	background-repeat: no-repeat;
	background-position: 12px 0px;
	padding-top: 64px;
}


/* -------------------------------------------- *
 * フッター                                     *
 * -------------------------------------------- */

#footer {
	font-size: 12px;
	line-height: 40px;
	color: #ffffff;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	height: 40px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.clear {
	clear: both;
}
/* 右下のバラ */
#foot_rose {
	position: absolute;
	right: 0px;
	bottom: 100%;
}
.mb_10px {
	margin-bottom: 10px!important;
}
#header #pageprint {
	position: absolute;
	top: 85px;
	line-height: 16px;
	height: 16px;
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
	left: 563px;
}
#header #pageprint a {
	color: #666666;
	text-decoration: none;
}
#header #pageprint a:hover {
	text-decoration: underline;
	color: #265174;
}
.mb_100px {
	margin-bottom: 100px!important;
}
.mb_40px {
	margin-bottom: 40px!important;
}
