@charset "utf-8";
/* 上高地ライブカメラ用CSS */


* {
	margin: 0;
	padding: 0;
}
body {
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	text-align: left;
	background:url(image/pages/background.jpg);
}
img {
    border:0;
}
#container {
	width:996px;
	font-size:76%;
	border-right:1px solid #777777;
	background-color:#FFF;
}
#header {
	border-bottom:1px solid #777777;
	height:112px;
}

#header h1 {
	background-color:#AAD8EC;
	font-size:100%;
	font-weight:normal;
	padding:2px 0 2px 10px;
}
#header p {
	font-size:100%;
	text-align:center;
}

#contents {
}
#contents #livecam_left {
	width:770px;
	float:left;
}
#contents #livecam_right {
	width:220px;
	float:right;
}
#contents #livecam_right .livecam_text {
	text-align:center;
	padding:2px;
}

#footer {
	clear:both;
}
