/*★食品カレンダー用CSS★*/

/*メイン左よせ*/
#main {
	float: left;
	width: 728px;
	padding: 5px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}

/*タイトル文字*/
.title {
	font-size: 28px;
	font-weight: bolder;
	width: 728px;
	border-top: 0px dotted #0000CC;
	border-right: 0px dotted #0000CC;
	border-bottom: 2px dotted #009900;
	border-left: 0px dotted #0000CC;
	color: #009900;
	text-align: left;
	line-height: 32px;
	padding: 0px;
	height: auto;
	margin: 0px;
}

/*メインレイアウト*/
.box {
	width: 728px;
}

.nakami3 {
	float: left;
	width: 239px;
	margin-right: 5px;
}
.nakami4 {
	float: right;
	width: 239px;
}

.left {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

/*15px空白*/
.blank15 {
	height: 15px;
	width: 728px;
}
