@charset "utf-8";

/* ----------------------------------------------- */
/* font-small        */
/* ----------------------------------------------- */
#main-contents p{
	font-size:0.9em;
	line-height:1.6em;
	letter-spacing: 0.06em;
	margin-bottom:25px;
}

/* 本文の最初の文字 */
#main-contents p.firstp:first-letter{
	display:block;
	clear:none;
	float:left;
	margin-right:3px;
	padding:10px 7px;
	font-size:36px;
	background-color:#dddbcf;
}
* html #main-contents p.firstp{
	clear:none;
}
* html #main-contents p.firstp:first-letter {
	font-size:36px;
	line-height:40px;
	vertical-align:bottom;
	border-style:solid;
	border-color:#fff;
	border-width:7px 7px 7px 7px;
	background-color:#dddbcf;
}

/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-image: url(http://jbpress.ismedia.jp/common/images/v1/btn_fontS-over.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#flarge a {
	background-image: url(http://jbpress.ismedia.jp/common/images/v1/btn_fontL.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#flarge a:hover {
	background-image: url(http://jbpress.ismedia.jp/common/images/v1/btn_fontL-over.gif);
}


#fsmall2 a {
	background-image: url(http://jbpress.ismedia.jp/common/images/v1/btn_fontS-over.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#flarge2 a {
	background-image: url(http://jbpress.ismedia.jp/common/images/v1/btn_fontL.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#flarge2 a:hover {
	background-image: url(http://jbpress.ismedia.jp/common/images/v1/btn_fontL-over.gif);
}
/* 記事末リコメンドメッセージのフォントは固定 */
#body-end p{
	font-size:12px;
	line-height:13px;
}

