﻿@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%; 
}
body {
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: center;
	height: 100%; 
}
div {
	text-align: left;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
 font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #333;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
}

input {
	line-height: 1;
	padding: 3px 2px 1px 2px;
}

ul,ol,dl,img {
	margin: 0;
	padding: 0;
}
ul,ol {
	list-style-type: none;
}

img {
	border: none;
	margin: 0; padding: 0;
	font-size: 0%;
	line-height: 0%;
}

/*--共通-----------------------------------------------------*/

#base {
	width: 100%;
	height: 100%;
}
#container {
	width: 580px;
	text-align: left;
	height: 100%;
}

a { text-decoration: none; } 
a:link {color: #333333;}
a:visited {color: #000099;}
a:hover { text-decoration: underline; } 
a:active  {color: #0000ff;}	


/*--ヘッダ-----------------------------------------------------*/

#header {
	padding-top: 10px;
	border-bottom: solid 2px #653B21;
	margin-bottom: 15px;
}

/*--画像・料理名-----------------------------------------------------*/

#tbl {
	width: 100%;
}
#tbl .img {
	width: 220px;
}
#tbl .name {
	padding-left: 15px;
}
#tbl .name  #new {
	color: #FF6400;
	font-weight: bold;
	font-size: 84%;
}
#tbl .name  h1 {
	font-size: 20px;
	color: #653B21;
	font-weight: bold;
	border-bottom: dotted 1px #4F4F4E;
}
#tbl .name  div {
	font-weight: bold;
	padding: 5px 0;
	border-bottom: dotted 1px #4F4F4E;
}
#tbl .name  .time {
	float: left;
	width: 100px;
}


/*--テキスト-----------------------------------------------------*/

.lead {
	clear: both;
	margin: 15px 0 10px 0;
	font-weight: bold;
	border-bottom: solid 2px #653B21;
}


/*--印刷-----------------------------------------------------*/
#print {
	clear: both;
	margin-top: 15px;
	border-top: solid 2px #653B21;
	padding: 20px;
	text-align: center;
}
#print p {
	margin-top: 15px;
}

/*--スペーサー・その他-----------------------------------------------------*/

.txt_l { text-align: left; }
.txt_c { text-align: center; margin: 0 auto; }
.txt_r { text-align: right; }
.va_t { vertical-align: top; }
.cb { clear: both; }

