#MainContInner {
	overflow:hidden;
}

#NewsContWrapper {
	width:620px;
	float:left;
}

#NewsSideBar {
	width:260px;
	float:right;
	padding-top:200px;
	padding-right:10px;
}

.NewsBox {
	color:#FFF;
	padding-bottom:100px;
	overflow:hidden;
}

.NewsTitleBox {
	background:url(../img/title_border.png) repeat-x left bottom;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:12px;
	line-height:1.5;
}

.NewsTitleBox h3 {
	font-size:18px;
	line-height:1.3;
	padding-bottom:5px;
}

.NewsTitleBox strong {
	background:#B25900;
	line-height:1.8;
	border-radius:3px;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
}

.NewsPh {
	padding-bottom:10px;
}

.NewsPh img {
	border:3px solid #FFF;
	display:block;
	box-shadow: 0 1px 8px rgba(0,0,0,0.8);
}

.NewsText {
	font-size:14px;
	line-height:1.6;
}

.NewsText img {
	max-width:100%;
}

.NewsShopInfo {
	clear:both;
	padding-top:20px;
	overflow:hidden;
	position:relative;
}

.NewsShopPh {
	width:200px;
	float:left;
}

.NewsShopPh img {
	width:196px;
	border:2px solid #FFF;
}

.NewsShopText {
	margin-left:210px;
}

.NewsShopText h4 {
	font-size:1.6em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-bottom:10px;
}

.NewsShopText p {
	font-size:11px;
	line-height:1.6;
}

.NewsShopText a {
	display:block;
	width:200px;
	height:30px;
	text-indent:-9999px;
	position:absolute;
	bottom:0;
	left:210px;
	background:url(../img/more_btn_orange.png) 0 0;
}

.NewsShopText a:hover {
	background:url(../img/more_btn_orange.png) 0 -30px;
}

.SideBarCont {
	padding-bottom:60px;
	overflow:hidden;
	clear:both;
}

.SideBarCont h3 {
	padding-bottom:5px;
}

#NewsSideBar ul {
	padding-left:10px;
}

#NewsSideBar li a {
	display:block;
	border-bottom:1px dotted #666;
	padding-top:7px;
	padding-bottom:10px;
	text-decoration:none;
	line-height:1.5;
	background:url(../img/news_link_arrow.png) no-repeat right;
}

#NewsSideBar li a:hover {
	background:url(../img/news_link_arrow_on.png) no-repeat right;
}

#NewsSideBar li a span {
	font-size:10px;
	color:#CCC;
	display:block;
	padding-top:3px;
}

#NewsSideBar li a span.shop {
	padding-top:0;
}

#NewsSideBar li a strong {
	background:#B25900;
	line-height:1.8;
	border-radius:3px;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	font-size:10px;
}

#NewsSideBar li a h4 {
	font-size:12px;
	color:#FFF;
}

#NewsSideBar li a:hover span {
	color:#FFF;
}

#NewsSideBar li a:hover h4 {
	text-decoration:underline;
}

#PagesItemWrapper {
	clear:both;
}

#PagesItemWrapper span.current_page {
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:6px;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	text-align:center;
	background:#F60;
	border-radius:3px;
	line-height:1.2;
	color:#FFF;
	margin-right:10px;
}

#PagesItemWrapper a.link_page {
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:6px;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	text-align:center;
	background:#666;
	border-radius:3px;
	line-height:1.2;
	color:#FFF;
	text-decoration:none;
	margin-right:10px;
}

#PagesItemWrapper a.link_page:hover {
	background:#C00;
}

#PagesItemWrapper span a {
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:6px;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	text-align:center;
	background:#F60;
	border-radius:3px;
	line-height:1.2;
	color:#FFF;
	margin-right:10px;
	text-decoration:none;
}

#PagesItemWrapper span a:hover {
	background:#C00;
}

