/* colors 
 * 73880b dark green
 * f4ffd2 light green
 * 69ab2b bright green (links & headers)
 * daf095 med green sidebar backgrounds, header nav
 * 50AAB5 blue for hovers..
*/

/* HTML Tag Redefinition */
*{ 
    margin:0;padding:0; 
} 
html{ 
    height:100%; 
} 

body{
	margin: 0px;
	padding:0px;
	text-align: center;
	background-color: #8DBDFF;
	height:100%;
}

div#all{
	width:780px;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	margin: 0px auto;
	padding: 0px 10px;
	background-color: #FFFFFF;
	text-align: left;
	/*min-height:100%;*/ 
	display: block;
	clear: both;
}

div#header h1#head{
	font-size: 9px;
	font-weight: normal;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
}

/*--------▼▼header--------*/

div#header{
	margin:0px;
	padding:0px;
	width:100%;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/tel.gif);
	background-repeat: no-repeat;
	background-position: 100% 15px;
}
a#logo{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/logo.gif);
	background-repeat: no-repeat;
	background-position: center 8px;
	display: block;
	margin: -10px 0px 10px 0;
	padding: 0px;
	height: 75px;
	width: 238px;
	text-indent: -1000em;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}
/*上部イメージ*/
#pageHeader {
	margin:0;
	padding:0;
	position:relative;
}



div#header ul{
	width:780px;
	list-style-type: none;
	margin:0px;
	padding:13px 0px 0px;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/navi_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#header ul li{margin:0px;padding:0px;text-indent: -1000em;height: 48px;width: 156px;float:left;text-decoration: none;}

/*menu1:home*/
li.m1,li.m1 a:link,li.m1 a:visited {
	background-image: url(http://cakestudio-momo.com/themes/momo/images/menu1.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 156px;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
	}
li.m1 a:hover,li.m1 a:active {
	background-image: url(http://cakestudio-momo.com/themes/momo/images/menu1_o.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}

/*menu2:cake+cookie*/
li.m2,li.m2 a:link,li.m2 a:visited {
	background-image: url(http://cakestudio-momo.com/themes/momo/images/menu2.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 156px;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
	}
li.m2 a:hover,li.m2 a:active {
	background-image: url(http://cakestudio-momo.com/themes/momo/images/menu2_o.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}

/*menu3:decoration_cake*/
li.m3,li.m3 a:link,li.m3 a:visited {
	background-image: url(http://cakestudio-momo.com/themes/momo/images/menu3.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 156px;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
	}
li.m3 a:hover,li.m3 a:active {
	background-image: url(http://cakestudio-momo.com/themes/momo/images/menu3_o.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}

/*menu4:what's new*/
li.m4,li.m4 a:link,li.m4 a:visited {
	background-image: url(http://cakestudio-momo.com/themes/momo/images/menu4.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 156px;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
	}
li.m4 a:hover,li.m4 a:active {
	background-image: url(http://cakestudio-momo.com/themes/momo/images/menu4_o.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}

/*menu5:about*/
li.m5,li.m5 a:link,li.m5 a:visited {
	background-image: url(http://cakestudio-momo.com/themes/momo/images/menu5.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 156px;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
	}
li.m5 a:hover,li.m5 a:active {
	background-image: url(http://cakestudio-momo.com/themes/momo/images/menu5_o.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}
/*--------▲▲header--------*/



/*--------▼▼cont--------*/
div#cont{margin:0px;padding:0px;width:780px;}


/*--------▼▼left_column 左メニュー＋お店の営業カレンダー--------*/
div#left_column{width:200px;float:left;clear:right;}

ul#c_menu{
	width:200px;
	margin:0px;
	padding:26px 0px 0px;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/menu_list.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
}
ul#c_menu li{
	width:200px;
	height:45px;
	margin:0px;
	padding:0px 0px 3px;
	display: block;
	text-indent: -1000em;
	text-decoration: none;
	}
	
/*ケーキ*/
li.m2_1 a:link, li.m2_1 a:visited{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/c_menu1.gif);
	background-repeat: no-repeat;
	width:200px;
	height:45px;
	background-position: left top;
	display: block;
	margin:0px;
	padding:0px;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}

li.m2_1 a:hover, li.m2_1 a:active{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/c_menu1_o.gif);
	background-repeat: no-repeat;
	width:200px;
	height:45px;
	display: block;
	background-position: left top;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}

/*デコレーションケーキ*/
li.m2-2 a:link, li.m2-2 a:visited{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/c_menu2.gif);
	background-repeat: no-repeat;
	width:200px;
	height:45px;
	display: block;
	background-position: left top;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}

li.m2-2 a:hover, li.m2-2 a:active{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/c_menu2_o.gif);
	background-repeat: no-repeat;
	width:200px;
	height:45px;
	display: block;
	background-position: left top;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}

dd.size{background-image: url(http://cakestudio-momo.com/themes/momo/images/size.gif);background-position: left bottom;text-indent: -1000em;
	background-repeat: no-repeat;height:90px;display:block;outline: none;}

/*クッキー*/
li.m2-3 a:link, li.m2-3 a:visited{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/c_menu3.gif);
	background-repeat: no-repeat;
	width:200px;
	height:45px;
	display: block;
	background-position: left top;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}

li.m2-3 a:hover, li.m2-3 a:active{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/c_menu3_o.gif);
	background-repeat: no-repeat;
	width:200px;
	height:45px;
	display: block;
	background-position: left top;
	/*text-indent_under-line*/
	outline: none;
	text-decoration: none;
}


/*営業日カレンダー*/
ul#eigyo{
	width:200px;
	padding:48px 0px 0px;
	margin:0px;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/eigyo_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	background-color: #D1EFFF;
}
ul#eigyo li{
	width:200px;
	margin:0px auto;
	text-align:center;
	padding:0px;	
}

ul#eigyo li object{
	width:180px;
	height:160px;
	overflow: hidden;
	background-color: #D1EFFF;
	padding:0 10px;
	margin: 0px;
	scroll:off;
	border:0px none;
	display: block;
}

li.ob{
	background-color: #D1EFFF;
	margin: 0px;
	padding: 0px;
	font-size:10px;
}

li.ob table{font-size:12px;margin:0 auto;}

li.eigyo_end{
	height:8px;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/eigyo_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 200px;
	text-indent: -1000em;
	margin:0px;
	padding:0px;
}

/*営業カレンダーtable*/
table#ca,table#ca tr{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
}
table#ca td{border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	height:20px;
}


/*お休みのお知らせ*/
div#osirase{
	width:200px;
	padding:33px 0px 0px;
	margin:5px 0px 0px;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/osirase_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	background-color: #FFD1F3;
	
}

div#osirase p{
	margin:0px;
	padding:0 10px;
	font-size:11px;
	line-height: 13px;
	letter-spacing: 0.5px;
}

div#osirase p ul{
	list-style-type: none;
	padding:10px 0; 
}

