@charset "utf-8";
/* CSS Document */

#header{
	background:url(../images/header_bg.gif) no-repeat left top;
	/*padding:15px 0 15px 10px;
	height:90px;*/
}



#condition{
	clear:both;
	width:195px;
	float:left;
	background:url(../../access/images/left_clm_mdl.gif) repeat-y;
}

#condition_cont{
	width:185px;
	padding:5px;
}	

#pan{
	padding:10px 0;
}

#pan li{
	float:left;
}

/*Live Camera
---------------------------------------------------------*/
#camera{
	border-bottom:1px #E2E2E2 solid;
	margin-bottom:10px;
	padding-bottom:5px;
}
#camera .img_camera,#course .img_course{
	float:left;
	margin:5px 5px 5px 0;
	width:100px;
	
}
#camera .txt{
	float:right;
	width:80px;
	padding:5px 0;
}

/*Course
---------------------------------------------------------*/
#course{
	clear:both;
	border-bottom:1px #E2E2E2 solid;
	margin-bottom:5px;
	padding-bottom:5px;
}
#course .img_course{
	float:left;
	margin:5px 5px 5px 0;
	width:70px;
	
}

#course .txt{
	float:right;
	padding:10px 0;
}

.txt_course{
	padding:10px 0;
}

/*今日のゲレンデ,天気
--------------------------------------------------------------*/
#weather_clm1,#weather_clm2,#weather_clm3{
	clear:both;
	padding-bottom:10px; 
	margin-bottom:5px;
	border-bottom:1px #E2E2E2 solid;
}
	
.weather_table{
	text-align:center;
}
.weather_table td{
	padding:1px;
}

/*日塩有料道
--------------------------------------------------------------*/
#road{
	margin-bottom:5px;
}
#road .weather_table{
	float:left;
	text-align:center;
	margin-top:20px;
}

/*右カラム
--------------------------------------------------------------*/
#Right_container{
	float:right;
	width:595px;
}

.wrap{
	padding:0 10px;
}






