
/* ----------------------------------
全体
---------------------------------- */
h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}
h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	margin: 0;
}

.cle {
	clear: both;
}

.txt_blue {
	color: #0099ff;
}

/* -- 戻るリンク -- */
.back_link {
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.back_link a:link {
	color: #512800;
	text-decoration: none;
	font-weight: normal;
}
.back_link a:visited {
	color: #512800;
	text-decoration: none;
	font-weight: normal;
}
.back_link a:hover {
	color: #fd9800;
	text-decoration: underline;
	font-weight: normal;

}
.back_link a:active {
	color: #512800;
	text-decoration: none;
	font-weight: normal;
}

.top_link {
	font-size: 12px;
	text-align: right;
	margin: 20px 20px 20px 0;
}
.top_link a:link {
	color: #512800;
	text-decoration: none;
	font-weight: normal;
}
.top_link a:visited {
	color: #512800;
	text-decoration: none;
	font-weight: normal;
}
.top_link a:hover {
	color: #fd9800;
	text-decoration: underline;
	font-weight: normal;
}
.top_link a:active {
	color: #512800;
	text-decoration: none;
	font-weight: normal;
}

/* -- テキストリンク -- */
a:link.txt_link {
	color: #de6f00;
	text-decoration: underline;
	font-weight: normal;
}
a:visited.txt_link {
	color: #de6f00;
	text-decoration: underline;
	font-weight: normal;
}
a:hover.txt_link {
	color: #de6f00;
	text-decoration: underline;
	font-weight: normal;
}
a:active.txt_link {
	color: #de6f00;
	text-decoration: underline;
	font-weight: normal;
}

/* -- バックナンバー -- */
.bn td {
	font-size: 12px;
	margin-bottom: 30px;
}
.ph_frame {
	border: 2px solid #ffffff;
}
.bn a:link {
	color: #512800;
	text-decoration: none;
	font-weight: normal;
}
.bn a:visited {
	color: #512800;
	text-decoration: none;
	font-weight: normal;
}
.bn a:hover {
	color: #fd9800;
	text-decoration: underline;
	font-weight: normal;

}
.bn a:active {
	color: #512800;
	text-decoration: none;
	font-weight: normal;
}

/* -- ナビ -- */
.nav {
	text-align: right;
	border-top: 1px solid #512800;
	border-bottom: 1px solid #512800;
	background-color: #EFE0D1;
}



/* ----------------------------------
トップページ
---------------------------------- */
.topbg_left {
	width: 390px;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	text-align: center;
}
.topbg_right {
	width: 305px;
	background-image: url(../img/title2.gif);
	background-repeat: no-repeat;
	text-align: center;
}
/* -- アイデアレシピ -- */
.kir {
	margin-top: 180px;
	margin-left: 15px;
	margin-bottom: 15px;
}
/* -- fla部分 -- */
.top_fla_lay {
	margin-top: 9px;
	margin-bottom: 15px;
}
/* -- 右画像 -- */
.top_right_lay img {
	margin-bottom: 10px;
}

/* ----------------------------------
アイデアレシピ
---------------------------------- */
.col1 {
	width: 630px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #F480A6;
	background-color: #FFFFFF;
}
.col2 {
	width: 630px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #FFBB2F;
	background-color: #FFFFFF;
}
.col3 {
	width: 630px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #BBBB3E;
	background-color: #FFFFFF;
}

/* ----------------------------------
岩手
---------------------------------- */
.iw_int {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	color: #666666;
	line-height: 150%;
}
.iw_int .ca {
	color: #4489BC;
	margin-bottom: 5px;
}

/* ----------------------------------
フードスタイリングノート
---------------------------------- */
.fsn_col {
	width: 630px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #BBBB3E;
	background-color: #FFFFFF;
}

/* ----------------------------------
マガジンNEWS
---------------------------------- */
.new_t_bg {
	width: 600px;
	padding-top: 160px;
	background-image: url(../news/img/ttl_bg.jpg);
	background-repeat: no-repeat;
}
.new_t_bg_btm {
	width: 600px;
	height: 95px;
	background-image: url(../news/img/ne_bg_btm.jpg);
	background-repeat: no-repeat;
}
.new_wh_bg {
	width: 545px;
	height: 70px;
	margin-right: 20px;
	background-image: url(../news/img/ne_wh_bg.gif);
	background-repeat: no-repeat;
}
.new_wh_bg img {
	margin-top: 20px;
}
.new_txt {
	padding: 10px 50px 20px 50px;
	font-size: 12px;
	text-align: left;
	line-height: 170%;
}
.new_txt .img_l {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.new_txt .img_r {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.new_title {
	margin-bottom: 10px;
}
.new_wh_bg_btm {
	width: 545px;
	margin-right: 20px;
	background-image: url(../news/img/ne_wh_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
