@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--*/
.season_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1272D;
	padding-top:5px;
}		
					
div#cafe_back1 {background-image:url(../menu/images/CDEK_menu_bk3.gif);
                background-repeat:no-repeat;
				background-position:top;
				height: 400px;
				border-bottom:solid 1px #CCCCCC;
			}
div#cafe_back_s {background-image:url(../menu/images/CDEK_menu_bk3.gif);
                background-repeat:no-repeat;
				background-position:top;
				height: 310px;
				border-bottom:solid 1px #CCCCCC;
			}
div#cafe_back_m {background-image:url(../image/CDEK_menu_bk.gif);
                background-repeat:no-repeat;
				background-position:top;
				height: 144px;
				border-bottom:solid 1px #CCCCCC;
			}
div#cafe_back_m2 {background-image:url(../image/CDEK_menu_bk.gif);
                background-repeat:no-repeat;
				background-position:top;
				height: 186px;
				border-bottom:solid 1px #CCCCCC;
			}
.beans_back {
	background-image:url(../menu/images/blend_bk.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 100%;
	height: 260px;
	border-bottom:solid 1px #CCCCCC;
			}

 .beans_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1272D;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-top:3px;
}		
.p_no{
background-color:#562b0f;
color:#FFFFFF;
width:55px;
text-align:center;
}

.box{
border:solid 1px #999999;
padding:10px;
text-align:left;
}