div.osirase_end{
	height:8px;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/osirase_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 200px;
	text-indent: -1000em;
	margin:0px;
	padding:0px;
	border: none;
}

#main{width:570px;float:right;}
/*--------▲▲cont--------*/

/*--------▼▼footer--------*/

div#footer{
	width:780px;
	clear:both;
	text-align:center;
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#footer ul.nav-header{
	background-color:#E1F4FE;
	margin:0px;
	vertical-align: top;
	height:15px;
	padding-top: 5px;
	padding-right: auto;
	padding-bottom: 5px;
	padding-left: auto;
}

div#footer p{
	padding:5px auto;
	margin:0px;
	background-color:#BAD7FF;
	vertical-align: top;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/foot.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -1000em;
	height:20px;
}

div#footer ul.nav-header:after{ content:"."; display:block; height:0;clear: left;visibility:hidden;margin:0px;padding:0px;} /* clear float */ 
div#footer ul.nav-header li{	height:1.1em;
	white-space:nowrap;
	padding:0 10px;
	margin:0 0 4px;
	/*border-right:1px solid #333;*/
	display: inline;
	}
div#footer ul.nav-header li a:link,div#footer ul.nav-header li a:visited {
	color: #0066FF;
	text-decoration: none;
}
div#footer ul.nav-header li a:hover,div#footer ul.nav-header li a:active {
	color: #0000FF;
	text-decoration: none;
}


/*----------------------------------------------------------------*/
img {
	border: 0px
}
a { cursor:pointer }
/* Page Structure / Navigation */

/*----------------------------------------------------------------*/

/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}

