@charset "UTF-8";
/***************************************************************

* TAKAGIYA co.,ltd. home.css

***************************************************************/
#flash {
	margin: 0 0 20px;
}
#recipe {
	width: 310px;
	float: left;
}

#recommend {
	width: 310px;
	float: right;
}
.clumn h2 {
	margin: 0 0 10px;
}
.clumn h3 {
	font-weight: bold;
	margin: 0 0 3px;
}

.clumn .col1 {
	width: 86px;
	float: left;
	font-size: 0.9em;
	line-height: 1.4em;
}
.clumn .col2 {
	width: 204px;
	float: right;
	font-size: 0.9em;
	line-height: 1.4em;
}

#news {
	margin: 0 0 20px;
}
#news h2 {
	margin: 0 0 10px;
}
#news li {
	padding: 0 0 5px;
	margin: 0 0 5px;
	background: url(../img/common/dot.gif) repeat-x left bottom;
}
#news li .date {
	display: block;
	width: 50px;
	float: left;
	font-size: 11px;
}
#news li .title {
	display: block;
	width: 230px;
	float: right;
}


