@charset 'UTF-8';

.index-content1{
	/*g-contentのindex.html用*/
	float:left;
	width:367px;
	margin:16px 10px 16px 0;padding:0;
	text-align:left;
}
.index-content2{
	/*g-contentのindex.html用*/
	float:left;
	width:367px;
	margin:16px 0;padding:0;
	text-align:left;
}
.osusumeBanner p{
	padding:2px;
}

#banner{
	text-align:center;
}
#banner p{
	padding:2px;
	color:#888;
}
#banner img{
	padding:1px 0 3px;
}

#norikaeUnchin p,
#norikaeUnchin form{
	padding:5px;
}
#shisetsuTown p,
#shisetsuTown form{
	padding:5px;
}


/*天気情報枠
----------------------------------------*/
#weatherMidashi{
	height:23px;
	text-align:right;
}
#weatherMidashiInner{
	height:23px;
	margin-left:auto;
}
#weatherMidashiInner div{
	float:right;
	height:18px;
	padding-top:5px;
	background:url(../common_image/midashi_box_indextenki_bg.gif) repeat-x;
}
* html body #weatherMidashiInner div{
	height:23px;
}
#weatherMidashiInner img{
	display:block;
	float:right;
}
* html body #weatherMidashiInner img{
	margin:0 -3px;
}
#weatherAlertList{
	display:none;
}

/*イベント枠
----------------------------------------*/
#event{
	width:365px;
	height:250px;
	background:#fff;
	background-image:none;
	background-position:top left;
	background-repeat:no-repeat;
}

/*カレンダー年月表示*/
#eventMonth{
	width:345px;
	height:44px;
	margin:40px 8px 0;
}
#eventMonth #calendarMonth{
	float:left;
	overflow:hidden;
	margin:0;padding:0;
	height:40px;
}
#eventMonth #calendarMonthText{
	overflow:hidden;
	margin:0 3px 0 0;padding:0;
	font-family:Verdana;
	font-size:28px;/*固定サイズ*/
	color:#fff;
	letter-spacing:-2px;
}
#eventMonth #calendarYearText{
	overflow:hidden;
	margin:0;padding:0;
	font-family:Verdana;
	font-size:14px;/*固定サイズ*/
	color:#fff;
	letter-spacing:0;
}
#eventMonth #calendarLink{
	float:right;
	overflow:hidden;
	margin:16px 0 0 0;padding:2px 0 0 2px;
	text-align:right;
}

/*カレンダーサイド*/
#eventCalendarSide{
	float:left;
	width:200px;
	margin:0 0 0 8px;padding:0;
}
* html body #eventCalendarSide{
	margin:0 auto 0 4px;
}

/*カレンダー今週の1枚サイド*/
#eventIchimaiSide{
	float:right;
	width:130px;
	margin:0 10px 0 0;padding:0;
	text-align:center;
	background:#eee;
}
* html body #eventIchimaiSide{
	margin:0 5px 0 0;
}
#eventIchimaiSide #ichimaiImg{
	margin:3px 0;padding:0;
}
#eventIchimaiSide #ichimaiText{
	margin:0;padding:2px 3px;
	text-align:center;
}




