@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_bk3.gif);
                background-repeat:no-repeat;
				background-position:top;
				height: 280px;
				margin: 0;
				padding: 20px 0 0 0;
			}
			
div#cafe_back {background-image:url(../menu/images/CDEK_menu_bk.gif);
                background-repeat:no-repeat;
				background-position:top;
				height: 260px;
				margin: 0;
				padding: 10px 0 0 0;
			}
						
.paper_back {
	background-image:url(../menu/images/CDEK_Espresso_07.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 100%;
	height: 255px;
	padding-top: 55px;
	margin-left: auto;
	margin-right: auto;
			}
 
 .about_back {
	background-image:url(../about/images/cmc_cafe_bk.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 713px;
	height: 180px;
			}
.top_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1272D;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-top:3px;
}		
