BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	background-color: #fff2df;
	LINE-HEIGHT: 1.3em;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Grande","メイリオ","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif
}

TABLE {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 1.3em;
	FONT-FAMILY: "Lucida Grande","メイリオ","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif
}

.red {color: #FF0000
}
.red16 {
	color: #FF0000;
	font-size: 16px;
}
.blue {color: #0000ff
}
.yellow {
	color: #FFFF66;
}

.blue-small {
	font-size: 11px;
	color: #0000FF;
}

.white {color: #FFFFFF
}
.white16 {
	color: #FFFFFF;
	font-size: 16px;
}
.glay {color: #dcdcdc
}
.green {color: #00B55A
}
.orange {
	color: #FF6600
}
.clear {
	clear: left;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style14blue {
	font-size: 11px;
	line-height: 14pt;
	color: #0066CC;
}

.style14 {
	font-size: 11px;
	line-height: 14pt;
}

.small-red {font-size: 11px; color: #FF0000;
}
.bigspace {
	line-height: 17px;
}


#containerArea {
	width : 1002pt;
	position: relative;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.header {
	width : 1002pt;
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.header div   {  
    width: 80%;  
    border: 1px solid #FF0000;  
    margin: 0 auto;  
} 
.cookpad {
	width: 100px;
	float: right;
	margin-top: -30px;
}
.kitchnlife {
	width: 100px;
	float: left;
	margin-top: -30px;
}

/* MARQUEE */
 
.marquee {
background-color: #ffffff; /* 背景色 */
width: 462px; /* 横幅 */
overflow: hidden;
}

.marquee > span {
display: inline-block;
white-space: nowrap;
padding-left: 100%;
animation-name: MarqueeScroll;
animation-timing-function: linear;
animation-duration: 20s; /* 1周するのにかかる時間 */
animation-iteration-count: infinite; /* 繰り返す回数 */
}

@keyframes MarqueeScroll {
from { transform: translateX(0);}
to { transform: translateX(-100%);}
}
