/*----------ささやまレシピサイト・indexの設定-------------------------------------------*/

/*----------メインビジュアル部分---------------------------------------------------*/
#main_bg {
	width: 780px;
	height: 250px;
	margin: 3px 0px 0px 0px;
	background: url(../img/main.jpg) no-repeat;
	text-indent: -10000px;
}

/*----------本体（左右のボックスや下のテーブルなど）-------------------------------------*/
#contents {
	width: 780px;
	margin: 15px 0px 0px 0px;
}

/*-----------左側のボックス------------------------------------------------------------*/
#left_box {
	width: 265px;
	margin: auto 5px;
	float: left;
	
}

/*----------右側のボックス------------------------------------------------------------*/
#right_box {
	width: 494px;
	margin: 0px auto;
	float: right;
}

/*-----左側コルクボード-------------------------------------------------------------*/
#boad {
	width: 262px;
	height: 53px;
	background: url(../img/boad_top.jpg) no-repeat;

}

#boad_lap {
	width: 262px;
	background: url(../img/boad_bg.jpg) repeat-y;
		text-align:center;
}

#boad_foot {
	width: 262px;
	height: 51px;
	background: url(../img/boad_bottom.jpg) no-repeat bottom;
}

.b_text {
	width: 160px;
	margin: 0px auto;
}

/*----------リンク先------------------------------------------------------------------------*/
#link_box {
	width: 227px;
	margin: 20px auto;
}

#link_box li {
	margin-bottom: 5px;
}

/*---------春の野菜一覧ボックス-----------------------------------------------------------------*/
#spring_head {
	width: 480px;
	height: 54px;
	background: url(../img/spring_top.jpg) no-repeat;
}

#spring_lap {
	width: 480px;
	background: url(../img/spring_bg.jpg) repeat-y;
}

#spring_foot {
	width: 480px;
	height: 13px;
	background: url(../img/spring_bottom.jpg) no-repeat bottom;
}

/*---------夏の野菜一覧ボックス-----------------------------------------------------------------*/
#summer_head {
	width: 480px;
	height: 55px;
	background: url(../img/summer_top.jpg) no-repeat;
}

#summer_lap {
	width: 480px;
	margin-top: 7px;
	background: url(../img/summer_bg.jpg) repeat-y;
}

#summer_foot {
	width: 480px;
	height: 13px;
	background: url(../img/summer_bottom.jpg) no-repeat bottom;
}

/*---------秋の野菜一覧ボックス-----------------------------------------------------------------*/
#fall_head {
	width: 480px;
	height: 55px;
	background: url(../img/fall_top.jpg) no-repeat;
}

#fall_lap {
	width: 480px;
	margin-top: 7px;
	background: url(../img/fall_bg.jpg) repeat-y;
}

#fall_foot {
	width: 480px;
	height: 13px;
	background: url(../img/fall_bottom.jpg) no-repeat bottom;
}

/*---------冬の野菜一覧ボックス-----------------------------------------------------------------*/
#winter_head {
	width: 480px;
	height: 55px;
	background: url(../img/winter_top.jpg) no-repeat;
}

#winter_lap {
	width: 480px;
	margin-top: 7px;
	background: url(../img/winter_bg.jpg) repeat-y;
}

#winter_foot {
	width: 480px;
	height: 13px;
	background: url(../img/winter_bottom.jpg) no-repeat bottom;
}

.vege_list {
	width: 100px;
	margin: 5px 30px;
}

.vege_list li{
	height: 20px;
}

/*----------野菜収穫時期カレンダー------------------------------------------------------------*/
#calender_box {
	width: 650px;
	margin: 30px auto 30px auto;
}

#calender_box table {
	border: 1px solid silver;
	border-collapse: collapse;
}
#calender_box th {
	border: 1px solid silver;
	border-collapse: collapse;
}

#calender_box td {
	padding: 3px;
	border: 1px solid silver;
	border-collapse: collapse;
}

.title {
	padding:0;
	margin:0;
	background: #e8ffa2;
}

.name {
	width: 85px;
	height: 15px;
	background: #FFFFcc;
}

.month {
	width: 50px;
	background: #ffeec4;
}

.harvest {
	background: #a7c843;
}

.season {
	width: 20px;
	background: #f8dcdb;
}
#calender_bg {
	width: 648px;
	height: 98px;
	margin:0;
	padding:0;
	background: url(../img/calender_kos.gif) no-repeat;
	text-indent: -10000px;
}



