@charset "UTF-8";


/******************************************************************************

        BASE CSS

******************************************************************************/

#dmy ul{ list-style-type:none;}

/*---------------------
	Global Reset
---------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,
pre,form,fieldset,input,textarea,table,th,td,img
  {
  margin:0;padding:0;
  font-style:normal; font-weight:normal;
  text-decoration:none;
  }
h1,h2,h3,h4,h5,h6,th 	{ font-size:100%; font-style:normal; margin:0; padding:0; font-weight:normal;}  
p				{
	border:none;
	line-height: 1.6em;
	color: #300;
}
a				{ border:none;}
img 			{ border:none; vertical-align:top;}
table  {
	border-collapse:collapse;
}
/*--------------------
		clearfix
---------------------*/
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix		{ display:inline-block;}
/* Hides from MacIE \*/
*html .clearfix { height:1%;}
.clearfix 		{ display:block;}
/* End hide from MacIE */

/*-------------------------------------------------------------------------
								body
-------------------------------------------------------------------------*/

html{ overflow-y:scroll;}  
   
body{
	color:#333;
	text-align:center;
	background-color: #FFC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

/*-------------------------------------------------------------------------
								link
-------------------------------------------------------------------------*/
a			{
	color:#00F;
	text-decoration: none;
}
a:visited	{
	color:#00F;
	text-decoration:none;
}
a:hover		{
	color:#F30;
	text-decoration:underline;
}
a:active	{
	color:#F30;
	text-decoration:underline;
}

/*-------------------------------------------------------------------------
							wrapper
-------------------------------------------------------------------------*/

#wrapper{
	text-align:center;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../image/morinomarch_img/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
	}
		
/*-------------------------------------------------------------------------
								header
-------------------------------------------------------------------------*/
#header	{
	position:relative;
	width:920px;
	height:60px;
	background-image: url(../image/morinomarch_img/header.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	}
h1{
	text-align:center;
	font-size:12px;
	color:#090;
	position: absolute;
	top: 20px;
	left: 40px;
	}

#logo01{
	position:absolute;
	top:25px;
	left:50px;
}
.navi_sub{
	position: absolute;
	top: 20px;
	right: 35px;
}
.navi_sub li{
	float:left;
	list-style-type:none;
}


.navi{
	width:880px;
	height:45px;
	bottom: 15px;
	position: absolute;
	margin-left: 10px;
	left: 0px;
}
.navi li{
	list-style-type:none;
	margin-left: 20px;
	float: left;
	margin-right: 0px;
	display: inline;
}

/*-------------------------------------------------------------------------
								content
-------------------------------------------------------------------------*/

#content{
	width:920px;
	height:auto;
	text-align:left;
	background-image: url(../image/morinomarch_img/cotents.gif);
	background-repeat: repeat-y;
 	}
#content_top{
	width:920px;
	background-image: url(../image/base_img/content_top.jpg);
	background-repeat: no-repeat;
	}
#content_bottom{
	width:920px;
	height:30px;
	background-image: url(../image/base_img/content_bottom.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	}
#contents{
	margin-right: 40px;
	margin-left: 20px;
	text-align: left;
	margin-top: 20px;
	}		
#topimage{
	width:880px;
	height:300px;
	background-image: url(../image/index_img/top_img.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	}
#pageimage{
	width:880px;
	height:120px;
	margin-right: auto;
	margin-left: auto;
	}

/*-------------------------------------------------------------------------
								sub
-------------------------------------------------------------------------*/

#sub {
	float:left;
	width:231px;
	height:auto;
	}

#nav{
	padding:8px 5px 10px 5px;
	margin-bottom:10px;
	background:url(../img/base/menu/dotborder.jpg) no-repeat bottom;
	}
#nav li{ list-style:none;}



/*-------------------------------------------------------------------------
								main
-------------------------------------------------------------------------*/

#main{
	float:right;
	width:610px;
	line-height:1.6;
	background-color: #FFF;
	text-align: left;
	}
#hedding{
	position:relative;
	width:622px;
	height:135px;
	margin-bottom:30px;
	background:url(../img/base/hedding.jpg) no-repeat;
	}
#hedding h1{ position:absolute; top:6px; left:6px;}
#back{ position:absolute; top:113px; right:4px;}
#heddingP{ position:absolute; top:112px; left:3px;}

