﻿@charset "utf-8";
/* CSS Document */

/*特定タグ　特定クラス*/
p {
	margin:0;
}
img {
	border:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.mt30 {
	margin-top:30px;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.txt-right{
	text-align: right;
	}
.txt-orange{
	color:#FF6600;
}
.txt-red{
	color:#FF0000;
}
a:link { color: #000000; }
a:hover {color: #333333;}
a:visited { color: #666666; }
a:active { color: #333333; }



/*********************** 共通部分********************/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color:#333333;
}

#container {
	width: 760px;
	margin: 0 auto;
}
.mainbody-basic{
	float:right;
	margin-top:20px;
	}

/*メニュー*/
#menu {
	margin-top:20px;
	float:left;
	}
#menu p {
	margin-bottom:10px;
	}

/*フッター*/
#footer {
	clear:both;
	height:40px;
	padding-top: 5px;
	font-size: 12px;
  	color: #333333;
	text-align: center;
	background-color: #fcaf77;
	line-height: 120%;
}

#contact{
	float:right;
	margin-top:20px;
	}





/*********************ＴＯＰページ用******************/
#top-left{
	float:left;
	margin-top:15px;
	}
#top-left p{
	margin-bottom:15px;
	}

#top-center{
	float:left;
	margin-top:15px;
	margin-left:10px;
	}
#top-center p{
	margin-bottom:15px;
	}

#top-right{
	margin-top:15px;
	margin-left:528px;
	}
#top-right p{
	margin-bottom:10px;
	}


/***********************常備菜ページ（他、茹で、ラクごはん共通）******************/
#leadwords{
	margin-top:10px;
	width:580px;
	}
#leadwords p{
	padding-left:5px;
	font-size: 14px;
	border-bottom: 1px dotted #FF6600;
	line-height: 150%;
	}

.recipe-box{
	width:580px;
	margin-top:20px;
	border-top: 1px solid #999999;
	clear:both;
	}
.recipe-box h1{
	padding-left:10px;
	font-size: 16px;
	letter-spacing: 2px;
	}
.recipe-box img{
	margin-left:10px;
	}
.recipetext{
	margin-left:150px;
	width:420px;
	font-size: 14px;
	line-height: 120%;
	}
.recipetext h2{
	font-size: 14px;
	margin-bottom:5px;
	}


/***********************茹で野菜ページ独自******************/
.boil{
/*	text-align:center;*/
	width:540px;
	margin-top:20px;
	padding:0 20px 0 20px;
	}
.boil h1{
	margin:25px 0 10px;
	float:left;
	color: #00CC33;
	}
.boil img{
	margin-left:50px;
	margin-bottom:20px;
	}
.boil-txt{
	width:200px;
	margin-left:350px;
	line-height: 150%;
	padding-top: 20px;
	}

/***********************住まいのラク家事ﾍﾟｰｼﾞ独自******************/
.kotu-table{
	border-bottom:#999999 1px thin;
	margin:20px 0 10px 0;
	}

.kotu-table th{
	padding:10px 0 0 10px;
	text-align:left;
	font-size:16px;
	line-height:150%;
	}

.kotu-table td{
	font-size:14px;
	padding-top:10px;
	vertical-align: top;
	line-height:150%;
	}

.kotu-img{
	margin:0 20px 10px 10px;
	}




/***********************info、contactﾍﾟｰｼﾞ独自******************/
#infowords{
	margin:20px 0 0 10px;
	width:420px;
	float:left;
	line-height:130%;
	font-size: 13px;
	letter-spacing: 2px;
	color: #000000;
	}
#infoimg{
	margin-top:20px;
	float:right;
	}
#contacttxt{
	font-size:14px;
	line-height:150%;
	}
#contacttxt span{
	font-size:12px;
	line-height:100%;
	}







