@charset "Shift_JIS";

/*******************************************************
 RESET CSS
********************************************************/
* {padding:0;margin:0;}

html, body{
font-size: 100%;
font-weight:normal;
border:0;}


/**************************************************
 BASE
 **************************************************/
body {
font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
margin:auto 0 auto 0;
background-color:#FF9199;
font-size: 14px;
color: #330000;
background-attachment: scroll;
background-image: url(img/food_bg.gif);
background-repeat: repeat-y;
background-position: center top;
text-align: center;
line-height:1.6;
}

h1{margin:1em;}
h2{margin-bottom:1em;}

p{margin-bottom:1em; padding:0;}

.txt {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 16px;
	line-height: 135%;
	font-weight: bold;
}
.txtb {font-size : 16px;line-height : 140%; font-weight : bold;}
.s3	  {font-size : 13px;line-height : 140%;font-weight : bold;}
.s4	  {font-size : 18px;line-height : 140%;font-weight : bold;}
.s5	  {font-size : 20px;line-height : 140%;font-weight : bold;}
.s6	  {font-size : 24px;line-height : 140%;font-weight : bold;}
.s7	  {font-size : 36px;line-height : 140%;font-weight : bold;}
.red_b {
	font-size: 24px;
	line-height: 140%;
	font-weight: bold;
	color: #FF0033;
}

.red_1 {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	color: #FF0033;
}

.black_1 {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
}

.blue_b {
	font-size: 23px;
	line-height: 140%;
	font-weight: bold;
	color: #0033FF;
}
