/*店舗紹介
------------------------------*/
#shop {
	margin:0 0 16px 0;
}
#shop h3 {
	padding:0 0 6px 0;
}

/*写真エリア
------------------------------*/
#photo {
	position:relative;
	height:226px;
	margin:0 0 8px 0;
}
#ph01 {
	position:absolute;
	left:0px;
	top:0px;
}
#ph02 {
	position:absolute;
	left:310PX;
	top:0px;
}
#ph03 {
	position:absolute;
	left:464PX;
	top:0px;
}
#ph04 {
	position:absolute;
	left:310PX;
	top:116px;
}
#ph05 {
	position:absolute;
	left:464PX;
	top:116px;
}

/* ホットニュース
-----------------------------*/
#hotnews {
}

/*新着情報
------------------------------*/
#news {

}
#news,#hotnews h3 {
	padding:5px 0 10px 0;
}


/*最新ニュース
------------------------------*/
.topic1 {
	background-image:url(../images/index/topic1_bkimg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#EEEEEE;
	padding:8px;
}
.topic1 .mark {
	float:left;
	padding:4px 8px 0 0;
}
.topic1 .title {
	float:left;
	background-image:url(../images/index/sankaku_b.jpg);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding:0 8px 0 1em;	
}
.topic1 .title a {
	font-size:1.1em;
	font-weight:bold;
}
/****
.topic1 .category {
	float:left;
	color:#005BAB;
	font-size:0.85em;
	padding:2px 0 0 0;
}
****/
.topic1 .date {
	float:right;
	color:#005BAB;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	padding:4px 0 0 0;
}
.topic1 .body {
	padding:16px 0 0 0;
	line-height:150%;
}
.topic1 .body .img {
	float:right;
	padding:0 0 8px 8px;
}

/*過去のニュース
------------------------------*/
.topic2 {
	background-image:url(../images/index/topic2_bkimg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:612px;
	height:32px;
	margin:4px 0 0 0;
}
.topic2 .title {
	float:left;
/*	padding:6px 6px 0 0;*/
	padding:6px 6px 0 16px;
}
.topic2 .category {
	float:left;
	color:#005BAB;
	font-size:0.85em;
	padding:6px 0 0 0;
}
.topic2 .mark {
	float:left;
	padding: 5px;
}
.topic2 .img {
	top:0;
	float:right;
	padding:0 10px 4px 16px;
}

.topic2 .date {
	float:right;
	color:#005BAB;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	padding:10px 2px 0 0;
}

.topic2 .new {

}
.right {
	text-align:right;
}

