﻿@charset "utf-8";

/* トップページのコンテンツ詳細設定CSS */

#content #eyecatch h3{
	text-align: center;
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
}

#content #eyecatch p{
	font-size: 115%;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	left: 0px;
	top: -265px;
	z-index: 99;
	text-indent: 1em;
}

#content p.text {
	text-align: center;
	margin-bottom: 10px;
}

#content #pop div{
	width: 580px;
	text-align: center;
	clear: both;
}

#content #pop ul{
	width: 580px;
}

#content #pop ul li{
	width: 193px;
	float: left;
	margin-bottom: 10px;
}

#content #banner p{
	padding: 7px 0;
	width: 580px;
}

#content #blog div{

}

#content #blog h4{
	clear: both;
	padding: 10px 0;
	width: 580px;
}

#content div.hr{
	margin: 8px 0 8px 0;
}

/* RSS　Feed　関係 */
#feed1{						/* 日付 */
	text-align: right;
	margin-right: 50px;
	font-size: 100%;
	font-weight: bold;
}

#feed{
	font-size: 95%;
	line-height: 1.5;
	margin-top: -30px;
	padding: 0 0 10px 0;
}

#feed img{
	float: left;
	margin: 0px 10px 10px 0px;
}

#feed h3{
	font-size: 130%
}

#feed p.none{
	visibility: hidden;
}

