@charset "utf-8";
/*----------------------------------------------------

	import設定
	
----------------------------------------------------*/
/* Webブラウザのデフォルトスタイルのリセット */
@import url("common.css");

/*----------------------------------------------------

	サイト全体の共通設定

----------------------------------------------------*/
#o_stage_menu_all ul {
	width: 180px;
	height: 600px;
	list-style-type: none;
	background-image: url(../img/news/menu1.jpg);
	list-style-position: inside;
	background-repeat: no-repeat;
}
#o_stage_menu_all li {
	float: left;
	list-style-position: inside;
}


#o_stage_menu_all li a {
	display: block;
	height: 50px;
	width: 180px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

/*----------------------------------------------------

	お知らせ

----------------------------------------------------*/

#news {
	margin-top:20px 0 0 0;
	clear:left;
	padding-left:40px;
	padding-right:40px;
	margin-top: 20px;
	font-size: 12px;
	color: #483528;
	letter-spacing: 2px;
}
#news ul{
	list-style-type: none;
	list-style-position: inside;
	padding-bottom:30px;
	height:100%;
}
#news li{
	float:left;
	width: 640px;
	padding-top:10px;
	padding-bottom: 10px;
	background-image: url(../img/news/line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#news li .day{
	margin:0px 0px 0px 0px;
	width: 610px;
	padding-left: 25px;
	background-image: url(../img/news_mark.jpg);
	background-repeat: no-repeat;

}