/*管理者用------------------------------------------------*/
span.sign-in{margin:0px;display:block;padding:10px 0px;}
span.sign-in p{width:200px;height:26px;display:block;text-indent:-999999px;margin:0 0 5px 0;padding:0px;
background-image: url(http://cakestudio-momo.com/themes/momo/images/kanri.gif);
	background-repeat: no-repeat;}
span.sign-in a{border-left:solid 5px #FF49A3;padding:0 0 0 10px;color:#FF49A3;}
span.sign-in a:hover{color:#FFA210;}

/* clearfix -------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*---トップページ専用------------------------------------------------------------*/
div#m_top{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/m_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	margin:0px;
	padding:10px 0px 10px 0px;
clear:both;
display:block;
}
div.toppage{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/p.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:10px;
	margin-bottom: 10px;
}

div#m_top h2{font-size:16px;line-height:18px;margin:0px 0 5px 0;padding:0px;}

/*新着情報タイトル*/
p.wh{
	width:570px;
	height:35px;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/what.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin: 10px 0px 0px;
	padding: 0px;
	text-indent: -1000em;
}
/*div#feed{width:570px;margin:0px;padding:0px;clear:both;display:block;}*/
div#rssSummaryList136{width:570px;margin:0px;padding:0px;clear:both;display:block;}
div.rssItem{
	margin:0px;
	padding:0px 5px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
div.rssItemTitle a{
	margin:0px;
	padding:0px;
	font-weight: normal;
}
div.rssItemTitle{margin:0px 5px 0 0;padding:0px;float:left;}
div.rssItemSummary{display:none;}
/*div#feed ul li{
	margin:0px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	list-style-type: none;
}*/


div#left_column{width:200px;float:left;clear:right;}

/*--------▼▼about page--------*/
/*header top_image*/
div#header p#ab_top{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/ab_top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin:7px 0px 0px;
	padding: 0px;
	height: 200px;
	width: 780px;
	text-indent: -1000em;
}

dl#a_top{
	width: 570px;
	margin:0px;
	padding:5px 0px;
	color: #5A4F3D;
}
dl#a_top dt,dl#c_top dt{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/p.gif);
	background-repeat: repeat-x;
	height: 25px;
	margin:0px;
	padding:10px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	background-position: bottom;
	font-family: "Times New Roman", "Times", "serif";
	color: #5A4F3D;
	width: 570px;
	clear:both;
}
dl#a_top dt small,dl#c_top dt small{
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
dl#a_top dd{margin:0px;padding:10px 0px;clear:both;}

img.map{float:right;margin:0px;padding:0px;}

/*momoについて*/
ul.info{
	margin:0px;
	padding:0px;
	list-style-type: none;
	width:360px;
	float:left;
	clear:right;
}
ul.info li{
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D9BD;
	heght:25px;
	margin:0px;
	padding:5px;
	vertical-align: bottom;
}

ul.info li p{
	margin:0px;
	padding:0px;
	float:left;
	width:75px;
	font-weight: bold;
	display: block;
	clear:right;
}
/*momoフォト*/
ul#photo{
	margin: 0px;
	list-style-type: none;
	text-align:center;
	padding:0px;
	display: block;
	width:570px;
}

ul#photo li{
	margin:0px;
	padding:0px;
	list-style-type: none;
	display: inline;
}


/*--------▼▼cake＆cookie page--------*/
/*header top_image*/
div#header p#cake_top{
	background-image: url(http://cakestudio-momo.com/themes/momo/images/cake_top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin:7px 0px 0px;
	padding: 0px;
	height: 150px;
	width: 780px;
	text-indent: -1000em;
}
/*ケーキ＆クッキーリンク分け目*/
dl#c_top{
	width: 570px;
	margin:0px;
	padding:0x;
	color: #5A4F3D;
}
dl#c_top dd{
	margin:0px;
	clear:both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
dl#c_top dd p{
	font-size: 14px;
	font-weight: bold;
	color: #857754;
	margin:5px 0px;
}

/*cake link*/
strong.cakes,strong.cakes a:link,strong.cakes a:visited{
	width:120px;
	padding:0px;
	display: block;
	height: 120px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: -1000em;
	outline: none;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/cake.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right: 3px;
}
strong.cakes a:hover,strong.cakes a:active{
	width:120px;
	padding:0px;
	display: block;
	height: 120px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: -1000em;
	outline: none;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/cake_on.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right: 3px;
}
/*cake link*/
strong.cookies,strong.cookies a:link,strong.cookies a:visited{
	width:120px;
	padding:0px;
	display: block;
	height: 120px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: -1000em;
	outline: none;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/cookie.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right: 3px;
}
strong.cookies a:hover,strong.cookies a:active{
	width:120px;
	padding:0px;
	display: block;
	height: 120px;
	padding-right: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: -1000em;
	outline: none;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/cookie_on.jpg);
	background-repeat: no-repeat;
	float:left;
}

strong.decos{
	width:120px;
	padding:0px;
	display: block;
	height: 120px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: -1000em;
	outline: none;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/deco.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right: 3px;
}


/*item_list*/
div.items{
	margin:0px;
	padding:0px;
	width:570px;
	display: table;
	background-image: url(http://cakestudio-momo.com/themes/momo/images/p2.gif);
	background-repeat: repeat-x;
	background-position: left 7px;
	padding-top: 25px;
}
div.items p strong{
	padding:0px;
	margin:0;
	font-size: 12px;
	font-weight: bold;
	color: #857754;
	width:570px;
}
div.items table{
margin:10px 0px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
}
div.items table td
{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 5px;
	height:125px;
}

/*div.items table td p,div.items table td p{
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	margin-bottom:5px;
}

div.items table td p,*/

div.items table td hr{border:solid 2px #E7E7E7;
	margin-bottom:5px;margin-top:2px;padding:0px;}

div.items img{
	border:0;
	padding:0;
	margin:0px;
	display: block;
	width:120px;
}

/* customize_miscellaneous */ /* customize_miscellaneous */
