@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--*/
			
.beans_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1272D;
	margin-bottom:5px;
	padding-bottom:3px
}

.season_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1272D;
	padding-top:5px;
}

.season{background-image:url(../menu/images/wien_season.jpg);
        background-repeat:no-repeat;
		background-position:top;
		width:900px;
		height:567px;
		margin:0px;
		padding:0px;
		}

.p_text1{padding-top:167px;
         margin-left: 457px;
		 width: 270px;
		 }	
		 
.p_text2{margin-top:323px;
         margin-left: 45px;
		 width: 360px;
		 }
		 
.p_text3{margin-top:-45px;
         margin-left: 622px;
		 width: 240px;
		 }
		 		 						
