

/* スタッフバー ---------------------------------------------------------------------- */

	#staff_bar{
		background-image: url(/img/line_staff_bg.gif);
		text-align: center;
	}

	#staff_bar ul{
		width: 830px;
		margin: auto;
		list-style-type: none;
	}

	#staff_bar ul li{
		width: 130px;
		height: 65px;
		float: left;
	}

	#staff_bar ul li#staff_title{
		background: url(/img/madame_staff.gif) no-repeat center left;
		width: 120px;
		text-indent: -9999px;
	}

	#staff_bar dl.staff{
		margin-top: 18px;
		width: 120px;
	}

	#staff_bar dl.staff dt{
		width: 40px;
		float: left;
		position: relative;
		top: 0px;
		left: 0px;
	}

	#staff_bar dl.staff dt img{
		border: solid 1px #58BA00;
	}

	#staff_bar dl.staff#staff_1 dd.name{ background: url(/img/staff_name_1.gif) no-repeat center left; }
	#staff_bar dl.staff#staff_2 dd.name{ background: url(/img/staff_name_2.gif) no-repeat center left; }
	#staff_bar dl.staff#staff_3 dd.name{ background: url(/img/staff_name_3.gif) no-repeat center left; }
	#staff_bar dl.staff#staff_4 dd.name{ background: url(/img/staff_name_4.gif) no-repeat center left; }
	#staff_bar dl.staff#staff_5 dd.name{ background: url(/img/staff_name_5.gif) no-repeat center left; }
	#staff_bar dl.staff#staff_6 dd.name{ background: url(/img/staff_name_6.gif) no-repeat center left; }


	#staff_bar dl.staff dd{
		width: 80px;
		float: left;
		text-indent:-9999px;
		text-align: left;
	}

	#staff_bar dl.staff dd.url a{
		background: url(/img/url.gif) no-repeat center left;
		width: 23px;
		height: 9px;
		cursor: pointer;
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
		text-decoration: none;
		display: block;
		margin-left: 3px;
	}

	#staff_bar dl.staff#staff_4{
		width: 140px;
	}

	#staff_bar dl.staff#staff_4 dd{
		width: 100px;
	}


	/* ログピ ---------------------------------------------------------------------- */

	.fukidashi a{
		background: url(/img/home/fukidashi.png) no-repeat center left;
		__background-image:none;
		__filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/home/fukidashi.png',sizingMethod=image);
		cursor: pointer;
		width: 20px;
		height: 17px;
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
		text-decoration: none;
		display: block;
		position: absolute;
		top: -10px;
		left: 23px;
		text-indent:-9999px;
		z-index: 10;
	}

	div#msg {
		width: 830px;
		margin: auto;
		position: relative;
		top: 0px;
		left: 0px;
		text-align: left;
	}

	div#msg .logpi_msg{
		background-image: url(/img/home/msg_bg.png);
		position: absolute;
		top: -55px;
		left: 0;
		z-index: 1000;
		width: 250px;
		display: none;
	}

	div#msg #hbkr_msg     { left:165px; __left:170px; }
	div#msg #daiskip_msg  { left:295px; __left:300px; }
	div#msg #mochinaga_msg{ left:425px; __left:425px; }
	div#msg #shimoda_msg  { left:555px; __left:570px; }

	div#msg .logpi_msg dl{
		margin: 5px 8px 7px;
	}

	div#msg .logpi_msg dt,
	div#msg .logpi_msg dd{
		text-align: left;
		color: #FFF;
	}

	div#msg .logpi_msg dd.msg{
		margin-top: 3px;
	}

	div#msg .logpi_msg dd.date{
		margin-top: 3px;
		font-size: 10px;
	}



