﻿
/* lead
-------------------------------------------*/
.txt-main {
	color: #333;
	margin-bottom: 20px;
	padding: 20px;
	padding-left: 30px;
	*padding-top: 0;
	clear: both;
	border: 2px dashed #ccc;
	background: #fafafa;
}
.txt-main strong {
	color: #f18b0f;
	font-size: 18px;
	display: block;
}


/* main
-------------------------------------------*/
.item_written img {
	margin-bottom: 15px;
}
.item_written h3 {
	width: 250px;
	color: white;
	text-align: center;
	margin-bottom: 10px !important;
	padding: 2px 0;
	background: #d03135;
}
.item_written h4 {
	width: 350px;
	color: white !important;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px !important;
	padding: 2px 0;
	background: #1f9d60;
}
.item_written p {
	margin-bottom: 20px;
}
.item_written strong {
	color: #d04a3f;
	font-size: 16px;
	text-decoration: underline;
	display: block;
	margin-bottom: 5px;
}
.item_written .effect {
	color: #1f9d60;
}
.img-right {
	float: right;
	margin-bottom: 0 !important;
}


/* 今月の話題
-------------------------------------------*/
.txt-strong {
	color: white;
	padding: 15px 20px;
	background: #7f8c46;
}

.recipe
{
	background: url(date/recipe_bg.jpg) no-repeat;
	width: 365px;
	height: 479px;
	padding: 100px 70px 0;
	margin-bottom: 20px;
}
.recipe .recipeTitle
{
	text-align: center;
	font-weight: bold;
	color: #008000;
}
.recipe strong
{
	color: #008000;
}
/* element
-------------------------------------------*/
a, a:visited {
	color:#003C7B !important;
}

.mg-15 {
	margin-top: -15px;
}

.link {
	text-align: right;
	margin-top: 10px;
}

.title {
	font-size: 19px !important;
	line-height: 1.3 !important;
}

.txt-link p {
	margin-bottom: 10px !important;
}

