@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFFFFF;	/*全体の背景色*/
}
/*トップページ専用の設定*/
body#top {
	background : #ffffff url(2017kanto.png) no-repeat scroll center top;	/*左から、背景色、背景画像の読み込み＆リピートしない＆中央上部に配置*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;
}
a:hover {
	color: #2352f5;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width : 1091px;
	margin-right: auto;
	margin-left: auto;
}

/*h1見出しの設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 11px;	/*文字サイズ*/
	text-align: right;	/*文字を右寄せ*/
	font-weight: normal;	/*デフォルトで太字なので通常に*/
}
h1 a {
	text-decoration: none;	/*リンクテキストにデフォルトで入る下線を消す設定*/
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
}
#top #main {
	padding-top: 300px;	/*トップページだけ、メインコンテンツ上部に270pxの余白を作る。*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;
	clear: both;
	width: 690px;
	background : #2352f5 url(bg1.gif) repeat-x scroll left bottom;	/*左から、背景色、背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
	color: #FFF;	/*文字色*/
	padding: 5px 0px 10px 10px;	/*左から、上、右、下、左への余白*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width : 197px;	/*サブコンテンツ幅*/
}
/*ロゴ画像設定*/
#sub #logo {
	padding: 0px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;		/*文字色*/
	text-align: center;	/*文字をセンタリング*/
	background : #53433a url(wallppr086.gif) repeat scroll 0% 0%;	/*背景色、背景画像の読み込み*/
	padding: 5px;	/*余白*/
}
/*h4タグ設定*/
#sub h4 {
	background: #2352f5;	/*背景色*/
	font-size: 85%;	/*文字サイズを他のものより少し小さめに*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に*/
	color: #FFF;	/*文字色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu li {
	background : #6384f5 url(line1.gif) repeat-x scroll left bottom;	/*左から、背景色、背景画像(点線)の読み込み＆X軸(横軸)にリピート＆左を基準に下部に配置*/
	text-align: center;	/*文字をセンタリング*/
}
ul.submenu li.last {
	background : #6384f5 url(file:///C:/Users/JIRO/Desktop/tp_recipe2_blue/css/none) repeat-x scroll left bottom;
}
ul.submenu li a {
	display: block;
	width: 190px;
	padding: 2px 10px;	/*左から、上下・左右への余白*/
	text-decoration: none;	/*デフォルトで入るリンクの下線を消す設定*/
	color: #FFF;	/*文字色*/
}
ul.submenu li a:hover {
	color: #2352f5;			/*カーソルオーバー時の文字色*/
	background-color: #FFF;	/*カーソルオーバー時の背景色*/
}
/*サブメニューの一番下のロゴと同じ素材の飾り*/
ul.bg {
	background : transparent url(sub_bg.gif) no-repeat scroll center bottom;
	padding-bottom: 50px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 690px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 670px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 570px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: right;	/*文字を右寄せ*/
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;	/*文字サイズ*/
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	border: 3px solid #ae9f84;	/*テーブルの外側の枠線の幅、線種、色*/
	width: 700px;
}
.ta1 td, .ta1 th{
	border: 1px solid #ae9f84;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 477px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background: #ebebeb;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #6384F5;	/*背景色*/
	color: #FFF;	/*文字色*/
}

/*レシピ一覧ページの各写真
---------------------------------------------------------------------------*/
#main .box1 {
	background : transparent url(recipe_bg1.gif) no-repeat scroll 0% 0%;	/*背景画像の読み込み*/
	float: left;
	height: 280px;
	width: 270px;
	padding: 50px 20px 20px;
	font-size: 12px;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: hidden;
}
#main .box1.type2 {
	background : transparent url(recipe_bg2.gif) no-repeat scroll 0% 0%;	/*背景画像の読み込み*/
}
/*box1内のh3見出しタグの設定*/
#main .box1 h3 {
	font-size: 100%;
	color: #2352f5;	/*文字色*/
	border-bottom: 3px dotted #2352f5;	/*下線の幅、線種、色*/
}
#main .box1 h3 a {
	color: #2352f5;	/*リンクテキストになった場合の文字色*/
}
#main .box1 p {
	padding: 0px;
}

/*レシピ詳細ページ
---------------------------------------------------------------------------*/
#main .recipe-photo p {
	padding: 0px;
}
/*写真が入る左側のブロック*/
#main .recipe-photo {
	float: left;	/*ブロックを左側に回り込み*/
	width: 270px;	/*ブロック幅*/
}
/*説明が入る右側のブロック*/
#main .recipe-step {
	float: right;	/*ブロックを右側に回り込み*/
	width: 420px;	/*ブロック幅*/
}
/*recipe-stepブロック内のh3見出しタグの設定*/
#main .recipe-step h3 {
	color: #FFF;	/*文字色*/
	background : transparent url(bg2.gif) repeat scroll 0% 0%;	/*背景画像の読み込み*/
	font-size: 100%;
	padding: 5px;	/*余白*/
}

/*レシピ詳細ページの材料テーブル
---------------------------------------------------------------------------*/
table.recipe {
	width: 270px;	/*テーブル幅*/
	font-size: 11px;	/*文字サイズ*/
}
table.recipe,table.recipe td, table.recipe th{
	border: 1px solid #bfbfbf;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.8;
}
/*テーブル内の右側*/
table.recipe td{
	padding: 5px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
table.recipe th{
	width: 100px;
	padding: 5px;
	text-align: center;
	background: #ebebeb;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
table.recipe th.tamidashi{
	width: auto;
	text-align: left;
	background: #6384F5;	/*背景色*/
	color: #FFF;	/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #dbd6cd;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
ol {
	padding: 0em 0px 0em 25px;
}
ol li {
	padding-bottom: 0.5em;
}
.color1 {
	color: #2352f5;
}
.pr {
	font-size: 10px;
}
