/* CSS Document */
@charset "Shift_JIS";

/*
┌body─────────────┐
│┌#menu ──────────┐│
│└─────────────┘│
│┌─#MainContents ─────┐│
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
│└─────────────┘│
│┌─#footer ────────┐│
│└─────────────┘│
└───────────────┘
*/

/* ---- 全体 ---- */
body{   
	margin: 0px;
	padding: 0px;
	text-align: center;
    background-color: #FFF;
}
body#blue{   
	margin: 0px;
	padding: 0px;
	text-align: center;
    background-color: #00b0ec;
}
* html {
    overflow: hidden;   
}
* body {
    overflow: auto;   
}
/* ======= head_menu ======= */
#menu {
    position: fixed !important;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 148px;
    background-color: #00b0ec;
	z-index:100;
}
#menu #head {
	width: 100%;
	height: 81px;
	text-align: left;
	position: relative;
	margin: 10px 15px 5px;
}
#menu #head .logo{
	float: left;
	margin-bottom:0;
}
#menu #head .attention{
	position: absolute;
	left: 335px;
	bottom: 35px;
	margin: 0;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
}
#menu #head .txt{
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin: 0;
	text-align: right;
}
#menu #head .txt a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}
#menu #head .txt a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}
#menu #head .txt a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	}
#menu #head .txt a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu li {
	vertical-align:bottom;
	display: inline;
}
/* ======= footer ======= */
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	color: #191919;
	margin-bottom: 0px;
	padding: 7px 0px 5px 0px;
}

/* ======= ページ内容部分 ======= */
#all_contents {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 148px 0px 0px 0px;
	text-align: center;
	scrollbar-arrow-color:#070A71;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#070A71;
	scrollbar-shadow-color:#070A71;
	scrollbar-track-color:#ffffff;
}
* html div#all_contents {
	height: 100%;
    overflow: auto;
	text-align: center;
	scrollbar-arrow-color:#070A71;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#070A71;
	scrollbar-shadow-color:#070A71;
	scrollbar-track-color:#ffffff;
}
#MainContents {
	width: 780px;
	min-height: 100%;
	max-height: auto;
	margin: 0px auto;
	padding: 17px 25px 10px 25px;
	text-align: center;
}
* html div#MainContents{   
	width: 780px;
	height: 100%;
	padding: 17px 0px 10px;
    overflow: auto;
}  

/* ======= ページ内容部分 おかいものページ ======= */
#MainContents_shop {
	width: 798px;
	min-height: 100%;
	max-height: auto;
	margin: 0px auto;
	padding: 10px 0px 0px;
	text-align: center;
}
*html #MainContents_shop {
	height: 100%;
    overflow: auto;
}

/* ======= clearfx ======= */
.clearfix:after { content: ""; display: block; clear: both; }
/*
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix { display: inline-block; }
*/
/* exlude MacIE5 */
/*
* html .clearfix { height: 1%; }
.clearfix {display: block;}
*/
/* end exlude MacIE5 */

