/* CSS Document */

/*テキスト設定*/
.h1{
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: normal;
	border-left: 6px solid #FF0000;
	padding: 4px;
}

.h2{
	font-family: "ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-size: 18pt;
	line-height: 25pt;
	font-weight: bold;
	border-left : 3px solid #FF0000;
	padding-left : 15px;
	letter-spacing : -0.05em;
}

.h3{
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: normal;
	border-left: 6px solid #0066CC;
	padding: 4px;
}

/*サイトマップ用設定*/
.sitemap_txt1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11pt;
	line-height: 20pt;
	color:#333333;
}
.sitemap_txt2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	line-height: 15pt;
	color:#333333;
}
.sitemap_txt3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	line-height: 13pt;
	color:#333333;
}

.info_txt {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	line-height: 10pt;
}

.info_day {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color:#FF6600;
	font-size: 8pt;
	line-height: 11pt;
	font-weight: normal;
}
p.txtlong{
	text-align : justify;
	line-height : 170%;
}

.txtlong {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	line-height: 15pt;
	text-align: justify;
}

.txt2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	line-height: 12pt;
}

.txt3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	color: #333333;
	line-height: 12pt;
}

.txt4 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	color: #333333;
	line-height: 10pt;
}

/*リンク設定*/
A{ text-decoration : none;}

A:hover {
	 color: blue;
	 text-decoration : underline;
 }

/*レシピページ用のリンク*/
#recipe a:link{
	color: #663300;
	text-decoration : none;
}
#recipe a:hover{
	text-decoration : underline;
}