@charset "UTF-8";
/* CSS Document */

/* Universal selector */
* {
margin:0;
padding:0;
position:static;
}

/* Text(Heading) */
h1, h2, h3, h4, h5, h6 {position:static;}

/* Text(Block) */
address, blockquote, div, p, pre {
font-style:normal;
font-weight:normal;
position:static;
}

/* Text(Inline) */
abbr, acronym, br, cite, code, dfn, em, kbd, q, samp, span, var {
position:static;
border:none;
font-style:normal;
font-weight:normal;
}
strong {
position:static;
border:none;
font-style:normal;
font-weight:bold;
}

/* Hypertext */
a {text-decoration: none;}

/* List */
ul, dl, dt, dd {
list-style-type:none;
font-style:normal;
font-weight:normal;
position:static;
}
ol {list-style-type:none;}

/* Image */
img {
border:0;
vertical-align:top;
}

/* Scripting */
noscript, script {
font-style:normal;
font-weight:normal;
position:static;
}

/* Etc. */
hr, table, form, fieldset, del {
	font-style:normal;
	font-weight:normal;
	position:static;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	border:0;
	text-align:left;
}

/*--fukuda--*/
div#cafe_back1 {background-image:url(../menu/images/CDEK_menu_bk.gif);
                background-repeat:no-repeat;
				background-position:top;
				height: 205px;
			}
div#cafe_back2 {background-image:url(../menu/images/CDEK_menu_bk_s.gif);
                background-repeat:no-repeat;
				background-position:top;
				height: 77px;
				padding-top: 15px;
			}

div#cafe_back3 {background-image:url(../menu/images/gift_bk.gif);
                background-repeat:no-repeat;
				background-position:top;
				height: 340px;
			}
			
.beans_back {
	background-image:url(../menu/images/blend_bk.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 100%;
	height: 570px;
			}
			
.about_back {
	background-image:url(../about/images/cmc_cafe_bk.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 100%;
	height: 290px;
			}
						
.cafe_back {
	background-image:url(../menu/images/cmc_cafe_bk.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 100%;
	height: 270px;
	padding-top: 25px;
			}		
			
.beans_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1272D;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-top:3px;
}		

.fair{
	border:1px solid #807231;
	margin-bottom: 7px;
	padding: 7px;
}
					
