@charset "utf-8";

/* キャンプ情報ページCSSファイル */
#camp {
}

#camp #mapInfo tr td{
 font-size:13px;
 font-weight:normal;
 color:#333333;
}

#camp .campTOP {
 width:450px;
}

/* 月ごとのナビゲーション */
#camp .campMonth {
 width:550px;
	margin-right:10px;
	margin-left:10px;
	height:105px;
	padding-bottom:20px;
	margin-bottom:10px;
	background-image:url(../image/line_wave.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

#camp .campMonth .monthKanban {
 text-align:left;
}

#camp .campMonth h3 {
 float:left;
	width:250px;
	text-align:left;
	font-size:15px;
	height:25px;
}

#camp .campMonth ul.monthNavi{
 width:300px;
	float:right;
}

#camp .campMonth ul.monthNavi li{
 width:25px;
	float:left;
	list-style-type:none;
}

/* =======STREEM====== */
#mainBox #camp #streamHeader {
	color: #4E4E4E;
	margin-top: 8px;
	margin-bottom:4px;
	text-align:center;
	background-color:#FFFFFF;
	width:320px;
}



