@charset "utf-8";

/* --------------------------------

	ホーム

--------------------------------- */


/* ========================================================================



	* Title


 
======================================================================== */

/* ----------------------------------------------------
	■表紙
---------------------------------------------------- */
#cover {
	padding: 0 20px;
	height: 335px;
	width: 685px;
}



/* ========================================================================



	* entries


 
======================================================================== */


/* ----------------------------------------------------
	■.entryBody
---------------------------------------------------- */
.entryBody {
	margin: 0 0 2em 5px;
}
.entryBody p {
	margin: 0 0 0.5em 0;
	font-size: 93%;
	line-height: 1.5;
}
.entryBody p.note {
	color: #e4007f;
	font-size: 85%;
}
.entryBody ul.problem {
	margin: 0 0 0.5em 0;
	color: #20aecb;
	font-size: 93%;
	line-height: 1.5;
	font-weight: bold;
}



/* ========================================================================



	* ヘッドライン


 
======================================================================== */


/* ----------------------------------------------------
	■.hedline
---------------------------------------------------- */
.hedline {
	width: 160px;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 20px;
	border-bottom: 1px solid #eee;
}

#topicsTit,
#blogTit {
	font-size: 1px;
	text-indent: -9999px;
	height: 43px;
	width: 160px;
	background-repeat: no-repeat;
}
#topicsTit {
	background-image: url(../img/base/sub/topics_tit.gif);
}
#blogTit {
	background-image: url(../img/base/sub/blog_tit.gif);
}

.hedline dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	line-height: 1;
	padding: 0 0 2px 0;
}
.hedline dd {
	font-size: 85%;
	line-height: 1.2;
	padding: 0 0 7px 0;
}


/* ----------------------------------------------------
	■.rssLink
---------------------------------------------------- */
.rssLink {
	font-size: 1px;
	text-indent: -9999px;
	height: 11px;
	width: 31px;
	position: absolute;
	top: 1px;
	right: 1px;
}
.rssLink a {
	height: 11px;
	width: 31px;
	display: block;
}





