/*----------------------------------------レイアウト*/

/* トップページ左ブロック */
div#meal_left {
  width: 665px;
  float: left;
  margin-left: 10px;
  text-align: left;
}
/* チュートリアル右ブロック */
div#meal_right {
  width: 300px;
  float: right;
  margin-right: 10px;
}

.text_com {
    margin-top: 60px;
	margin-left: 30px;
}

.pos_weather{
	margin: 10px 0px 10px 10px;
}

.wtl_h1{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 3px;
}

.m_list {
}

.m_list dt{
	margin-left: 35px;
	font-weight: bold;
	margin-bottom: 10px;
}

.m_list dd{
	margin-left: 50px;
	margin-bottom: 10px;
}


.meal_top {
    width: 980;
    height: 100;
    margin-left: 9px;
    background-image: url(../images/meal_head.png);
    background-repeat: no-repeat;
    text-indent: -99999;
}