@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: blog.css
Description	: Style for sparetime blog
Version		: 1.0
Modified	: 09/10/13
Content		:
	* blog entry tag
	* SP@RETiME Photo
	* SP@RETiME Blog
========================================================================= */

@import "http://sparetime.jp/_common/_css/basestyle.css"; /* サイト共通スタイル取り込み */



/* ---------------------------------------------------------------------- */
/* ブログ登校時によく使うやつ */
/* ---------------------------------------------------------------------- */

div.entry-body p
{
	margin-bottom: 0.8em;
}

div.entry-body a:link       { color: #000000; text-decoration: underline; font-weight: 600; }
div.entry-body a:visited    { color: #000000; text-decoration: underline; font-weight: 600; }
div.entry-body a:hover      { color: #FF3333; text-decoration: underline; font-weight: 600; }




