@charset "utf-8";

/* お天気 */
.block_outer #weather_title {
    text-align: center;
    font-size: 1em;
    background: url('./tit_bloc_tenki.gif') no-repeat 0px 0px;
/*
    padding: 8px 0 10px 10px;
    border-style: solid;
    border-color: #f90 #f90 #f90;
    border-width: 1px 1px 0;
*/
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    height: 35px;
}
.block_outer #weather_inner {
    padding: 5px 0;
    border-style: solid;
    border-color: #f90 #f90 #f90;
    border-width: 0 1px 1px;
}
.block_outer #weather_today,
.block_outer #weather_tomorrow {
	text-align: center;
	margin: 10px auto;
}
.block_outer #weather_today .weather_title,
.block_outer #weather_tomorrow .weather_title {
	font-size: 1em;
	margin: 5px 0;
}
.block_outer #weather_credit {
	padding: 0 8px 0 0;
	text-align: right;
	font-size: 0.5em;
	line-height: 120%;
	margin: 5px 0;
}