@charset "utf-8";


/*---------- アーカイブのタイトル ----------*/

h1.archive-title {
	background-image: none;
	background-color: #FD5775;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 40px 0;
	padding: 3px 4px;
}

/*---------- ブログ記事タイトル ----------*/

div#content-main h1.title, 
div#content-main h2.title {
	background: url(../images/ico_title.gif) no-repeat 0 4px;
	color: #FD5775;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
}

div#content-main h1.title a:link, 
div#content-main h2.title a:link {
	color: #FD5775;
	text-decoration: underline;
}

div#content-main h1.title a:visited, 
div#content-main h2.title a:visited{
	text-decoration: underline;
}

div#content-main h1.title a:hover,
div#content-main h2.title a:hover {
	background-color: #FD5775;
	color: #FFF;
	text-decoration: none;
}

div#content-main h1.title a:active,
div#content-main h2.title a:active{
	background-color: #FD5775;
	color: #FFF;
	text-decoration: none;
}