/* ヒストリー ---------------------------------------------------------------------- */

	.history{
		background-color: #F2F2F2;
	}

	.history_line{
		border-left: solid 4px #fff;
		width: 820px;
		margin: auto;
	}

	.history ul{
		width: 800px;
		margin: auto;
		list-style-type: none;
		text-align: left;
	}

	.history ul li{
		padding: 10px 0;
		float: left;
	}

	.history ul li.date{
		width: 100px;
		font-size: 16px;
		font-family: Arial Black;
		color: #727272;
		letter-spacing: -1px;
	}

	.history ul li.image{
		width: 330px;
		text-align: center;
	}

	.history ul li.image img{
		border: solid 6px #fff;
	}

	.history ul li.text{
		width: 350px;
		background: url(/img/line_dot_1.gif) repeat-y center left;
		margin: 10px auto;
		padding: 5px 10px 5px;
	}

	.history ul li.text h2{
		margin-bottom: 10px;
	}

	.history ul li.text h2 span{
		background-color: #58BA00;
		padding: 4px;
		font-size: 14px;
		color: #FFF;
		__font-weight: bold;
	}

	.history ul li.text h2 span.service{
		background: #58BA00 url(/img/home/service.gif) no-repeat center left;
		padding-left: 25px;
	}

	.history ul li.text h2 span.radio{
		background: #58BA00 url(/img/home/radio.gif) no-repeat center left;
		padding-left: 23px;
	}

	.history ul li.text h2 span.event{
		background: #58BA00 url(/img/home/event.gif) no-repeat center left;
		padding-left: 25px;
	}

	.history ul li.text h2 span.private{
		background: #58BA00 url(/img/home/service.gif) no-repeat center left;
		padding-left: 25px;
	}

	.history ul li.text p{
		letter-spacing: 1px;
		line-height: 16px;
		font-family:"ＭＳ Ｐゴシック",Osaka,"Lucida Grande",geneva,verdana,sans-serif;
		font-size: 12px;
		margin-left: 2px;
	}

	.history ul li.text p a{
		font-size: 10px;
	}

	.history ul li.text dl{
		margin-top: 10px;
	}

	.history ul li.text dl dt{
		float: left;
	}

	.history ul li.text dl dd{
		float: left;
		width: 35px;
	}

	.history ul li.text dl dd img{
		margin: 4px 0 0 5px;
		border: solid 1px #58BA00;
	}

	.h_private{
		display: none;
	}

	.a_private{
		display: none;
	}


	/* やじるし ---------------------------------------------------------------------- */

	.history_2009{
		width: 830px;
		margin: 10px auto 0;
		text-align: left;
	}

	.history_2009 div{
		background: url(/img/home/2009.gif) no-repeat center left;
		width: 70px;
		height: 62px;
		position: relative;
		top: 0px;
		left: -14px;
		text-indent:-9999px;
	}

	.history_arr{
		width: 830px;
		margin: auto;
		text-align: left;
	}

	.history_arr div{
		background: url(/img/home/history_arr_2.gif) no-repeat center left;
		width: 25px;
		height: 30px;
		position: relative;
		top: 0px;
		left: -7px;
	}


	.history_2008{
		width: 830px;
		margin: 0px auto 0;
		text-align: left;
	}

	.history_2008 div{
		background: url(/img/home/2008.gif) no-repeat center left;
		width: 70px;
		height: 52px;
		position: relative;
		top: 0px;
		left: -14px;
		text-indent:-9999px;
	}


	/* ボタン ---------------------------------------------------------------------- */

	#history_btn{
		width: 830px;
		margin: 0 auto;
		text-align: left;
		position: relative;
		top: 0;
		left: 0;
	}

	#history_btn ul{
		width: 550px;
		list-style-type: none;
		position: absolute;
		top: 20px;
		left: 240px;
	}

	#history_btn ul li{
		float: left;
		margin-right: 3px;
	}

	#history_btn ul li a{
		cursor: pointer;
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
		text-decoration: none;
		display: block;
		text-indent:-9999px;
	}

	#history_btn ul li a#btn_1{ background: url(/img/home/btn_1.gif) no-repeat bottom left; width:83px; height:35px; }
	#history_btn ul li a#btn_2{ background: url(/img/home/btn_2.gif) no-repeat bottom left; width:116px; height:35px; }
	#history_btn ul li a#btn_3{ background: url(/img/home/btn_3.gif) no-repeat bottom left; width:107px; height:35px; }
	#history_btn ul li a#btn_4{ background: url(/img/home/btn_4.gif) no-repeat bottom left; width:111px; height:35px; }
	#history_btn ul li a#btn_5{ background: url(/img/home/btn_5.gif) no-repeat bottom left; width:118px; height:35px; }


	/* rss ---------------------------------------------------------------------- */

	#feed{
		clear: both;
		position: relative;
		top: 0;
		left: 0;
		width: 16px;
	}

	#feed a{
		position: absolute;
		top: 34px;
		left: 793px;
	}


