@charset "UTF-8";
/* CSS おきなわレシピ　２カラム (C)2011 C-point Corp. */

/* HTMLタグ設定 */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFE4D9;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(http://img01.ti-da.net/usr/okinawarecipe/bg_seifun.gif);
	background-repeat: repeat-x;
}
img{
	border: none;
}
form{
	margin: 0;
	padding: 0;
}
label{
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
}
blockquote{
	background-color: #ECE4CF;
	padding: 20px;
}

/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	text-align: left;
	padding: 0;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FB7D4D;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* ブログタイトル */
.blogtitle{
	font-size: 120%;
	width: 940px;
	color: #CC0000;
	display: block;
	overflow: auto;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* ブログ説明文 */
.description{
	font-size: 87%;
	width: 940px;
	text-align: left;
	color: #333333;
	line-height: 140%;
	padding: 0px;
	margin-top: 5px;
	margin-left: 10px;
	display: block;
	overflow: auto;
}

/* ブログタイトル・概要 */
#banner{
	margin: 0;
	overflow: hidden;
	background-image: url(http://img01.ti-da.net/usr/okinawarecipe/main_image.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 960px;
}

/* ブログの配置 */
#content{
	float: left;
	width: 960px;
	background-color: #FFFFFF;
}

/* ブログ外枠 */
.blog{
	margin-top: 0;
	margin-bottom: 15px;
	overflow: hidden;
}

/* サイド（左サイド） */
#links{
	width: 200px;
	font-size: 90%;
	float: right;
	background-color: #EF511C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
	overflow: hidden;
}

/*フッタ*/
#footer{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
}

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: underline;
	color: #0099CC;
}

/*　ブログタイトル・概要　*/
#banner a{
}
#banner a:link{
}
#banner a:visited{
}
#banner a:active{
}
#banner a:hover{
}

/* サイドバー */
#links a{
	text-decoration: underline;
	color: #FFFFFF;
}
#links a:link{
	text-decoration: underline;
	color: #FFFFFF;
}
#links a:visited{
	text-decoration: underline;
	color: #FFFFFF;
}
#links a:active{
	text-decoration: none;
	color: #FFFFFF;
}
#links a:hover{
	text-decoration: none;
	color: #FFFFFF;
}


/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */

/* パン屑メニュー */
.topicpath {
	font-size: 10px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height: 16px;
	vertical-align: bottom;
}
/* ************************************************ 
 *	記事の設定
 * ************************************************ */

/* 記事 */
.blogbody{
	overflow: hidden;
	width: 720px;
	float: left;
}

/* 記事タイトル */
.title{
	font-size: 100%;
	padding-top: 20px;
	padding-left: 40px;
	color: #006699;
	background-image: url(http://img01.ti-da.net/usr/okinawarecipe/icon_b1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 120%;
}

/* 記事日付 */
.date{
	font-size: 80%;
	color: #666666;
	margin-top: 0;
	text-align: right;
	margin-bottom: 2px;
}

/* 記事本文 */
.main{
	font-size: 87%;
	line-height: 150%;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	color: #333333;
	background-color: #FFFFFF;
	clear: both;
	display: block;
	overflow: auto;
}


/* 記事本文内画像 */
.main img{
	margin: 5px;
}

/* 続きを読む */
.main-continues{
	clear: both;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	background-image: url(http://admin.ti-da.net/_img/2011_02/icon_s1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 20px;
	padding-top: 6px;
}

/* 記事フッター */
.posted{
	padding-top: 20px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 10px;
	clear: both;
	font-size: 83%;
	background-image: url(http://img01.ti-da.net/usr/okinawarecipe/logo1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 80px;
	height: 60px;
	color: #666666;
	background-color: #FFFFFF;
}


/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	font-size: 100%;
	background-image: url(http://img01.ti-da.net/usr/okinawarecipe/icon_s1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 23px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 25px;
	padding-top: 3px;
	color: #336699;
	font-weight: bold;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 100%;
	font-weight: bold;
	color: #006699;
	margin-top: 0;
	margin-left: 30px;
	margin-bottom: 15px;
	width: 500px;
	padding: 5px;
}

/* トラックバック本文 */
.trackback-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/*トラックバック送信元など*/
.trackback-post{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
	color: #666666;
}


/* ************************************************ 
 *	コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
	font-size: 100%;
	background-image: url(http://img01.ti-da.net/usr/okinawarecipe/icon_s1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 23px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 25px;
	padding-top: 3px;
	color: #336699;
	font-weight: bold;
}

/* コメント投稿者日時など*/
.comments-post{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
	color: #666666;
}

/* コメント本文 */
.comments-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/* コメント入力テーブル */
.form {
	width: 560px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form td {
	line-height: 170%;
	vertical-align: top;
	padding: 3px;
}
.form th {
	line-height: 170%;
	vertical-align: top;
	text-align: left;
	padding: 3px;
	color: #666666;
}

/* 本文 */
#text{
	width: 330px;
}

/* メールアドレス */
#email{
	width: 320px;
}

/* 名前 */
#author{
	width: 320px;
}

/* URL */
#url{
	width: 320px;
}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}



/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 87%;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 3px;
	margin-right:auto;
	margin-left:auto;
	width: 190px;
	font-size: 80%;
	overflow: hidden;
}

