@charset "shift_jis"; 

/* ---------------
index.css(15oka_1)
トップページのCSS
--------------- */

/* フォトログのボックス（カフェの写真） */
#cafePhotoBox {
	padding: 20px;
	background: url(../images/entryBoxTop.gif) no-repeat top;
}
#cafePhotoBox h2 {
	margin: 0px 0px 15px 0px;
	padding: 0 0 2px 4px;
	background-color: #EBEBE0;
}
#photoLogBox {
	margin: 0 0px 10px 38px;
}

/* カテゴリートップのカテゴリータイトル */
#cateTitle {
	padding: 20px;
	background: url(../images/entryBoxTop.gif) no-repeat top;

}
#cateTitle h2 {
	margin: 0 0 10px 0;
	padding: 0px 5px;
	background: url(../images/mainTitleBg.gif) no-repeat bottom;
	color: #FF3333;
}

/* メインコンテンツボックスの中のタイトル */
div#mainContentsBox h2 {
	margin: 0 0 10px 0;
	padding: 3px 5px;
	background: url(../images/mainTitleBg.gif) no-repeat bottom;
	clear: both;
	color: #FF3333;
}
#whatsnew {
	float: left;
}
#rssBtn {
	float: right;
	margin: 3px 0;
}
/* フォトログの画像トリミング（右） */

#photoLogBox div.imgBox {
	float: left;
	position: relative;
	overflow: hidden;
    height: 90px;
	width: 90px;
	margin: 5px 5px;
	border: 3px solid #EBEBE0;
}
#photoLogBox img.img {
	position: absolute;
	border: none;
}

