@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      recipe.css
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
	line-height:1px;
	font-size:1px;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background:#fff url(../recipe/img/pop_bg.jpg) repeat-x;
	color: #464646;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	color: #FF7F00;
	text-decoration: none;
}

a:visited {
	color: #FF7F00;
	text-decoration: none;
}

a:hover {
	color: #FF7F00;
	text-decoration: underline;
}

a:active {
	color: #FF7F00;
	text-decoration: none;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
}

.imgL {
	float: left;
}

.txtR {
	text-align:right;
}

.txtC {
	text-align:center;
}

/*余白*/
.to_10 { padding-top: 10px;}

.f_10 {
	font-size:10px;
}

.f_b {
	font-weight:bold;
}

.w_orenge {
	font-weight:bold;
	color:#FF7F00;
}

.w_red {
	color:#7F1E02;
	text-decoration:underline;
}

.btn {
	text-align: center;
}

sup {
	font-size:6pt;
	vertical-align:top;
	}
	
.clear {
	clear: both;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	text-align: center;
}

#page .area {
	width: 640px;
	margin: 0 auto;
	text-align:left;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/

h1 {
	margin:11px 0 34px 0;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

.recipe_p {
	float:left;
	padding:10px;
	border:2px solid #E9E9E9;
}

.recipe_box01 {
	width: 370px;
	float:right;
}

.recipe_box01 h2 {
	margin-bottom:10px;
}

.recipe_box02 {
	width: 220px;
	float:right;
}

.recipe_line {
	margin-top:22px;
}

.pop_left {
	width:220px;
	margin-top:12px;
	float:left;
}

.table01 th {
	padding:4px 2px 2px 2px;
	color:#333333;
}

.table01 td {
	padding:2px;
	color:#666666;
	border-bottom:1px solid #DEDCC7;
}

.pop_right {
	float:right;
	width:380px;
	margin-top:12px;
}

.pop_right ol {
	padding-left:30px;
	font-weight:bold;
	color:#FF7F00;
	margin-bottom:20px;
}

.pop_right li {
	margin-bottom:10px;
}

.pop_right ol p {
	font-weight: normal;
	color:#333333;
}

.pop_right ul {
	padding-left:20px;
}

.btn-area {
	width:156px;
	float:right;
}
/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	background:#333333;
	margin-top:15px;
	padding-top:2px;
	clear:both;
}


#footer address {
	font-size:x-small;
	color:#FFF;
	text-align:center;
}

/*----------------------------------------------------
	アルファ米のもどし方用
----------------------------------------------------*/

.table02 {
	margin-top:5px;
}

.table02 th {
	padding:0;
	color:#333333;
	border:1px solid #DEDCC7;
	background: #DEDCC7;
	font-size:10px;
	text-align:center;
}

.table02 td {
	padding:2px;
	color:#666666;
	border:1px solid #DEDCC7;
}

