"utf-8";
/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}

/*-----------------------------------------------
 __base_style
-----------------------------------------------*/

body {
	margin:0px;
	background:#FFFFFF;
	line-height:1.4;
	text-align:center;
	font-size:10pt;
	font-family:メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size:12pt;
	letter-spacing:.1em;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

	a { text-decoration : none;}
	a:link { color : #5E9691;}
	a:visited { color : #5E9691;}
	a:hover { color : #666666;}
	a:active { color : #666666;}	


/*-----------------------------------------------
 __container
-----------------------------------------------*/
#container {
	width: 610px;
	margin:15px auto;
	text-align: left; 
	background: #fbedcc;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	width:590px;
	height:50px;
	margin-top:0;
	padding:10px
}

#header_left {
	float:left;
	width:285px;
}

#header_right {
	float:right;
	width:285px;
	padding-top:15px;
	text-align: right; 	
}


/*---------------------------------------------
 __navigation
------------------------------------------*/
#navigation {
	clear:both;
    width:580px;
    margin:15px;
    text-align:center;
    border-top:solid 2px #FF9399 ;
}

.detail {
	width:564px;
	padding:5px;
	font-weight:medium;
	text-align:center;
	border:solid 2px #FF9399 ;
	}
	
/*---------------------------------------------
 __contents
------------------------------------------*/
#main {
	clear:both;
	width:580px;
	padding:0 15px 0 15px;
	}

#main table {
	width: 580px;
	border:none;
	}
	
#main td {
    padding: 5px;
	border:none;
	}
/*---------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:590px;
	padding: 10px;
}

/*---------------------------------------------
 __text
-----------------------------------------------*/

.textred {
	font-size:9pt; color: #CC0000;
}

.textredB {
	line-height:140%; font-size:9pt; font-weight:bold; color: #CC0000;
}

.textsmall {
	line-height:120%; font-size:9pt; font-weight:nomal; color: #000000;
}

.textblack {
	line-height:140%; font-size:9pt; font-weight:nomal; color: #000000;
}

.img-l {
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.img-r {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.recipe {
	font-size: large;
	font-weight: bold;
}
.textredcenter {
	font-size:9pt;
	color: #CC0000;
	line-height: 11pt;
	text-align: center;
}
