@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 0.8em;
	color: #333;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
a {
	text-decoration: none;
}
img {
	border: 0;
	width:80px;
	height:auto;
	/*margin-right:20px;
	margin-bottom:5px;*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
br {
	letter-spacing: 0;
}
/*==================================================
CLASS
====================================================*/
div.rss {
	width:300px;
	clear:both;
	margin-left:0;
	padding:2px 0 2px 0;
	border-bottom:1px dashed #999;
	color:#333;
}
/*---rss clear---*/
.rss:after {
	clear: both;
	height: 0;
	display: block;
	content: "";
}
.rss {
	display: inline-block;
}
.rss {
	display: block;
}
/* Mac版IEのみに適用 */
.rss {
	overflow: hidden;
}
/*---/rss clear---*/
div.rss h2 {
	font-size:1.1em;
	margin:5px 0 8px 0;
	padding:0 0 3px 20px;
	line-height:1em;
	background: url(../image/infobox_libtn.gif) no-repeat;
}
div.rss a,
div.rss a:link,
div.rss a:visited,
div.rss a:hover,
div.rss a:active {
	color:#c60;
}
div.rss a:hover {
	text-decoration:underline;
}
div.rss div.photo {
	float:left;
	height:50px;
	overflow:hidden;
}
div.rss div.photo img {
	margin-right:0.3em;
}
div.rss p.nitizi {
	text-align:right;
	color:#333;
}
div.rss p {
	margin-left:1.3em;
}