.commonBox { margin-top:1px; padding:15px; background:#D1EFF5; border-bottom:2px solid #28AEC9;}
.commonBoxB{ margin:1px 0 20px 0; padding:15px; background:#D1EFF5; border-bottom:2px solid #28AEC9;}
#main_l{
	float:left;
	width:350px;
	line-height:1.6;
	}
#main_r{
	float:right;
	width:240px;
	line-height:1.5;
	font-size: 0.9em;
	}
/*-------------------------------------------------------------------------
								footer
-------------------------------------------------------------------------*/

#footer{
	clear:both;
	text-align:center;
	background-image: url(../image/base_img/footer_img.gif);
	background-repeat: repeat-x;
	height: 120px;
	}
#footer_center{
	text-align:center;
	background-image: url(../image/base_img/footer_rogo.gif);
	background-repeat: no-repeat;
	height: 110px;
	padding-top: 10px;
	background-position: center;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	}
address{
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	margin-top: 70px;
}
#footer p {
	font-size: 13px;
	color: #6C0;
}
#footer p a {
	color: #6F6;
}
/*-------------------------------------------------------------------------
								contents
-------------------------------------------------------------------------*/
.title_img {
	text-align: center;
	margin-bottom: 20px;
}
table.profile {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.profile_flame {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
}
.profile_flame p {
}
tr.price01 td {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 0px;
	color: #060;
}
tr.price02 td {
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	color: #900;
}
table.menu01 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
table.menu02 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
td.w250 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #090;
	width: 240px;
	padding-top: 8px;
	padding-left: 10px;
	color: #060;
	margin-left: 5px;
	font-weight: bold;
	font-size: 0.95em;
}
td.w150 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #090;
	padding-top: 8px;
	padding-left: 10px;
	color: #900;
	font-weight: bold;
}
td.fukidasi {
	padding: 5px;
	width: 250px;
}
.m20 {
	margin-top: 20px;
}
.back {
	background-color: #FFC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #C63;
	width: 860px;
}
.back01 {
	background-color: #FFC;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../image/morinomarch_img/div_back.gif);
	background-repeat: repeat;
}
.title_30 {
	margin-left: 30px;
	margin-top: 20px;
}
table.craft {
	margin-right: auto;
	margin-left: auto;
}
table.craft tr td {
	padding: 5px;
}
td.craft_text p {
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.6em;
}
.schedule {
	background-color: #FC9;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid #F63;
	width: 600px;
	text-align: left;
}
.schedule p {
	margin-bottom: 10px;
}
.schedule ul li {
	margin-bottom: 10px;
	margin-left: 30px;
}
.m50 {
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.add {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.back_under {
	background-image: url(../image/morinomarch_img/div_back_under.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 860px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
.news {
	margin-top: 20px;
	margin-right: 80px;
	margin-left: 80px;
}
.news h2 {
	font-size: 120%;
	font-weight: bold;
	color: #F30;
}
.menu01 tr td img {
	border: 1px solid #FFF;
}
.bakery_hanbai {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #690;
}
.menu02_text {
	font-size: 12px;
	margin-right: 140px;
	margin-left: 140px;
	text-align: right;
	margin-top: 10px;
	color: #C90;
}
.pagetop {
	font-size: 12px;
	background-image: url(../image/page_img/pagetop.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-left: auto;
	background-position: 0px 4px;
	margin-top: 20px;
	width: 100px;
	margin-right: auto;
}
.indent {
	margin-top: 20px;
	margin-right: 70px;
	margin-bottom: 10px;
	margin-left: 70px;
	text-indent: -32px;
	font-size: 16px;
}
.red {
	color: #F00;
}
.bread {
	border: 2px dashed #F30;
	margin-top: 40px;
	margin-left: 60px;
	margin-right: 60px;
	vertical-align: middle;
	padding: 5px 40px 0px;
	text-align: left;
}
.bread img {
	border: 1px solid #FFF;
	vertical-align: middle;
}
.textarea {
	border: 1px solid #FFF;
	float: right;
	vertical-align: middle;
}
.green {
	font-weight: bold;
	color: #060;
}
.price_red {
	color: #900;
	font-weight: bold;
}
.bread th {
	text-align: center;
	padding: 10px;
}
.center {
	text-align: center;
}#wrapper #content .back01 .menu01.center {
	width: 650px;
}
