@charset "UTF-8";

/*全体の枠組み
----------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	color; #000;
	
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	
}

/*ページ全体
---------------------------------------------------------*/
#wrapper{
	width: 800px;
	height: auto;
	margin: 0 auto;

}

/*ファイヤーフォックスで出てくるリンクの囲いを消すよ！
---------------------------------------------------------*/

a{
	text-decoration : none;
}


/*a imgでaタグの中のイメージデータについての記述になる
---------------------------------------------------------*/

a img{
border-style : none;


}
/*ビルドー（トップページ用）
---------------------------------------------------------*/

#birudo{
	width: 800px;
	height: 350px;
	background: url(../photo/top_image1.jpg) no-repeat;

	text-indent: -9999px;

}



/*ビルドー（メディアキャンプ浅間説明用）
---------------------------------------------------------*/

#asama{
	width: 800px;
	height: 150px;
	background: url(../photo/build2.jpg) no-repeat;
	
}

/*グローバルメニュー
---------------------------------------------------------*/

#menutop{
	position:absolute;
	top: 105px;
	width: 80px;
	height: 40px;
	text-align:center;
}

#menuabout{
	position:absolute;
	margin-left: 80px;
	top: 105px;
	width: 135px;
	height: 40px;
	text-align:center;
}

#menuoutline{
	position:absolute;
	margin-left: 215px;
	top: 105px;
	width: 90px;
	height: 40px;
	text-align:center;
}

#menuguest{
	position:absolute;
	margin-left: 305px;
	top: 105px;
	width: 100px;
	height: 40px;
	text-align:center;
}

#menuentry{
	position:absolute;
	margin-left: 405px;
	top: 105px;
	width: 90px;
	height: 40px;
	text-align:center;
}


.menu{
	margin-top: 12px;
	font-size:12px;
	font-weight:bold;
}

.menu_en{
	margin-top:-15px;
	font-size:9px;
	font-style:italic;
}


/*コンテンツ（メディアキャンプ浅間説明用）
---------------------------------------------------------*/

#canp{
	width: 800px;
	height: auto;	

			
	
}

/*説明文章のブロック全体の設定
---------------------------------------------------------*/

#temp{
	width: 700px;
	height: auto;	
	padding:50px;
	font-size:small;
			
	
}





/*トップページナビゲーション（メニュー）
--------------------------------------------------------*/

#contents{
	float : left;
	width: 200px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-alinet: right;

}



#contents ul {
	list-style: none;
	padding:0;
	width: 400px;
	height: 250px;
}

	#contents ul li {
		width: 400px;
		height: 250;
		margin: 0px 0px  10px 5px;
	}

		#contents li a {
			display: block;
			width: 136px;
			height: 35px;
		}

			#contents li#about a {
				background: url(../photo/about.jpg) no-repeat;
			}
			#contents li#about a:hover{
				background: url(../photo/about_p.jpg) no-repeat;

			}



			#contents li#outline a {
				background: url(../photo/open.jpg) no-repeat;
	
			}

			#contents li#outline a:hover{
				background: url(../photo/open_p.jpg) no-repeat;
	
			}

			#contents li#gest a{
				background: url(../photo/gest.jpg) no-repeat;
			}
			#contents li#gest a:hover{
				background: url(../photo/gest_p.jpg) no-repeat;
			}
			
			#contents li#entery a{
							background: url(../photo/entery.jpg) no-repeat;
			}


			#contents li#entery a:hover{
							background: url(../photo/entery_p.jpg) no-repeat;
			}





/*更新トピック　
--------------------------------------------------------*/
#topicks{
	float: right;
	width: 600px;
	height: 235px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;

	
  	
  	text-align : center;
  	

}






/*フッター（faceロゴ）
--------------------------------------------------------*/
#footer{
	/*フッターには入れるらしいよ～以下*/
	
	clear:both;
	width : 800px;
	height : 80px;
	margin : 0;
	
	
	
	
}



/* shadow
---------------------------------------------------------*/
#shadowtop {
	background-image: url(../photo/container_bgcolor.jpg);
	
	background-repeat: repeat-y;
	padding: 0px;
	height: auto;
	width: 848px;
	margin: 0 auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/*見出しフォント
--------------------------------------------------------------*/
#midashi{
	font-size:large;
	font-weight:bold;
	text-decoration:underline; /* overline;*/

}
#blog{
	position:absolute;
	margin-left: 600px;
	top: 260px;
	width: 227px;
	height: 99px;
	text-align:-999;
	
}


/*アウトライン用のマップ
--------------------------------------------------------------*/
#map{
	position:absolute;
	margin-left: 365px;
	top: 245px;
	width: 360px;
	height: 300px;
	text-align:-999;
	
}

/*ゲストの顔写塩屋
--------------------------------------------------------------*/
#gusetpic1{
	position:absolute;
	margin-left: 487px;
	top:520
	width: 154px;
	height: 208px;
	text-align:-999;
	
}
/*ゲストの顔写市村
--------------------------------------------------------------*/
#gusetpic2{
	position:absolute;
	margin-left: 487px;
	top:390;
	width: 154px;
	height: 208px;
	text-align:-999;
	
}
/*ゲストの顔写元木
--------------------------------------------------------------*/
#gusetpic3{
	position:absolute;
	margin-left: 487px;
	top:500;
	width: 154px;
	height: 208px;
	text-align:-999;
	
	}
/*ゲストの顔写渡辺
--------------------------------------------------------------*/
#gusetpic4{
	position:absolute;
	margin-left: 487px;
	top:550;
	width: 154px;
	height: 210px;
	text-align:-999;
	}
