﻿@charset "UTF-8";
/*
 * Example of zRSSFeed Styling
 *
 * Version: 1.1.9
 * (c) Copyright 2011-2012, Zazar Ltd
 *
 */

body {
	margin: 1em 3em;
	font-family: Tahoma, Genevam, sans-serif;
	font-size: 80%;
}

.rssFeed {
	font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 0;
}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader {
	font-size: 16px;
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	letter-spacing: 0.3em;
	text-indent: 20px;
	font-weight: normal;
	margin: 0px;
	line-height: 38px;
	width: 700px;
}

.rssBody {
	border: 1px solid #E6E6E6;
	width: 698px;
	margin-bottom: 10px;
}
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow p {
	padding: 0.5em;
	background-color: #FFC;
	font-size: 12px;
}
.rssRow {
	padding: 0.6em;
}
.rssRow h4 {
	font-size: 1em;
	text-indent: 22px;
	background-image: url(../img/blog_heart.gif);
	background-repeat: no-repeat;
	letter-spacing: 0.2em;
}
.rssRow div {
	font-size: 80%;
	color: #666;
	margin: 0.2em 0 0.4em 0;
}

.odd { background-color: #FFF; }
.even { background-color: #FFF; }

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}
