@charset "utf-8";


/***************************************
	ニュース
***************************************/
#main .pageBody .news h2{
	background-image: url(../img/news/title.gif);
	height: 30px;
	width: 200px;
	float: left;
	margin-left: 30px;
	display:inline;
} 

#main .pageBody .news p.shname{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	display:inline;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #006600;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}

#main .pageBody .shopnews{
	padding-left: 30px;
}

#main .pageBody .shopnews .start{
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}

#main .pageBody .shopnews .newsArticle{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	width: 487px;
}

#main .pageBody .shopnews p.newsph{
	width: 90px;
	float: left;
}

#main .pageBody .shopnews .newsBody{
	float: right;
	width: 370px;
	text-align: left;
}

#main .pageBody .shopnews .newsBody p.newsdate{
	float: left;
}

#main .pageBody .shopnews .newsBody p.shoplink{
	float: right;
	border: 1px solid #CCCCCC;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	font-size: 11px;
	display: block;
}

#main .pageBody .shopnews .newsBody h3{
	font-size: 12px;
	font-weight: bold;
	clear: both;
}


#main .pageBody .shopnews .new{
 margin-left: 6px;
}


#main .pageBody .shopnews .newsDetail{
	margin-bottom: 10px;
	float: left;
	width: 487px;
}

#main .pageBody .shopnews .newsDetail .txt{
	width: 280px;
	float: left;
	text-align: left;
}

#main .pageBody .shopnews .newsDetail .txt h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#main .pageBody .shopnews .newsDetail .txt p.doc{

}

/*
#main .pageBody .shopnews .newsDetail .photoL{
	margin-bottom: 15px;
}
*/
#main .pageBody .shopnews .newsDetail .photoL{
	margin-bottom: 15px;
	width: 480px;
	float: left;
} 

#main .pageBody .shopnews .newsDetail .photoL p{
	font-size: 10px;
	margin-top: 3px;
}

#main .pageBody .shopnews .newsDetail .photo{
	float: right;
	width: 190px;
	text-align: left;
}

#main .pageBody .shopnews .newsDetail .photo img{
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#main .pageBody .shopnews .newsDetail .photo .cap{
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}





/***************************************
	イベント
***************************************/


#main .pageBody .event h2{
	background-image: url(../img/event/title.gif);
	height: 30px;
	width: 487px;
}

#main .pageBody .event table{
	margin-right: auto;
	margin-left: auto;
	width: 480px;
}


#main .pageBody .event th{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	text-align: left;
	padding-bottom: 5px;
	background-color: #F3EDDE;
}
#main .pageBody .event th.date{
	width: 70px;
	padding-left: 10px;
}
#main .pageBody .event th.name{
	width: 250px;
}
#main .pageBody .event th.shop{
	width: 150px;
}

#main .pageBody .event td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