/* RSS */
.sidebody .rss{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.rss li{
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
	text-align: center;
	margin-bottom: 10px;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
}
/* 枠 */
.calendartable{
	border: 1px solid #FFFFFF;
	font-size: 12px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #FFFFFF;
	color:#006699;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #006699;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
	margin-bottom: 10px;
}

/* 最近の記事 */
.recententry {}

/* 過去記事 */
.archives {}

/* 最近のコメント */
.comment {}

/* 最近のトラックバック */
.trackback {}

/* お気に入り */
.link  {
	margin-bottom: 10px;
}

/* ブログ内検索 */
.search {
	margin-bottom: 10px;
}

/* QRコード */
.qrcode {
	margin-bottom: 10px;
}

/* アクセスカウンタ */
.counter {
	margin-bottom: 10px;
}

/* 読者登録 */
.subscription {
	margin-bottom: 10px;
}

/* プロフィール */
.profile {
	margin-bottom: 10px;
}
.nickname{
	font-weight: bold;
	word-spacing: 0.2em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.photo{
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.message{
	font-size: 85%;
	line-height: 120%;
	margin: 5px;
}

/* お勧め商品 */
.article_ad {
	margin-bottom: 10px;
}

/* タグクラウド */
.tag_cloud {
	margin-bottom: 10px;
}

/* カスタムプラグイン1 */
.custom1 {
	margin-bottom: 10px;
}

/* カスタムプラグイン2 */
.custom2 {
	margin-bottom: 10px;
}

/* カスタムプラグイン3 */
.custom3 {
	margin-bottom: 10px;
}

/* オーナーにメッセージ */
.inquiry{}

/* 新規投稿 */
.blog_entry{}

/* マイアルバム */
.album{
	margin-bottom: 10px;
}
#album_img_flame{}
#album_href{}
#album_img{}
#album_title{}
#album_list{}

/* マイプロフィール */
.my_profile .side {
	background-color: #FFFFFF;
}

/* マイフレンド */
.friend .side {
	background-color: #FFFFFF;
}

/* 参加サークル */
.circle .side {
	background-color: #FFFFFF;
}

/* 参加サークル */
.friend_blog .side {
	background-color: #FFFFFF;
}


/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	font-size: 87%;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* このBlogのトップへ */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 85%;
	letter-spacing: 0.2em;
	text-align: center;
}

/* コピーライト */
#copyright{
	font-size: 87%;
	color: #FFFFFF;
}

/* Powered by てぃーだブログ */
.adFooter{
	font-size: 10px;
	line-height: 150%;
	text-align: center;
}


.cautionB {
	font-size: 10px;
	color: #669999;
	margin: 5px;
}
.cautionR {
	font-size: 10px;
	color: #CC6666;
	margin: 5px;
}

/* recipe */
.clear {
    clear: both;
}

.recipe-title {
    font-size: 16px;
	color: #E06600;
    margin: 0px 0px 10px 0px;
}
#recipe-photo {
    float: left;
    margin-right: 10px;
}
div.desc-and-ingredients {
}
.entry_body_word{
}
.entry_body_njckname{
}
.entry_body_url{
}
#ingredients {
//    width: 450px;
}

#ingredients div.servings {
    #padding-bottom: 5px;
    #margin-bttom: 10px;
}
#ingredients div.servings .servings_title {
  color: #E06600;
}

#ingredients span.normal_ingredient {
    padding-left: 5px;
}
#ingredients #ingredients_list .ingredient_row {
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 1px 5px;
  zoom: 1;
}

#ingredients #ingredients_list .entry_body_material {
  display: inline;
  float: left;
  font-size: 110%;
}

#ingredients #ingredients_list .entry_body_amount {
  display: inline;
  float: right;
  margin: 0 0 0 10px;
  text-align: right;
}


#steps {
    padding-bottom: 20px;
}
.steps h1  {
    font-size: 16px;
    font-weight: bold;
    color: #E06600;
    border-bottom:1px solid #aaaaaa;
}
.step {
    font-size: 18px;
    font-weight: bold;
    color: #E06600;
    padding-bottom: 10px;
}

.entry_body_procedure  {
    color: #000000;
	font-weight: normal;
}
.print {
	margin-left:600px;
}
.bnrBox{}
.bnrBox img{
	margin-bottom: 10px;
}
#ingredients_list .ingredient_row {
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 1px 5px;
  zoom: 1;
}
 #ingredients_list .entry_body_material {
  display: inline;
  float: left;
  font-size: 110%;
}

 #ingredients_list .entry_body_amount {
  display: inline;
  float: right;
  margin: 0 0 0 10px;
  text-align: right;
}
.steps1  {
    font-size: 16px;
    font-weight: bold;
    color: #E06600;
    border-bottom:1px solid #aaaaaa;
}
















// custom_edit_1_css start
.entry_body_title {
color: #E06600;
}
#entry_body_3 {
}
#entry_body_4 {
}
#entry_body_5 {
}
#entry_body_6 {
}
#entry_body_7 {
}
#entry_body_8 {
color: #E06600;
}
#entry_body_9 {
color: #E06600;
}
#entry_body_10 {

}
#entry_body_11 {

}
#entry_body_12 {
}
#entry_body_13 {
}
#entry_body_14 {

}
#entry_body_15 {
}
#entry_body_16 {

}
#entry_body_17 {
}
#entry_body_18 {

}
#entry_body_19 {
}
#entry_body_20 {

}
#entry_body_21 {
}
#entry_body_22 {
}
#entry_body_23 {
}
#entry_body_24 {

}
#entry_body_27 {
}
#entry_body_26 {
}
#entry_body_28 {
}
#entry_body_29 {
}
#entry_body_30 {
}
#entry_body_31 {
}

.entry_body_text {
}
.entry_body_category {
}
.entry_body_image {
}
.entry_body_link {
}
.entry_body_textarea {
}
// custom_edit_1_css end