@charset "UTF-8";
@import "common.css";

#photos {
	width: 610px;
	background-color:#ffffff;
}


/*スライドメニュー--------------------*/

#slide_block {
	clear: both;
	width: 590px;
	margin: 13px auto 0 auto;
	position:relative;
}

#slide{
	width:519px;
	height:115px;
	margin:0 33px 10px 38px;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:hidden;
}


#myList{
	width:1183px;/*1コ変更=169px増減*/
	border:0;
	margin:0;
	padding:0;
	left:0px;
}

html>/**/body #myList {
	position:relative;
	z-index:3;
}

#myList li{
	float:left;
	width:169px;
	height:115px;
	padding: 0 2px;
	line-height: 0;
	font-size: 0:
}


#slider-buttons {
	width:584px;
	position:absolute;
	top: 0;
	right: 0;
}

html>/**/body #slider-buttons {
	z-index:0;
}

/*ニュース--------------------*/

.news_block {
	clear: both;
	width: 546px;
	padding: 23px 32px 28px 32px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.news_block .ttl {
	float: left;
	width: 69px;
}

.news_block h2,
.series_block h2 {
	margin-bottom: 4px;
}

.news_block .list{
	float: right;
	width: 452px;
	text-align: left;
}

.news_block .list th {
	width:50px;
	padding: 1px 8px 8px 0;
	font-weight: normal;
	color: #848484;
	font-size: 77%;
	vertical-align: top;
}

.news_block .list td {
	padding: 0 0 8px 22px;
	background:url(../img/common/icon_arrow01.gif) 0 5px no-repeat;
	vertical-align: top;
}


/*お見舞い--------------------*/

.omimai {
	clear: both;
	width: 550px;
	margin: 20px auto 20px auto;
	padding: 15px 15px 5px 15px;
	border: 3px solid #e8e8e8;
}

.omimai p {
	margin-bottom: 10px;
}
